/*

Template: NFT Marketplace HTML Template
Version: 1.0.0
Author: potenzaglobalsolutions
Design and Developed by: potenzaglobalsolutions.com

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

*/
/*==============================================
[  Table of contents  ]
================================================

 :: Typography
 :: Helper Classes
 :: Shortcodes
    - Accordion
    - Author
    - Button
    - Countdown
    - Collection
    - Category
    - Feature box
		- Owl carousel
    - Pagination
    - Product
    - Profile
		- Range Slider
		- Select
		- Tabs
    - Blog
    - Form
    - Sidebar
 
 :: Header
   - Header default
   - Header transparent
 :: Banner
   - Banner
   - Banner 02
   - Banner 03

 :: Layout
   - Section Title
   - Newsletter
   - Social Icons
   - Inner Banner
   - 404 Error
   - Coming Soon
   - Back To Top
 :: Sidebar
 :: Blog
   - Blog
   - Blog detail

 :: Not Found
 :: Footer

======================================
[ End table content ]
======================================*/
/*****************************
    Helper Classes
*****************************/
.text-primary {
  color: #5974e8 !important; }

.text-secondary {
  color: #46b7f3 !important; }

.text-white {
  color: #ffffff; }

.text-dark {
  color: #03091f !important; }

.text-light {
  color: #e2e2e2 !important; }

.bg-primary {
  background: #5974e8 !important; }

.bg-dark {
  background: #03091f !important; }

.bg-dark-2 {
  background: #030716 !important; }

.bg-dark-3 {
  background: #0b1126 !important; }

.bg-secondary {
  background: #46b7f3 !important; }

.bg-overlay-dark {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark:before {
    background: rgba(3, 7, 22, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-1 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-1:before {
    background: rgba(3, 7, 22, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-2 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-2:before {
    background: rgba(3, 7, 22, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-3 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-3:before {
    background: rgba(3, 7, 22, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-4 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-4:before {
    background: rgba(3, 7, 22, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-5 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-5:before {
    background: rgba(3, 7, 22, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-6 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-6:before {
    background: rgba(3, 7, 22, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-7 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-7:before {
    background: rgba(3, 7, 22, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-8 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-8:before {
    background: rgba(3, 7, 22, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-9 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-9:before {
    background: rgba(3, 7, 22, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.space-ptb {
  padding: 100px 0; }

.space-pt {
  padding: 100px 0 0; }

.space-pb {
  padding: 0 0 100px; }

/*modal*/
.modal .modal-content {
  padding: 30px;
  background-color: #0b1126;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px; }
  .modal .modal-content .modal-header {
    padding: 0;
    text-align: center;
    display: block;
    position: relative;
    border-bottom: none; }
    .modal .modal-content .modal-header .btn-close {
      height: 30px;
      width: 30px;
      padding: 0;
      margin: 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: inherit;
      background-size: 300% 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
      background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      background-color: #ffffff;
      position: absolute;
      top: -15px;
      right: -15px;
      border-radius: 100%;
      opacity: 1;
      color: #ffffff; }
  .modal .modal-content .modal-body {
    padding: 0; }
    .modal .modal-content .modal-body .bid-bill .bid-least,
    .modal .modal-content .modal-body .bid-bill .service-free,
    .modal .modal-content .modal-body .bid-bill .total-bid-amount {
      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;
      margin-bottom: 20px; }
      .modal .modal-content .modal-body .bid-bill .bid-least .price,
      .modal .modal-content .modal-body .bid-bill .service-free .price,
      .modal .modal-content .modal-body .bid-bill .total-bid-amount .price {
        font-size: 20px;
        font-weight: bold; }
  .modal .modal-content .modal-footer {
    padding: 0;
    border-top: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .modal .modal-content .modal-footer .btn {
      width: 100%; }

@media (min-width: 1200px) {
  .container {
    max-width: 1440px; } }

@media (max-width: 1200px) {
  .container {
    max-width: 100%; }
  .space-ptb {
    padding: 80px 0; }
  .space-pt {
    padding: 80px 0 0; }
  .space-pb {
    padding: 0 0 80px; } }

@media (max-width: 991px) {
  .space-ptb {
    padding: 60px 0; }
  .space-pt {
    padding: 60px 0 0; }
  .space-pb {
    padding: 0 0 60px; } }

@media (max-width: 767px) {
  .space-ptb {
    padding: 50px 0; }
  .space-pt {
    padding: 50px 0 0; }
  .space-pb {
    padding: 0 0 50px; } }

@media (max-width: 575px) {
  .space-ptb {
    padding: 40px 0; }
  .space-pt {
    padding: 40px 0 0; }
  .space-pb {
    padding: 0 0 40px; } }

/*****************************
    Typography
*****************************/
body {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  background: #03091f;
  color: #e2e2e2;
  overflow-x: hidden; }

a {
  outline: medium none !important;
  color: #5974e8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important; }
  a:focus {
    color: #5974e8;
    text-decoration: none !important; }
  a:hover {
    color: #5974e8;
    text-decoration: none !important; }

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

input {
  outline: medium none !important;
  color: #5974e8; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
  color: #ffffff;
  margin-top: 0px; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }

label {
  font-weight: normal; }

h1 {
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; }

h2 {
  font-size: 32px;
  font-weight: 700; }

h3 {
  font-size: 28px;
  font-weight: 700; }

h4 {
  font-size: 22px;
  font-weight: 700; }

h5 {
  font-size: 20px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif; }

h6 {
  font-size: 18px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif; }

p {
  font-weight: normal;
  line-height: 1.5; }

*::-moz-selection {
  background: #5974e8;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #5974e8;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #5974e8;
  color: #ffffff;
  text-shadow: none; }

.border-radius {
  border-radius: 10px; }

/* form-control */
.form-control, .form-select {
  border: 1px solid #03091f;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 60px;
  padding: 10px 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  background-color: #03091f;
  color: #ffffff;
  background-clip: inherit !important;
  margin-bottom: 24px; }
  .form-control:focus, .form-select:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #5974e8;
    background-color: #030716;
    color: #ffffff; }

.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2); }

.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2); }

.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2); }

textarea.form-control {
  height: auto; }

/*Datetimepickers*/
.datetimepickers .bootstrap-datetimepicker-widget {
  width: 100%; }
  .datetimepickers .bootstrap-datetimepicker-widget table td.active {
    background-color: inherit;
    background-size: 300% 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
    background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea); }
  .datetimepickers .bootstrap-datetimepicker-widget table td.day {
    height: 30px;
    line-height: 20px;
    width: 40px;
    border-radius: 10px; }
  .datetimepickers .bootstrap-datetimepicker-widget table td.day.old {
    color: rgba(70, 183, 243, 0.5); }
  .datetimepickers .bootstrap-datetimepicker-widget table td.day.new {
    color: rgba(70, 183, 243, 0.5); }
  .datetimepickers .bootstrap-datetimepicker-widget table td {
    padding: 12px 13px;
    border-radius: inherit;
    font-size: 15px; }
    .datetimepickers .bootstrap-datetimepicker-widget table td:hover {
      background-color: inherit;
      background-size: 300% 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
      background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
      color: #ffffff; }
  .datetimepickers .bootstrap-datetimepicker-widget table thead tr {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1); }

.datetimepickers.time .bootstrap-datetimepicker-widget table td {
  padding: 0px; }
  .datetimepickers.time .bootstrap-datetimepicker-widget table td a.btn {
    background-color: transparent;
    color: #46b7f3; }
  .datetimepickers.time .bootstrap-datetimepicker-widget table td span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .datetimepickers.time .bootstrap-datetimepicker-widget table td span:hover {
      background-color: #5974e8;
      color: #ffffff; }
  .datetimepickers.time .bootstrap-datetimepicker-widget table td:hover {
    background-color: transparent;
    color: #46b7f3; }
  .datetimepickers.time .bootstrap-datetimepicker-widget table td .btn-primary:hover {
    background-color: #46b7f3; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto; }
  .bootstrap-datetimepicker-widget.dropdown-menu th {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    color: #46b7f3;
    font-weight: 500; }

.border-right-0 {
  border-right: inherit !important; }

.border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

.form-control::-moz-placeholder {
  color: #e2e2e2; }

.form-control::-ms-input-placeholder {
  color: #e2e2e2; }

.form-control::-webkit-input-placeholder {
  color: #e2e2e2; }

textarea.form-control {
  height: auto; }

.input-group.date .input-group-text {
  height: 100%;
  border-top-left-radius: inherit !important;
  border-bottom-left-radius: inherit !important;
  border-radius: 10px;
  background-color: #ffffff; }
  .input-group.date .input-group-text i {
    color: #e2e2e2; }

@media (max-width: 767px) {
  h2 {
    font-size: 30px; }
  h3 {
    font-size: 26px; }
  h4 {
    font-size: 24px; } }

@media (max-width: 575px) {
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 22px; }
  h5 {
    font-size: 20px; }
  h6 {
    font-size: 18px; }
  /*Datetimepicker*/
  .bootstrap-datetimepicker-widget {
    width: 300px !important;
    overflow-x: auto !important; } }

@media (max-width: 375px) {
  .bootstrap-datetimepicker-widget {
    width: 260px !important;
    overflow-x: auto !important; } }

/*****************************
 Accordion
*****************************/
.accordion .accordion-item {
  border: none;
  margin-bottom: 20px;
  background-color: inherit; }
  .accordion .accordion-item .accordion-button {
    padding: 18px 30px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    background-color: #0b1126;
    color: #ffffff;
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px; }
    .accordion .accordion-item .accordion-button:after {
      display: none; }
    .accordion .accordion-item .accordion-button i {
      position: absolute;
      right: 30px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .accordion .accordion-item .accordion-button:focus {
      -webkit-box-shadow: inherit;
              box-shadow: inherit;
      border-color: inherit; }
  .accordion .accordion-item .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-size: 300% 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
    background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
    color: #ffffff; }
    .accordion .accordion-item .accordion-button:not(.collapsed):after {
      display: none; }
    .accordion .accordion-item .accordion-button:not(.collapsed) i {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .accordion .accordion-item:last-child .accordion-button.collapsed {
    border-bottom-left-radius: 30px; }

.accordion .card-header {
  background: none;
  border-bottom: none;
  padding: 0;
  border-radius: inherit; }
  .accordion .card-header .accordion-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .accordion .card-header .accordion-title .btn {
      background: #5974e8;
      padding: 18px 30px; }
    .accordion .card-header .accordion-title i {
      font-size: 12px;
      margin-left: auto; }

@media (max-width: 767px) {
  .accordion .accordion-item .accordion-button {
    padding: 18px 30px 18px 20px; }
    .accordion .accordion-item .accordion-button i {
      right: 20px; } }

/*****************************
  Owl carousel
*****************************/
.owl-carousel .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    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;
    background-color: transparent !important;
    border-radius: 50px;
    border: 1px solid #fff !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .owl-carousel .owl-nav button.owl-prev:hover {
      background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
      background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
      border-color: #5974e8 !important; }
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    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;
    background-color: transparent !important;
    border-radius: 50px;
    border: 1px solid #fff !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .owl-carousel .owl-nav button.owl-next:hover {
      background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
      background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
      border-color: #5974e8 !important; }

.owl-carousel:hover .owl-nav {
  opacity: 1; }
  .owl-carousel:hover .owl-nav button.owl-prev {
    left: -20px; }
  .owl-carousel:hover .owl-nav button.owl-next {
    right: -20px; }

.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px; }
  .owl-carousel .owl-dots .owl-dot {
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 100%;
    margin: 0 5px; }
    .owl-carousel .owl-dots .owl-dot span {
      height: 12px;
      width: 12px;
      display: inline-block;
      border-radius: 100%;
      background-color: #383838; }
  .owl-carousel .owl-dots .active.owl-dot {
    border: 1px solid #5974e8; }
    .owl-carousel .owl-dots .active.owl-dot span {
      background-color: inherit;
      background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
      background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea); }

/*arrow-styel-02*/
.owl-carousel.arrow-styel-02 .owl-nav {
  opacity: 1; }
  .owl-carousel.arrow-styel-02 .owl-nav button.owl-prev {
    top: -90px;
    right: 55px;
    left: initial; }
  .owl-carousel.arrow-styel-02 .owl-nav button.owl-next {
    top: -90px; }

.owl-carousel.arrow-styel-02:hover .owl-nav button.owl-prev {
  left: initial; }

.owl-carousel.arrow-styel-02:hover .owl-nav button.owl-next {
  right: 0px; }

/*owl-carousel-vertical*/
.owl-carousel.owl-carousel-vertical {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
  .owl-carousel.owl-carousel-vertical .owl-item .item {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

@media (max-width: 1599px) {
  .owl-carousel:hover .owl-nav button.owl-prev {
    left: 0px; }
  .owl-carousel:hover .owl-nav button.owl-next {
    right: 0px; } }

@media (max-width: 570px) {
  .owl-carousel.arrow-styel-02 {
    padding-top: 50px; }
    .owl-carousel.arrow-styel-02 .owl-nav button.owl-next,
    .owl-carousel.arrow-styel-02 .owl-nav button.owl-prev {
      top: 0; } }

/*****************************
	Form
*****************************/
.login-form {
  background-color: #0b1126;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 50px; }
  .login-form .title {
    margin-bottom: 20px; }
  .login-form p {
    color: #ffffff; }
  .login-form form {
    margin-top: 30px; }
    .login-form form .form-check .form-check-input {
      height: 20px;
      width: 20px;
      background-color: #03091f;
      border: 1px solid rgba(255, 255, 255, 0.1);
      margin-right: 11px; }
      .login-form form .form-check .form-check-input:focus {
        -webkit-box-shadow: inherit;
                box-shadow: inherit; }
  .login-form .login-separater {
    margin: 50px 0px;
    position: relative;
    display: inline-block;
    width: 100%; }
    .login-form .login-separater:before {
      position: absolute;
      content: "";
      height: 1px;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.1);
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .login-form .login-separater span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #0b1126;
      color: #ffffff;
      width: 70px;
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      height: 50px;
      line-height: 50px; }

.login-social-media .social-icons {
  margin-top: 0px; }
  .login-social-media .social-icons .social-icon {
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #03091f;
    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;
    color: #ffffff;
    width: 100%;
    height: auto;
    line-height: inherit;
    padding: 15px 30px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    overflow: hidden; }
    .login-social-media .social-icons .social-icon i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 30px;
      width: 30px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30px;
              flex: 0 0 30px;
      -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(255, 255, 255, 0.2);
      border-radius: 100%;
      font-size: 16px;
      margin-right: 10px; }
    .login-social-media .social-icons .social-icon:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 100%;
      left: 0;
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      z-index: -1; }
    .login-social-media .social-icons .social-icon:hover:before {
      top: 0; }
    .login-social-media .social-icons .social-icon:hover i {
      background-color: rgba(255, 255, 255, 0.2); }
  .login-social-media .social-icons .facebook i {
    background-color: #3b5998; }
  .login-social-media .social-icons .facebook:before {
    background: #3b5998; }
  .login-social-media .social-icons .twitter i {
    background-color: #33ccff; }
  .login-social-media .social-icons .twitter:before {
    background: #33ccff; }
  .login-social-media .social-icons .dribbble i {
    background-color: #f26798; }
  .login-social-media .social-icons .dribbble:before {
    background: #f26798; }
  .login-social-media .social-icons .linkedin i {
    background-color: #006599; }
  .login-social-media .social-icons .linkedin:before {
    background: #006599; }

/*Responsive*/
@media (max-width: 991px) {
  .login-form {
    padding: 30px; } }

@media (max-width: 570px) {
  .login-form {
    padding: 30px 15px; } }

/*****************************
  Feature box
*****************************/
.feature-items {
  background-color: #0b1126;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  margin-top: -80px; }

.feature-item {
  background-color: #0b1126;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 50px;
  position: relative;
  text-align: center; }
  .feature-item .feature-icon {
    height: 80px;
    width: 80px;
    background-color: #03091f;
    border-radius: 10px;
    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;
    margin: 0 auto;
    margin-bottom: 15px; }
  .feature-item .feature-content .title {
    margin-bottom: 15px; }
  .feature-item .feature-content p {
    margin-bottom: 0; }

.wallet-box {
  background-color: #0b1126;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: center;
  padding: 30px; }
  .wallet-box .wallet-icon {
    background-color: #03091f;
    display: inline-block;
    padding: 20px;
    margin-bottom: 18px;
    border-radius: 10px; }
  .wallet-box .wallet-info .wallet-name {
    margin-bottom: 18px; }
  .wallet-box .wallet-info .wallet-content {
    line-height: 26px;
    margin-bottom: 22px; }

/*****************************
    Responsive
*****************************/
@media (max-width: 1199px) {
  .feature-item {
    padding: 30px 20px; } }

@media (max-width: 767px) {
  .feature-item {
    padding: 60px 20px; } }

/*****************************
  Countdown
*****************************/
.coming-soon-content .countdown {
  font-size: 0px; }
  .coming-soon-content .countdown span {
    font-size: 50px;
    display: inline-block;
    font-weight: bold;
    background-color: #0b1126;
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 50px 30px;
    margin-right: 20px;
    width: 22%; }
    .coming-soon-content .countdown span:last-child {
      margin-right: 0px; }

@media (max-width: 767px) {
  .coming-soon-content .countdown span {
    width: 49%;
    margin-right: 0;
    margin-bottom: 30px; }
    .coming-soon-content .countdown span:nth-of-type(odd) {
      margin-right: 2%; } }

@media (max-width: 570px) {
  .coming-soon-content .countdown {
    font-size: 0px; }
    .coming-soon-content .countdown span {
      font-size: 42px; } }

@media (max-width: 479px) {
  .coming-soon-content .countdown span {
    width: 100%;
    margin-right: 0%; }
    .coming-soon-content .countdown span:nth-of-type(odd) {
      margin-right: 0; } }

/*****************************
  Collection
*****************************/
.collection-box {
  padding: 20px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #0b1126; }
  .collection-box .collection-box-header {
    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;
    margin-bottom: 24px; }
  .collection-box .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .collection-box .author .author-img {
      margin-right: 15px; }
  .collection-box .author-img {
    height: 60px;
    width: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    position: relative; }
    .collection-box .author-img img {
      border-radius: 100%; }
    .collection-box .author-img i {
      height: 20px;
      width: 20px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20px;
              flex: 0 0 20px;
      color: #ffffff;
      border-radius: 100%;
      background-color: #5974e8;
      font-size: 12px;
      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;
      position: absolute;
      right: 0;
      bottom: 0px; }
  .collection-box .author-content .author-name {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
    display: block; }
    .collection-box .author-content .author-name:hover {
      color: #5974e8; }
  .collection-box .author-content .author-info {
    font-size: 13px;
    color: #e2e2e2;
    margin-bottom: 0; }
  .collection-box .collection-item {
    font-size: 14px;
    color: #e2e2e2; }
  .collection-box .collection-img img {
    border-radius: 5px; }
  .collection-box .collection-img .collection-img-top {
    margin-bottom: 24px; }
  .collection-box .collection-footer {
    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;
    margin-top: 10px; }

/*collection-box-style-03*/
.collection-box.collection-style-03 .author-img {
  height: 90px;
  width: 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  margin: 0 auto;
  margin-top: -45px; }

@media (max-width: 991px) {
  .collection-box.collection-style-02 .collection-box-header .btn {
    padding: 12px 17px; } }

@media (max-width: 399px) {
  .collection-box .collection-box-header {
    display: block; }
    .collection-box .collection-box-header .author {
      margin-bottom: 20px; }
  .collection-box .collection-footer {
    display: block; }
    .collection-box .collection-footer .collection-item {
      margin-bottom: 20px;
      display: block; }
    .collection-box .collection-footer .author {
      margin-bottom: 20px;
      display: block; } }

/*****************************
  Category
*****************************/
.category-item {
  padding: 30px;
  background: #0b1126;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .category-item .category-icon {
    border-radius: 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;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background: #03091f;
    padding: 20px;
    margin-bottom: 25px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .category-item .category-icon object.icon {
      width: 45px;
      height: 45px; }
  .category-item .category-content h6 {
    font-weight: 500; }
    .category-item .category-content h6 a {
      color: #ffffff;
      display: inline-block;
      -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      position: relative;
      overflow: hidden; }
      .category-item .category-content h6 a span {
        display: inline-block;
        position: relative;
        -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
        .category-item .category-content h6 a span:before {
          content: attr(data-hover);
          position: absolute;
          top: 100%; }
  .category-item .category-content .btn {
    padding: 5px 12px;
    font-size: 14px;
    font-weight: normal;
    background: #03091f;
    color: #ffffff; }
  .category-item:hover {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px; }
    .category-item:hover .category-icon {
      background: #ffffff; }
    .category-item:hover .category-content span {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      color: #ffffff; }
    .category-item:hover .category-content .btn {
      background-size: 300% 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
      background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea); }

.artwork-category:hover {
  background: #6f42c1; }

.artwork-category .category-icon {
  background: rgba(111, 66, 193, 0.1); }
  .artwork-category .category-icon object.icon {
    -webkit-filter: invert(30%) sepia(93%) saturate(1274%) hue-rotate(240deg) brightness(79%) contrast(90%);
            filter: invert(30%) sepia(93%) saturate(1274%) hue-rotate(240deg) brightness(79%) contrast(90%); }

.music-category:hover {
  background: #4967e9; }

.music-category .category-icon {
  background: rgba(73, 103, 233, 0.1); }
  .music-category .category-icon object.icon {
    -webkit-filter: invert(39%) sepia(100%) saturate(3674%) hue-rotate(220deg) brightness(98%) contrast(87%);
            filter: invert(39%) sepia(100%) saturate(3674%) hue-rotate(220deg) brightness(98%) contrast(87%); }

.domain-category:hover {
  background: #d63384; }

.domain-category .category-icon {
  background: rgba(214, 51, 132, 0.1); }
  .domain-category .category-icon object.icon {
    -webkit-filter: invert(30%) sepia(100%) saturate(1944%) hue-rotate(310deg) brightness(87%) contrast(92%);
            filter: invert(30%) sepia(100%) saturate(1944%) hue-rotate(310deg) brightness(87%) contrast(92%); }

.virtual-category:hover {
  background: #fd7e14; }

.virtual-category .category-icon {
  background: rgba(253, 126, 20, 0.1); }
  .virtual-category .category-icon object.icon {
    -webkit-filter: invert(56%) sepia(99%) saturate(2313%) hue-rotate(351deg) brightness(101%) contrast(98%);
            filter: invert(56%) sepia(99%) saturate(2313%) hue-rotate(351deg) brightness(101%) contrast(98%); }

.sports-category:hover {
  background: #198754; }

.sports-category .category-icon {
  background: rgba(25, 135, 84, 0.1); }
  .sports-category .category-icon object.icon {
    -webkit-filter: invert(45%) sepia(20%) saturate(1334%) hue-rotate(100deg) brightness(90%) contrast(99%);
            filter: invert(45%) sepia(20%) saturate(1334%) hue-rotate(100deg) brightness(90%) contrast(99%); }

.collectibles-category:hover {
  background: #0dcaf0; }

.collectibles-category .category-icon {
  background: rgba(13, 202, 240, 0.1); }
  .collectibles-category .category-icon object.icon {
    -webkit-filter: invert(72%) sepia(28%) saturate(3531%) hue-rotate(147deg) brightness(94%) contrast(101%);
            filter: invert(72%) sepia(28%) saturate(3531%) hue-rotate(147deg) brightness(94%) contrast(101%); }

.nftworld-category:hover {
  background: #9330b2; }

.nftworld-category .category-icon {
  background: rgba(147, 48, 178, 0.1); }
  .nftworld-category .category-icon object.icon {
    -webkit-filter: invert(22%) sepia(29%) saturate(5745%) hue-rotate(271deg) brightness(97%) contrast(90%);
            filter: invert(22%) sepia(29%) saturate(5745%) hue-rotate(271deg) brightness(97%) contrast(90%); }

.camera-category:hover {
  background: #6ae1db; }

.camera-category .category-icon {
  background: rgba(106, 225, 219, 0.1); }
  .camera-category .category-icon object.icon {
    -webkit-filter: invert(84%) sepia(13%) saturate(1439%) hue-rotate(122deg) brightness(96%) contrast(90%);
            filter: invert(84%) sepia(13%) saturate(1439%) hue-rotate(122deg) brightness(96%) contrast(90%); }

.cars-category:hover {
  background: #05b443; }

.cars-category .category-icon {
  background: rgba(5, 180, 67, 0.1); }
  .cars-category .category-icon object.icon {
    -webkit-filter: invert(56%) sepia(86%) saturate(2938%) hue-rotate(104deg) brightness(91%) contrast(96%);
            filter: invert(56%) sepia(86%) saturate(2938%) hue-rotate(104deg) brightness(91%) contrast(96%); }

.utility-category:hover {
  background: #ffa91a; }

.utility-category .category-icon {
  background: rgba(255, 169, 26, 0.1); }
  .utility-category .category-icon object.icon {
    -webkit-filter: invert(75%) sepia(93%) saturate(2527%) hue-rotate(345deg) brightness(106%) contrast(101%);
            filter: invert(75%) sepia(93%) saturate(2527%) hue-rotate(345deg) brightness(106%) contrast(101%); }

.video-category:hover {
  background: red; }

.video-category .category-icon {
  background: rgba(255, 0, 0, 0.1); }
  .video-category .category-icon object.icon {
    -webkit-filter: invert(11%) sepia(79%) saturate(7500%) hue-rotate(5deg) brightness(111%) contrast(116%);
            filter: invert(11%) sepia(79%) saturate(7500%) hue-rotate(5deg) brightness(111%) contrast(116%); }

/*Category Style_2*/
.category-item-2 {
  padding: 20px; }
  .category-item-2 .category-icon {
    margin-bottom: 15px;
    width: auto;
    height: auto;
    background: none;
    padding: 0; }
  .category-item-2:hover {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px; }
    .category-item-2:hover .category-icon {
      background: transparent; }

/*****************************
  Button
*****************************/
button {
  outline: medium none !important;
  color: #5974e8; }

/* btn */
.btn {
  border: none;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 25px;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: 300% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
  background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea); }
  .btn:hover {
    background-position: 100% 0;
    color: #ffffff; }
  .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }
  .btn:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }

.btn.btn-outline {
  border: 2px solid #5974e8;
  color: #ffffff;
  background: transparent;
  background-image: inherit; }
  .btn.btn-outline:hover {
    background-size: 300% 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
    background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
    color: #ffffff;
    border: 2px solid #5974e8; }
  .btn.btn-outline:focus {
    background: transparent;
    color: #ffffff;
    background-image: inherit;
    border: 2px solid #5974e8; }
  .btn.btn-outline:active {
    background-size: 300% 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
    background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
    color: #ffffff;
    border: 2px solid #5974e8; }
  .btn.btn-outline:active:focus {
    -webkit-box-shadow: inherit;
            box-shadow: inherit; }

.btn.btn-lg {
  padding: 18px 30px;
  font-size: 18px; }

.btn.btn-sm {
  padding: 10px 20px;
  font-size: 14px; }

.btn.btn-sm.follow-btn {
  padding: 10px 25px 10px 20px; }

.follow-btn {
  position: relative;
  color: #ffffff; }
  .follow-btn:before {
    content: '\2b';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-right: 0;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 10px; }

.follow-btn.active {
  background-size: 300% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
  background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
  background-color: inherit;
  color: #ffffff; }
  .follow-btn.active:before {
    content: '\f00c'; }

/*****************************
  Blog
*****************************/
.blog {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .blog .blog-thumbnail {
    position: relative;
    border-top-right-radius: 30px;
    overflow: hidden; }
    .blog .blog-thumbnail a {
      border-top-right-radius: 30px;
      display: block; }
      .blog .blog-thumbnail a img {
        border-top-right-radius: 30px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .blog .blog-thumbnail .post-date {
      right: 20px;
      left: inherit;
      border-radius: 3px;
      background-size: 300% 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
      background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
      padding-top: 8px;
      width: 50px;
      height: 50px;
      position: absolute;
      text-align: center;
      top: 20px;
      font-weight: bold; }
      .blog .blog-thumbnail .post-date .post-date-inner {
        font-size: 18px;
        line-height: 16px; }
        .blog .blog-thumbnail .post-date .post-date-inner span {
          display: block; }
  .blog .blog-details {
    padding: 20px 30px 30px 30px;
    background: #0b1126; }
    .blog .blog-details .author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .blog .blog-details .author .blog-author-img {
        height: 45px;
        width: 45px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 45px;
                flex: 0 0 45px;
        margin-right: 12px;
        border-radius: 100%; }
        .blog .blog-details .author .blog-author-img img {
          border-radius: 100%; }
      .blog .blog-details .author .blog-content .author-name {
        margin-bottom: 0px;
        display: block;
        font-size: 15px;
        color: #e2e2e2; }
        .blog .blog-details .author .blog-content .author-name:hover {
          color: #5974e8; }
      .blog .blog-details .author .blog-content .author-info {
        font-size: 15px;
        font-weight: bold;
        color: #ffffff;
        display: block;
        margin-bottom: 0px; }
        .blog .blog-details .author .blog-content .author-info:hover {
          color: #5974e8; }
    .blog .blog-details .blog-details-content {
      padding-top: 25px;
      padding-bottom: 30px; }
      .blog .blog-details .blog-details-content .blog-name {
        padding-bottom: 10px;
        display: block;
        font-size: 22px;
        font-weight: 500;
        color: #ffffff; }
        .blog .blog-details .blog-details-content .blog-name:hover {
          color: #5974e8; }
      .blog .blog-details .blog-details-content p {
        margin-bottom: 0;
        color: #e2e2e2; }
  .blog:hover .blog-thumbnail img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

/*Blog List*/
.blog.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .blog.blog-list .blog-thumbnail {
    position: relative;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden; }
    .blog.blog-list .blog-thumbnail a {
      border-top-right-radius: 30px;
      border-bottom-left-radius: 30px;
      display: block; }
      .blog.blog-list .blog-thumbnail a img {
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
  .blog.blog-list .blog-details {
    background: inherit; }

.lists .blog.blog-list:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px; }

/*Blog detail*/
.blog-post-detail .blog-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .blog-post-detail .blog-post-meta .blog-post-view a {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .blog-post-detail .blog-post-meta .blog-post-view a i {
      margin-right: 10px; }
  .blog-post-detail .blog-post-meta .blog-post-comment a {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .blog-post-detail .blog-post-meta .blog-post-comment a i {
      margin-right: 10px; }
  .blog-post-detail .blog-post-meta .blog-post-date a {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .blog-post-detail .blog-post-meta .blog-post-date a i {
      margin-right: 10px; }

.blog-post-detail .blog-tittle {
  padding-top: 40px; }

.blog-post-detail .blockquote .blockquote-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .blog-post-detail .blockquote .blockquote-content .blockquote-quote {
    margin-right: 20px;
    border-right: 1px solid #ffffff;
    padding-right: 50px; }
    .blog-post-detail .blockquote .blockquote-content .blockquote-quote i {
      font-size: 70px; }

.blog-post-detail .blog-social {
  margin-top: 30px; }
  .blog-post-detail .blog-social .social-icons {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: none;
    border-right: none;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 50px; }

.blog-post-detail .blog-post-author {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 50px; }
  .blog-post-detail .blog-post-author .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background: #0b1126;
    padding: 60px 25px 60px 25px; }
    .blog-post-detail .blog-post-author .author .blog-author-img {
      height: 100px;
      width: 100px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100px;
              flex: 0 0 100px;
      margin-right: 25px; }
      .blog-post-detail .blog-post-author .author .blog-author-img img {
        border-radius: 100%; }

.blog-post-detail .comment-01 {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #0b1126;
  padding: 20px; }
  .blog-post-detail .comment-01 .reviews {
    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-top: 30px; }
    .blog-post-detail .comment-01 .reviews .author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .blog-post-detail .comment-01 .reviews .author .blog-author-img {
        height: 40px;
        width: 40px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40px;
                flex: 0 0 40px;
        margin-right: 15px; }
        .blog-post-detail .comment-01 .reviews .author .blog-author-img img {
          border-radius: 100%; }
      .blog-post-detail .comment-01 .reviews .author .blog-content a {
        color: #ffffff; }

.blog-post-detail .comment-02 {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #0b1126;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 100px; }
  .blog-post-detail .comment-02 .reviews {
    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-top: 30px; }
    .blog-post-detail .comment-02 .reviews .author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .blog-post-detail .comment-02 .reviews .author .blog-author-img {
        height: 40px;
        width: 40px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40px;
                flex: 0 0 40px;
        margin-right: 15px; }
        .blog-post-detail .comment-02 .reviews .author .blog-author-img img {
          border-radius: 100%; }
      .blog-post-detail .comment-02 .reviews .author .blog-content a {
        color: #ffffff; }

.blog-post-detail .blog-post-form {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.blog-style-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .blog-style-02 .blog-thumbnail {
    width: 100px;
    min-width: 100px;
    margin-right: 15px; }
  .blog-style-02 .post-date .time {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    margin-bottom: 5px; }
    .blog-style-02 .post-date .time:hover {
      color: #5974e8; }
  .blog-style-02 .post-date .date {
    font-size: 16px;
    color: #ffffff;
    display: block; }

@media (max-width: 767px) {
  .blog.blog-list {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
    border-bottom-left-radius: 30px; }
    .blog.blog-list .blog-thumbnail {
      border-bottom-left-radius: 0; }
      .blog.blog-list .blog-thumbnail a {
        border-bottom-left-radius: 0; }
        .blog.blog-list .blog-thumbnail a img {
          border-bottom-left-radius: 0; }
    .blog.blog-list .blog-details {
      background: #0b1126;
      border-bottom-left-radius: 30px; }
  .lists .blog.blog-list:last-child {
    margin-bottom: 40px; } }

@media (max-width: 575px) {
  .blog .blog-details {
    padding: 20px 20px 30px 20px;
    background: #0b1126; }
  .blog-post-detail .blockquote .blockquote-content .blockquote-quote {
    padding-right: 20px; }
    .blog-post-detail .blockquote .blockquote-content .blockquote-quote i {
      font-size: 50px; }
  .blog-post-detail .blog-post-author .author {
    display: block;
    padding: 25px 25px 25px 25px; }
    .blog-post-detail .blog-post-author .author .blog-author-img {
      margin-bottom: 15px; }
  .blog-post-detail .comment-02 {
    margin-left: 30px; } }

/*****************************
  Author
*****************************/
.author-box {
  background-color: #0b1126;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 20px;
  position: relative; }
  .author-box .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
    .author-box .author .author-img {
      height: 70px;
      width: 70px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 70px;
              flex: 0 0 70px;
      margin-right: 15px;
      border: 2px solid #ffffff;
      border-radius: 100%;
      position: relative; }
      .author-box .author .author-img img {
        border-radius: 100%; }
      .author-box .author .author-img i {
        height: 20px;
        width: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20px;
                flex: 0 0 20px;
        color: #ffffff;
        border-radius: 100%;
        background-color: #5974e8;
        font-size: 12px;
        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;
        position: absolute;
        right: 0;
        bottom: 0px; }
    .author-box .author .author-content .author-name {
      font-size: 18px;
      font-weight: bold;
      color: #ffffff;
      margin-bottom: 5px;
      display: block; }
      .author-box .author .author-content .author-name:hover {
        color: #5974e8; }
    .author-box .author .author-content .price {
      font-size: 16px;
      color: #e2e2e2;
      margin-bottom: 0;
      display: block;
      font-weight: 500; }
    .author-box .author .follow-btn {
      background-color: #03091f;
      padding: 10px 25px;
      background-image: inherit;
      font-size: 14px;
      line-height: 14px;
      margin-top: 15px; }
      .author-box .author .follow-btn:hover {
        background-size: 300% 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
        background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
        background-color: inherit;
        color: #ffffff; }
    .author-box .author .follow-btn.active {
      background-size: 300% 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
      background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
      background-color: inherit;
      color: #ffffff; }
      .author-box .author .follow-btn.active:before {
        content: '\f00c'; }
  .author-box .count {
    position: absolute;
    top: 20px;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    height: 35px;
    width: 35px;
    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-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
    font-size: 14px;
    font-weight: 500;
    color: #5974e8; }

.author-box.author-style-2 {
  padding: 30px 20px; }
  .author-box.author-style-2 .author {
    display: block;
    text-align: center; }
    .author-box.author-style-2 .author .author-img {
      margin: 0 auto;
      margin-bottom: 15px;
      border: none; }
    .author-box.author-style-2 .author .follow-btn {
      margin-top: 12px; }

.author-box.author-style-3 {
  padding: 35px 20px;
  padding-left: 50px;
  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; }
  .author-box.author-style-3 .author {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .author-box.author-style-3 .author .author-img {
      border: none; }
    .author-box.author-style-3 .author .author-content .author-name {
      margin-bottom: 10px; }
    .author-box.author-style-3 .author .author-content .price {
      color: #5974e8; }
  .author-box.author-style-3 .count {
    left: 20px;
    right: inherit;
    height: inherit;
    width: inherit;
    font-size: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: inherit;
    border: none; }
  .author-box.author-style-3 .percentage {
    background-size: 300% 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
    background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
    font-size: 16px;
    font-weight: bold;
    padding: 8px 16px;
    color: #ffffff;
    border-radius: 50px; }

.author-box.author-style-4 .author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .author-box.author-style-4 .author .author-img {
    width: 170px;
    height: 170px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
    border-radius: 10px;
    border: none;
    margin-right: 30px; }
    .author-box.author-style-4 .author .author-img img {
      border-radius: 10px; }
  .author-box.author-style-4 .author .author-content .author-name {
    font-size: 22px;
    margin-bottom: 10px; }
    .author-box.author-style-4 .author .author-content .author-name:hover {
      color: #ffffff; }
  .author-box.author-style-4 .author .author-content .price {
    color: #5974e8; }

.author-details {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px;
  margin-bottom: 70px; }
  .author-details .author-box.author-style-4 {
    background-color: inherit;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .author-details .author-box.author-style-4 .author .author-content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 500px;
              flex: 0 0 500px; }
      .author-details .author-box.author-style-4 .author .author-content .author-name i {
        height: 25px;
        width: 25px;
        background-size: 300% 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
        background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
        font-size: 14px;
        color: #ffffff;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 100%;
        margin-left: 15px; }
      .author-details .author-box.author-style-4 .author .author-content .author-text {
        margin-top: 10px; }
      .author-details .author-box.author-style-4 .author .author-content .inputcopy {
        position: relative; }
        .author-details .author-box.author-style-4 .author .author-content .inputcopy input {
          border-radius: 50px;
          background-color: #0b1126;
          padding: 15px 60px 15px 30px;
          border: 1px solid #0b1126;
          color: #ffffff;
          width: 320px; }
        .author-details .author-box.author-style-4 .author .author-content .inputcopy .copy-icon {
          position: absolute;
          right: 30px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          height: 18px;
          width: 18px; }
          .author-details .author-box.author-style-4 .author .author-content .inputcopy .copy-icon .icon {
            height: 18px;
            width: 18px;
            -webkit-filter: invert(91%) sepia(92%) saturate(33%) hue-rotate(200deg) brightness(107%) contrast(100%);
                    filter: invert(91%) sepia(92%) saturate(33%) hue-rotate(200deg) brightness(107%) contrast(100%); }
    .author-details .author-box.author-style-4 .social-profile-info {
      text-align: right;
      position: relative; }
      .author-details .author-box.author-style-4 .social-profile-info .follow-btn {
        position: absolute;
        top: 0;
        left: 0; }
      .author-details .author-box.author-style-4 .social-profile-info .social-icons {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end; }
      .author-details .author-box.author-style-4 .social-profile-info .social-info-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        margin: 20px 0px; }
        .author-details .author-box.author-style-4 .social-profile-info .social-info-box li {
          display: inline-block;
          padding: 15px 30px;
          border-right: 1px solid rgba(255, 255, 255, 0.1); }
          .author-details .author-box.author-style-4 .social-profile-info .social-info-box li:last-child {
            border-right: inherit;
            padding-right: 0; }
          .author-details .author-box.author-style-4 .social-profile-info .social-info-box li:first-child {
            padding-left: 0; }
          .author-details .author-box.author-style-4 .social-profile-info .social-info-box li span {
            display: block; }
          .author-details .author-box.author-style-4 .social-profile-info .social-info-box li .count-number {
            font-weight: bold;
            color: #ffffff; }

/*activity*/
.activity-box {
  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;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #0b1126;
  padding: 30px;
  margin-bottom: 25px; }
  .activity-box:last-child {
    margin-bottom: 0; }
  .activity-box .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .activity-box .author .author-img {
      margin-right: 20px;
      min-width: 110px;
      width: 110px; }
      .activity-box .author .author-img img {
        border-radius: 10%; }
    .activity-box .author .author-content .author-name {
      font-size: 18px;
      color: #e2e2e2;
      font-weight: 500; }
    .activity-box .author .author-content .author-info {
      padding: 5px 0;
      margin-bottom: 0; }
  .activity-box .user {
    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-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 50px;
    background-color: rgba(89, 116, 232, 0.16);
    border-radius: 100%; }
    .activity-box .user i {
      font-weight: 900; }
    .activity-box .user .icon {
      height: 22px;
      width: 22px; }
  .activity-box .user.activity-ethereum {
    background-color: rgba(16, 185, 129, 0.16); }
    .activity-box .user.activity-ethereum i {
      color: #10b981;
      font-size: 22px; }
  .activity-box .user.activity-sale {
    background-color: rgba(168, 85, 247, 0.16); }
    .activity-box .user.activity-sale .icon {
      -webkit-filter: invert(44%) sepia(97%) saturate(3617%) hue-rotate(247deg) brightness(99%) contrast(95%);
              filter: invert(44%) sepia(97%) saturate(3617%) hue-rotate(247deg) brightness(99%) contrast(95%); }
  .activity-box .user.activity-auction {
    background-color: rgba(14, 165, 233, 0.16); }
    .activity-box .user.activity-auction .icon {
      -webkit-filter: invert(69%) sepia(38%) saturate(6779%) hue-rotate(166deg) brightness(93%) contrast(97%);
              filter: invert(69%) sepia(38%) saturate(6779%) hue-rotate(166deg) brightness(93%) contrast(97%); }
  .activity-box .user.activity-like {
    background-color: rgba(152, 67, 64, 0.16); }
    .activity-box .user.activity-like .icon {
      -webkit-filter: invert(39%) sepia(56%) saturate(653%) hue-rotate(319deg) brightness(102%) contrast(91%);
              filter: invert(39%) sepia(56%) saturate(653%) hue-rotate(319deg) brightness(102%) contrast(91%); }
  .activity-box .user.activity-offer {
    background-color: rgba(255, 121, 238, 0.16); }
    .activity-box .user.activity-offer .icon {
      -webkit-filter: invert(75%) sepia(29%) saturate(4150%) hue-rotate(278deg) brightness(102%) contrast(104%);
              filter: invert(75%) sepia(29%) saturate(4150%) hue-rotate(278deg) brightness(102%) contrast(104%); }

@media (max-width: 1299px) {
  .author-details .author-box.author-style-4 .author .author-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px; } }

@media (max-width: 1199px) {
  .author-details .author-box.author-style-4 {
    display: block; }
    .author-details .author-box.author-style-4 .author .author-content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 500px;
              flex: 0 0 500px; }
    .author-details .author-box.author-style-4 .social-profile-info {
      text-align: left;
      margin-top: 50px; }
      .author-details .author-box.author-style-4 .social-profile-info .follow-btn {
        left: 35%; }
      .author-details .author-box.author-style-4 .social-profile-info .social-icons {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start; } }

@media (max-width: 991px) {
  .author-details {
    padding: 30px;
    margin-bottom: 50px; }
    .author-details .author-box.author-style-4 .social-profile-info .follow-btn {
      left: 50%; } }

@media (max-width: 767px) {
  .author-details {
    margin-bottom: 40px; }
    .author-details .author-box.author-style-4 .author {
      display: block; }
      .author-details .author-box.author-style-4 .author .author-img {
        margin-bottom: 30px; }
    .author-details .author-box.author-style-4 .social-profile-info {
      margin-top: 30px; } }

@media (max-width: 570px) {
  .activity-box {
    padding: 20px; }
    .activity-box .author {
      display: block; }
      .activity-box .author .author-content {
        padding-top: 15px; }
  .author-details .author-box.author-style-4 .social-profile-info .follow-btn {
    left: inherit;
    right: 0; } }

@media (max-width: 479px) {
  .author-box {
    text-align: center; }
    .author-box .author {
      display: block; }
      .author-box .author .author-img {
        margin: 0 auto;
        margin-bottom: 20px; }
  .author-box.author-style-3 {
    padding-left: 20px;
    display: block;
    text-align: center; }
    .author-box.author-style-3 .percentage {
      display: block;
      margin-top: 20px; }
    .author-box.author-style-3 .count {
      top: 20px;
      -webkit-transform: translateY(0%);
              transform: translateY(0%); }
  .author-details .author-box.author-style-4 .author .author-img {
    margin-right: auto; }
  .author-details .author-box.author-style-4 .author .author-content .inputcopy input {
    width: 100%; }
  .author-details .author-box.author-style-4 .social-profile-info {
    text-align: center; }
    .author-details .author-box.author-style-4 .social-profile-info .follow-btn {
      left: inherit;
      right: 0;
      position: inherit;
      margin-bottom: 15px; }
    .author-details .author-box.author-style-4 .social-profile-info .social-icons {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .author-details .author-box.author-style-4 .social-profile-info .social-info-box {
      display: block; }
      .author-details .author-box.author-style-4 .social-profile-info .social-info-box li {
        width: 100%;
        padding: 20px 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .author-details .author-box.author-style-4 .social-profile-info .social-info-box li:last-child {
          border-bottom: none;
          padding-bottom: 0px; }
        .author-details .author-box.author-style-4 .social-profile-info .social-info-box li:first-child {
          padding-top: 0px; } }

/*****************************
  pagination
*****************************/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px; }
  .pagination .page-item {
    margin: 0 10px;
    font-size: 18px;
    font-weight: 500; }
    .pagination .page-item .page-link {
      padding: 10px 16px;
      border-radius: 3px;
      font-size: 18px;
      font-weight: 500;
      border: none;
      color: #ffffff;
      background: #0b1126;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .pagination .page-item .page-link:focus {
        -webkit-box-shadow: inherit;
                box-shadow: inherit; }
      .pagination .page-item .page-link i {
        color: #ffffff;
        font-weight: 600; }
      .pagination .page-item .page-link:hover {
        color: #ffffff;
        background-size: 300% 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
        background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea); }
  .pagination .page-item.active .page-link {
    background-size: 300% 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
    background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea); }

@media (max-width: 399px) {
  .pagination .page-item {
    margin: 0 7px;
    font-size: 16px; }
    .pagination .page-item .page-link {
      padding: 8px 12px;
      font-size: 16px; } }

/*****************************
  Product
*****************************/
.product {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .product .product-thumbnail {
    position: relative;
    border-top-right-radius: 30px; }
    .product .product-thumbnail .like {
      position: absolute;
      right: 15px;
      top: 20px;
      z-index: 1; }
    .product .product-thumbnail a {
      display: block; }
      .product .product-thumbnail a img {
        border-top-right-radius: 30px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
  .product .product-details-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: -20px;
    width: 90%; }
  .product .user-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .product .user-profile li a {
      height: 40px;
      width: 40px;
      position: relative;
      display: inline-block;
      border-radius: 100%;
      margin-left: -15px;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      overflow: hidden; }
      .product .user-profile li a img {
        border-radius: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .product .user-profile li a:hover {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px); }
    .product .user-profile li:first-child a {
      margin-left: 0px; }
    .product .user-profile .user-more {
      position: absolute;
      height: 17px;
      width: 17px;
      border-radius: 100%;
      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;
      right: 0;
      bottom: 5px;
      z-index: 11; }
      .product .user-profile .user-more a {
        position: relative;
        z-index: 11;
        margin-left: 0px;
        height: 16px;
        width: 16px;
        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;
        border: 1px solid #ffffff;
        background-color: #5974e8;
        color: #ffffff;
        font-size: 10px; }
  .product .product-share-btn .dropdown-toggle {
    height: 45px;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #0b1126;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.05);
            box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.05);
    border-radius: 100%; }
    .product .product-share-btn .dropdown-toggle span.dots {
      width: 4px;
      height: 4px;
      border-radius: 5px;
      background: rgba(255, 255, 255, 0.5);
      position: relative; }
      .product .product-share-btn .dropdown-toggle span.dots:before {
        position: absolute;
        content: "";
        left: -10px;
        top: 0;
        width: 4px;
        height: 4px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 5px; }
      .product .product-share-btn .dropdown-toggle span.dots:after {
        position: absolute;
        content: "";
        right: -10px;
        top: 0;
        width: 4px;
        height: 4px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 5px; }
    .product .product-share-btn .dropdown-toggle:after {
      display: none; }
  .product .product-share-btn .dropdown-menu {
    background-color: #030716;
    border-radius: 5px;
    padding: 10px;
    right: 0 !important;
    min-width: 80px;
    font-size: 15px; }
    .product .product-share-btn .dropdown-menu li a {
      padding: 0;
      padding-bottom: 5px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      position: relative;
      color: #e2e2e2; }
      .product .product-share-btn .dropdown-menu li a:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #5974e8;
        top: 50%;
        left: -16px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        border-radius: 50px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      .product .product-share-btn .dropdown-menu li a:hover {
        color: #5974e8;
        background-color: inherit;
        padding-left: 0; }
        .product .product-share-btn .dropdown-menu li a:hover:after {
          content: none; }
      .product .product-share-btn .dropdown-menu li a:focus {
        color: #ffffff;
        background-color: inherit; }
      .product .product-share-btn .dropdown-menu li a:active {
        color: #5974e8;
        background-color: inherit; }
    .product .product-share-btn .dropdown-menu li:last-child a {
      padding-bottom: 0; }
  .product .product-details {
    border-bottom-left-radius: 30px;
    background-color: #0b1126;
    padding: 50px 20px 30px;
    position: relative; }
  .product .product-details-content {
    position: relative;
    margin-bottom: 10px; }
  .product .product-name {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    position: relative;
    display: inline-block;
    text-decoration: none;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .product .product-name:hover {
      color: #5974e8; }
  .product .product-info {
    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; }
  .product .product-price {
    font-size: 15px;
    color: #5974e8;
    font-weight: 500; }
    .product .product-price span {
      color: #e2e2e2;
      margin-right: 5px; }
  .product .product-stock {
    font-size: 15px;
    color: #e2e2e2; }
  .product .product-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 20px;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product .countdown-box {
    text-align: center; }
  .product .countdown {
    background-color: #03091f;
    border-radius: 50px;
    padding: 10px 12px;
    min-width: 170px;
    font-size: 15px; }
  .product .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product .author .author-img {
      height: 40px;
      width: 40px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40px;
              flex: 0 0 40px;
      margin-right: 10px;
      border-radius: 100%; }
      .product .author .author-img img {
        border-radius: 100%; }
    .product .author .author-detail .author-info {
      margin-bottom: 0px;
      display: block;
      font-size: 15px;
      color: #e2e2e2; }
      .product .author .author-detail .author-info:hover {
        color: #5974e8; }
    .product .author .author-detail .author-name {
      font-size: 15px;
      font-weight: bold;
      color: #ffffff;
      display: block; }
      .product .author .author-detail .author-name:hover {
        color: #5974e8; }
  .product .auctions-price {
    text-align: right; }
    .product .auctions-price .bid {
      display: block;
      font-size: 15px;
      color: #e2e2e2; }
    .product .auctions-price .price {
      display: block;
      font-size: 16px;
      color: #ffffff;
      font-weight: bold; }
      .product .auctions-price .price:hover {
        color: #5974e8; }
  .product:hover .product-thumbnail img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .product .btn {
    padding: 8px 16px; }

/*===== product-style-02 =====*/
.product.style-02 .product-thumbnail .like {
  right: inherit;
  left: 15px; }

.product.style-02 .like {
  background-color: #000000;
  color: #ffffff; }
  .product.style-02 .like i {
    color: #ffffff; }

.product.style-02 .product-details-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product.style-02 .product-share-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .product.style-02 .product-share-btn .dropdown-toggle {
    background-color: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 30px;
    width: 30px; }

.product.style-02 .countdown {
  padding: 12px 20px;
  min-width: 240px;
  font-size: 18px; }

/*===== auctions =====*/
.product.auctions .product-details {
  padding: 30px 20px; }

.product.auctions .history-btn {
  font-size: 16px;
  color: #e2e2e2; }
  .product.auctions .history-btn:hover {
    color: #5974e8; }
  .product.auctions .history-btn i {
    margin-right: 8px; }

/*style-03*/
.product.style-03 .product-thumbnail .countdown-box {
  position: absolute;
  top: 20px;
  left: 15px;
  width: auto;
  z-index: 1; }

.product.style-03 .product-details {
  padding: 30px 20px; }

.product.style-03 .history-btn {
  font-size: 16px;
  color: #e2e2e2; }
  .product.style-03 .history-btn:hover {
    color: #5974e8; }
  .product.style-03 .history-btn i {
    margin-right: 8px; }

.product.style-03:hover {
  margin-top: -10px; }

/*===== style-04 =====*/
.product.style-04 .product-thumbnail .btn {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  z-index: 9; }

.product.style-04:hover .product-thumbnail .btn {
  opacity: 1;
  top: 50%; }

.product.style-04 .product-details {
  padding: 30px 20px; }

.product.style-04 .product-details-content {
  margin-bottom: 0px; }
  .product.style-04 .product-details-content .user-profile {
    position: absolute;
    top: 0;
    right: 0; }
    .product.style-04 .product-details-content .user-profile li a:hover {
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }

.product.style-04 .countdown-box {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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;
  border-radius: 50px;
  background-color: #03091f;
  padding: 10px 12px; }
  .product.style-04 .countdown-box .product-price {
    padding-right: 10px;
    font-size: 14px; }
  .product.style-04 .countdown-box .countdown {
    padding: 0px;
    background-color: inherit;
    min-width: auto; }
    .product.style-04 .countdown-box .countdown div {
      font-size: 14px; }

.product.style-04:hover {
  margin-top: -10px; }

/*style-05*/
.product.style-05 .product-thumbnail a {
  border-top-right-radius: 30px; }

.product.style-05 .product-details-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product.style-05 .countdown {
  padding: 12px 20px;
  min-width: 240px;
  font-size: 18px; }

.product.style-05 .product-name {
  max-width: 270px; }

.product.style-05 .product-footer {
  border-top: none;
  padding-top: 0px; }
  .product.style-05 .product-footer .btn {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.product.style-05 .auctions-header {
  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;
  margin-top: -15px;
  margin-bottom: 20px; }

.product.style-05 .like {
  background-color: inherit;
  color: #ffffff;
  font-size: 20px;
  padding: 10px;
  padding-left: 25px;
  line-height: 0; }

.product.style-05:hover {
  margin-top: -10px; }

/*single-product-details*/
.product.single-product-details .product-details {
  background-color: inherit;
  padding: 0px 0px 0px 50px; }
  .product.single-product-details .product-details .product-meta {
    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: 10px; }
    .product.single-product-details .product-details .product-meta .like {
      background-color: #0b1126;
      position: relative;
      color: #e2e2e2; }
    .product.single-product-details .product-details .product-meta .view {
      margin-left: 20px;
      border-radius: 30px;
      padding: 9px 10px;
      padding-left: 30px;
      font-size: 14px;
      line-height: 14px;
      display: inline-block;
      background-color: #0b1126;
      position: relative;
      color: #e2e2e2; }
      .product.single-product-details .product-details .product-meta .view:before {
        content: '\f06e';
        font-family: "Font Awesome 6 Free";
        font-weight: 600;
        margin-right: 0;
        position: absolute;
        left: 8px; }
  .product.single-product-details .product-details .product-name {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    max-width: 450px;
    margin-bottom: 0px; }
  .product.single-product-details .product-details .highest-bid {
    color: #e2e2e2; }
    .product.single-product-details .product-details .highest-bid .price {
      color: #5974e8;
      padding-left: 10px; }
    .product.single-product-details .product-details .highest-bid .product-available {
      padding-left: 25px; }
  .product.single-product-details .product-details .authors {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #0b1126;
    padding: 20px 30px;
    margin: 30px 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .product.single-product-details .product-details .authors .author {
      margin-right: 80px; }
      .product.single-product-details .product-details .authors .author .author-img {
        height: 60px;
        width: 60px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60px;
                flex: 0 0 60px;
        margin-right: 20px; }
      .product.single-product-details .product-details .authors .author .author-detail .author-info {
        font-size: 16px;
        color: #e2e2e2; }
      .product.single-product-details .product-details .authors .author .author-detail .author-id {
        font-size: 14px;
        color: #5974e8;
        font-weight: bold; }
  .product.single-product-details .product-details .product-description {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    padding-bottom: 25px; }
    .product.single-product-details .product-details .product-description h5 {
      font-weight: 500;
      margin-bottom: 12px; }
    .product.single-product-details .product-details .product-description p {
      font-size: 16px;
      line-height: 28px;
      color: #e2e2e2;
      margin-bottom: 0px; }
  .product.single-product-details .product-details .product-info {
    margin-bottom: 35px; }
    .product.single-product-details .product-details .product-info .product-price {
      font-size: 22px;
      font-weight: bold;
      color: #5974e8; }
      .product.single-product-details .product-details .product-info .product-price span {
        font-size: 20px;
        color: #ffffff;
        font-weight: 500; }
  .product.single-product-details .product-details .bid-time h5 {
    margin-bottom: 20px; }
  .product.single-product-details .product-details .bid-time .countdown {
    margin-bottom: 30px;
    font-size: 0px;
    display: inline-block; }
    .product.single-product-details .product-details .bid-time .countdown span {
      border-radius: 10px;
      background-color: #0b1126;
      text-transform: uppercase;
      padding: 25px 25px;
      display: inline-block;
      font-size: 18px;
      font-weight: bold;
      margin-right: 20px; }
      .product.single-product-details .product-details .bid-time .countdown span:last-child {
        margin-right: 0px; }
  .product.single-product-details .product-details .btn {
    padding: 13px 25px; }
  .product.single-product-details .product-details .btn + .btn {
    margin-left: 30px; }
  .product.single-product-details .product-details .bid-tabs {
    margin-top: 40px; }
    .product.single-product-details .product-details .bid-tabs .nav.nav-tabs .nav-item .nav-link {
      background-color: #0b1126;
      font-size: 18px;
      font-weight: 500;
      padding: 12px 50px; }
    .product.single-product-details .product-details .bid-tabs .bids-list .bids-item {
      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;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .product.single-product-details .product-details .bid-tabs .bids-list .bids-item .author .author-detail .author-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        color: #e2e2e2; }
        .product.single-product-details .product-details .bid-tabs .bids-list .bids-item .author .author-detail .author-info .author-name {
          font-weight: bold;
          font-size: 16px;
          color: #ffffff;
          padding-right: 10px; }
      .product.single-product-details .product-details .bid-tabs .bids-list .bids-item .author .author-detail .bids-time {
        display: block;
        font-size: 14px;
        color: #e2e2e2; }
      .product.single-product-details .product-details .bid-tabs .bids-list .bids-item .bids-price .crypto-price {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        margin-right: 10px; }
        .product.single-product-details .product-details .bid-tabs .bids-list .bids-item .bids-price .crypto-price i {
          font-size: 14px;
          height: 20px;
          width: 20px;
          line-height: 20px;
          border-radius: 100%;
          margin-right: 5px;
          text-align: center;
          display: inline-block;
          background-color: #5974e8;
          color: #ffffff; }
      .product.single-product-details .product-details .bid-tabs .bids-list .bids-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }

/*slick-slider*/
.slider-slick .slider .slick-list .slick-track .slick-slide div img {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px; }

.slider-slick .slider.slider-for .slick-next {
  right: 0;
  opacity: 0; }
  .slider-slick .slider.slider-for .slick-next:before {
    display: none; }
  .slider-slick .slider.slider-for .slick-next:after {
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #ffffff; }

.slider-slick .slider.slider-for .slick-prev {
  left: 0;
  opacity: 0; }
  .slider-slick .slider.slider-for .slick-prev:before {
    display: none; }
  .slider-slick .slider.slider-for .slick-prev:after {
    content: "\f177";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #ffffff; }

.slider-slick .slider.slider-for .slick-next,
.slider-slick .slider.slider-for .slick-prev {
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: 300% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
  background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
  border-radius: 100%;
  z-index: 9; }

.slider-slick .slider.slider-for:hover .slick-next {
  right: -20px;
  opacity: 1; }

.slider-slick .slider.slider-for:hover .slick-prev {
  left: -20px;
  opacity: 1; }

.slider-slick .slider.slider-nav {
  margin-top: 30px; }
  .slider-slick .slider.slider-nav .slick-next {
    display: none !important; }
  .slider-slick .slider.slider-nav .slick-prev {
    display: none !important; }
  .slider-slick .slider.slider-nav .slick-list {
    padding: 0px !important; }
    .slider-slick .slider.slider-nav .slick-list .slick-track .slick-slide {
      padding: 0px 20px; }

/*******Responsive******/
@media (max-width: 1399px) {
  .product .product-details {
    padding: 50px 15px 30px; }
  .product.style-04 .product-details {
    padding: 30px 15px; }
  .product.style-04 .countdown-box .product-price {
    padding-right: 7px;
    font-size: 13px; } }

@media (max-width: 1299px) {
  .product.auctions-03 .auctions-header {
    margin-top: 15px; }
  .product .countdown {
    font-size: 14px;
    min-width: 160px;
    padding: 10px 10px; }
  .product .btn {
    font-size: 14px;
    font-weight: normal;
    padding: 7px 12px; } }

@media (max-width: 1199px) {
  .product.auctions-03 .product-name {
    max-width: 200px; }
  .product.single-product-details .product-details {
    background-color: inherit;
    padding: 0px 0px 0px 20px; }
    .product.single-product-details .product-details .authors {
      padding: 20px 20px; }
      .product.single-product-details .product-details .authors .author {
        margin-right: 40px; }
        .product.single-product-details .product-details .authors .author:last-child {
          margin-right: 0; }
    .product.single-product-details .product-details .bid-tabs .nav.nav-tabs .nav-item {
      margin-right: 20px; }
      .product.single-product-details .product-details .bid-tabs .nav.nav-tabs .nav-item .nav-link {
        font-size: 16px;
        padding: 12px 30px; } }

@media (max-width: 991px) {
  .product.single-product-details .product-details {
    margin-top: 50px;
    padding-left: 0px; } }

@media (max-width: 767px) {
  .product .product-share-btn .dropdown-menu {
    left: inherit !important;
    right: inherit !important; } }

@media (max-width: 479px) {
  .product.single-product-details .product-details .product-name {
    max-width: 270px; }
  .product.single-product-details .product-details .authors {
    display: block; }
    .product.single-product-details .product-details .authors .author {
      margin-right: 0;
      margin-bottom: 20px; }
      .product.single-product-details .product-details .authors .author:last-child {
        margin-bottom: 0; }
  .product.single-product-details .product-details .bid-tabs .nav.nav-tabs .nav-item {
    margin-bottom: 15px; }
  .product.single-product-details .product-details .bid-tabs .bids-list .bids-item {
    display: block; }
    .product.single-product-details .product-details .bid-tabs .bids-list .bids-item .author {
      margin-bottom: 15px; }
  .product.single-product-details .product-details .bid-time .countdown {
    width: 100%;
    padding: 0; }
    .product.single-product-details .product-details .bid-time .countdown span {
      width: 48%;
      margin-right: 2%;
      margin-bottom: 10px;
      text-align: center; } }

@media (max-width: 399px) {
  .product.style-04 .countdown-box {
    display: block;
    text-align: center; }
    .product.style-04 .countdown-box .product-price {
      padding-right: 0px; } }

/*filters-group */
.filters-group button {
  border: 1px solid #0b1126;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: 1;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 35px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0 4px;
  background-color: #0b1126; }
  .filters-group button:hover {
    color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    background-size: 300% 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
    background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea); }
  .filters-group button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }
  .filters-group button:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }

.filters-group button.active {
  background-size: 300% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
  background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
  color: #ffffff; }

.my-shuffle-container {
  margin-left: -12px;
  margin-right: -12px; }
  .my-shuffle-container .grid-item {
    width: 33.33%;
    padding: 15px; }

.my-shuffle-container .portfolio {
  margin-bottom: 0; }

.explore-products .filters-group {
  position: absolute;
  top: -112px;
  right: 6px; }

/*************************************
         shuffle
 *************************************/
.my-shuffle-container.columns-1 .grid-item {
  width: 100%;
  padding: 15px; }

.my-shuffle-container.columns-2 .grid-item {
  width: 50%;
  padding: 15px;
  float: left; }

.my-shuffle-container.columns-3 .grid-item {
  width: 33.33333333%;
  padding: 15px; }

.my-shuffle-container.columns-4 .grid-item {
  width: 25%;
  padding: 10px; }

.my-shuffle-container.columns-5 .grid-item {
  width: 20%;
  padding: 15px; }

.my-shuffle-container.columns-6 .grid-item {
  width: 16.666666%;
  padding: 0px; }

.my-shuffle-container.columns-2 .grid-item-full,
.my-shuffle-container.columns-3 .grid-item-full,
.my-shuffle-container.columns-4 .grid-item-full,
.my-shuffle-container.columns-5 .grid-item-full,
.my-shuffle-container.columns-6 .grid-item-full {
  width: 100%; }

/* Responsive */
@media (max-width: 1399px) {
  .filters-group button {
    padding: 12px 25px; } }

@media (max-width: 1199px) {
  .my-shuffle-container .grid-item,
  .my-shuffle-container.columns-5 .grid-item {
    width: 25%; }
  .explore-products .filters-group {
    position: inherit;
    top: 0;
    right: 0;
    margin-bottom: 30px; }
    .explore-products .filters-group button {
      padding: 12px 40px; } }

@media (max-width: 991px) {
  .filters-group button {
    margin: 0 5px 10px; }
  .filters-group button:first-child {
    margin-left: 0; }
  .filters-group button:last-child {
    margin-right: 0; }
  .my-shuffle-container .grid-item,
  .my-shuffle-container.columns-4 .grid-item,
  .my-shuffle-container.columns-5 .grid-item,
  .my-shuffle-container.columns-6 .grid-item {
    width: 33.333%; } }

@media (max-width: 767px) {
  .my-shuffle-container .grid-item,
  .my-shuffle-container.columns-3 .grid-item,
  .my-shuffle-container.columns-4 .grid-item,
  .my-shuffle-container.columns-5 .grid-item,
  .my-shuffle-container.columns-6 .grid-item {
    width: 50%; } }

@media (max-width: 575px) {
  .my-shuffle-container .grid-item,
  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container.columns-3 .grid-item,
  .my-shuffle-container.columns-4 .grid-item,
  .my-shuffle-container.columns-5 .grid-item,
  .my-shuffle-container.columns-6 .grid-item {
    width: 100%; }
  .my-shuffle-container {
    margin: 0; } }

/*****************************
  Profile
*****************************/
.profile-box {
  padding: 30px 50px;
  background-color: #0b1126;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px; }
  .profile-box img {
    border-radius: 10px;
    margin-bottom: 30px; }
  .profile-box .profile-upload {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    background: transparent;
    background-image: inherit;
    border-radius: 50px;
    height: 54px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px; }
    .profile-box .profile-upload .form-control {
      border: none;
      opacity: 0;
      position: relative;
      z-index: 2;
      height: 50px;
      padding: 0px; }
    .profile-box .profile-upload .input-group-text {
      background-color: transparent;
      position: absolute;
      z-index: -1;
      font-weight: bold;
      padding: 0;
      color: #ffffff;
      border: none;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .profile-box .btn.btn-outline {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1); }
    .profile-box .btn.btn-outline:hover {
      border: 1px solid #5974e8; }

.profile-form {
  padding: 30px 50px;
  background-color: #0b1126;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px; }
  .profile-form form .form-control {
    margin-bottom: 30px; }
  .profile-form form .social-icons {
    margin-bottom: 15px; }
    .profile-form form .social-icons li {
      margin-right: 0; }
      .profile-form form .social-icons li .social-icon {
        border-radius: 0;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
        background-color: #03091f;
        display: inline-block;
        color: #ffffff;
        width: 100%;
        height: auto;
        line-height: inherit;
        padding: 15px 30px;
        margin-bottom: 15px; }
        .profile-form form .social-icons li .social-icon i {
          font-size: 18px;
          margin-right: 10px; }
  .profile-form form .wallet-address {
    position: relative; }
    .profile-form form .wallet-address .address-icon {
      width: 18px;
      height: 18px;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .profile-form form .wallet-address .address-icon object {
        height: 18px;
        width: 18px;
        -webkit-filter: invert(91%) sepia(92%) saturate(33%) hue-rotate(200deg) brightness(107%) contrast(100%);
                filter: invert(91%) sepia(92%) saturate(33%) hue-rotate(200deg) brightness(107%) contrast(100%); }

/*******Responsive******/
@media (max-width: 1199px) {
  .profile-box {
    padding: 30px 20px; }
  .profile-form {
    padding: 30px 20px; } }

@media (max-width: 1199px) {
  .profile-box {
    margin-bottom: 30px; } }

/*****************************
  Range Slider
*****************************/
.irs--flat .irs-line {
  height: 6px; }

.irs--flat .irs-bar {
  background: #5974e8;
  height: 6px; }

.irs--flat .irs-from {
  background: transparent;
  color: #5974e8;
  font-size: 13px;
  font-weight: 600; }
  .irs--flat .irs-from:before {
    display: none; }

.irs--flat .irs-to {
  background: transparent;
  color: #5974e8;
  font-size: 13px;
  font-weight: 600; }
  .irs--flat .irs-to:before {
    display: none; }

.irs--flat .irs-single {
  background: transparent;
  color: #5974e8;
  font-size: 13px;
  font-weight: 600; }
  .irs--flat .irs-single:before {
    display: none; }

.irs--flat .irs-handle > i:first-child {
  background: #ffffff;
  background: #ffffff;
  width: 12px;
  width: 12px;
  height: 12px;
  height: 12px;
  border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #5974e8;
  border: 2px solid #5974e8;
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.irs--flat .irs-handle:hover > i:first-child {
  background: #5974e8; }

.irs--flat .irs-handle.state_hover > i:first-child {
  background: #5974e8; }

/*****************************
Select
*****************************/
.select2-container .select2-selection--single {
  height: auto;
  outline: none; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px; }

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: none; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #e2e2e2;
    font-weight: normal;
    line-height: inherit;
    text-transform: capitalize; }

.bigdrop {
  min-width: 196px !important; }

.select2-results__options {
  padding: 8px 2px; }

.select2-container {
  width: 100% !important; }

.select2-container--default .select2-results__option--highlighted {
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

input[type="radio"]:radio {
  background-color: #5974e8; }

/* Select Dropdown Arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
  right: 10px;
  height: 21px;
  width: 14px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none; }
  .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    color: #e2e2e2; }

.select2-container--default .select2-search--dropdown {
  padding: 0; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(255, 255, 255, 0.1); }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #0b1126;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(89, 116, 232, 0.1);
  color: #5974e8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.select2-dropdown {
  border: none;
  border-radius: 0px;
  z-index: 9; }

.select-border .select2-container--default .select2-selection--single {
  border: 1px solid #0b1126;
  height: 60px;
  line-height: 37px;
  padding: 10px 25px;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #0b1126; }
  .select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 20px; }

.select2-results__option[aria-selected] {
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px; }

.select2-container--default .select2-results > .select2-results__options {
  border: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #e2e2e2; }

.select2-container--open .select2-dropdown {
  background: #0b1126;
  padding: 7px;
  border: 1px solid #0b1126;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.05);
          box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.05);
  border-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 30px; }

.select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
  background-color: #03091f; }

.select2-container--default .select2-selection--single {
  height: 50px;
  padding: 15px 20px; }

.custom-control-input:radio {
  background-color: #5974e8; }

.newsletter .search input::-webkit-input-placeholder {
  color: #ffffff; }

.newsletter .search input::-moz-placeholder {
  color: #ffffff; }

.newsletter .search input:-ms-input-placeholder {
  color: #ffffff; }

.newsletter .search input::-ms-input-placeholder {
  color: #ffffff; }

.newsletter .search input::placeholder {
  color: #ffffff; }

.form-check .form-check-input {
  float: inherit; }

.form-check-input:checked {
  background-color: #5974e8;
  border-color: #5974e8;
  -webkit-box-shadow: inherit;
          box-shadow: inherit; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-right-radius: 30px; }

.offcanvas-sidebar .select2-container--open .select2-dropdown {
  z-index: 1055; }

/*****************************
  Sidebar
*****************************/
.sidebar .widget {
  margin-bottom: 30px;
  background: #0b1126;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 20px; }
  .sidebar .widget:last-child {
    margin-bottom: 0px; }
  .sidebar .widget .widget-title {
    margin-bottom: 20px; }
  .sidebar .widget .search-form {
    position: relative; }
    .sidebar .widget .search-form .form-control {
      margin-bottom: 0;
      padding-right: 40px; }
    .sidebar .widget .search-form .search-icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 20px;
      height: 16px;
      width: 16px; }
      .sidebar .widget .search-form .search-icon object {
        height: 16px;
        width: 16px;
        -webkit-filter: invert(46%) sepia(16%) saturate(2681%) hue-rotate(194deg) brightness(96%) contrast(89%);
                filter: invert(46%) sepia(16%) saturate(2681%) hue-rotate(194deg) brightness(96%) contrast(89%); }
  .sidebar .widget .widget-categories ul li {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .sidebar .widget .widget-categories ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #e2e2e2; }
      .sidebar .widget .widget-categories ul li a:hover {
        color: #0d6efd; }
  .sidebar .widget .popular-tag ul li {
    display: inline-block;
    margin-bottom: 4px; }
    .sidebar .widget .popular-tag ul li a {
      padding: 6px 20px;
      display: block;
      border: 1px solid rgba(255, 255, 255, 0.15);
      color: #fff;
      border-radius: 50px; }
      .sidebar .widget .popular-tag ul li a:hover {
        color: #0d6efd;
        border-color: #0d6efd; }

/*****************************
	Tabs
*****************************/
.nav.nav-tabs {
  border-bottom: none; }
  .nav.nav-tabs .nav-item {
    margin-right: 30px; }
    .nav.nav-tabs .nav-item:last-child {
      margin-right: 0; }
    .nav.nav-tabs .nav-item .nav-link {
      padding: 17px 60px;
      background-color: #03091f;
      border-radius: 0;
      border-top-right-radius: 30px;
      border-bottom-left-radius: 30px;
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .nav.nav-tabs .nav-item .nav-link:hover {
        background-size: 300% 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
        background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
        color: #ffffff;
        border: 1px solid #5974e8; }
      .nav.nav-tabs .nav-item .nav-link .tab-icon {
        margin-right: 8px;
        height: 20px;
        width: 20px;
        -webkit-filter: invert(91%) sepia(92%) saturate(33%) hue-rotate(200deg) brightness(107%) contrast(100%);
                filter: invert(91%) sepia(92%) saturate(33%) hue-rotate(200deg) brightness(107%) contrast(100%); }
    .nav.nav-tabs .nav-item .nav-link.active {
      background-size: 300% 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
      background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
      color: #ffffff;
      border: 1px solid #5974e8; }

.tab-content {
  margin-top: 20px; }

/*style-2*/
.nav.nav-tabs.tab-style-2 {
  background-color: #0b1126;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .nav.nav-tabs.tab-style-2 .nav-item {
    position: relative;
    padding: 0 50px;
    margin-right: 0; }
    .nav.nav-tabs.tab-style-2 .nav-item:before {
      position: absolute;
      content: "";
      width: 1px;
      height: 30px;
      background-color: rgba(255, 255, 255, 0.1);
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0; }
    .nav.nav-tabs.tab-style-2 .nav-item:last-child:before {
      display: none; }
    .nav.nav-tabs.tab-style-2 .nav-item .nav-link {
      font-size: 18px;
      font-weight: bold;
      color: #ffffff;
      border-radius: 0px;
      padding: 30px 10px;
      background-color: inherit;
      border: none;
      position: relative;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .nav.nav-tabs.tab-style-2 .nav-item .nav-link:before {
        position: absolute;
        content: "";
        width: 0px;
        height: 3px;
        left: 0;
        bottom: 0;
        background-size: 300% 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
        background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
        background-color: inherit;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .nav.nav-tabs.tab-style-2 .nav-item .nav-link:hover {
        color: #5974e8;
        background-image: inherit;
        border: none; }
        .nav.nav-tabs.tab-style-2 .nav-item .nav-link:hover:before {
          width: 100%; }
      .nav.nav-tabs.tab-style-2 .nav-item .nav-link span {
        color: #5974e8;
        margin-left: 10px; }
    .nav.nav-tabs.tab-style-2 .nav-item .nav-link.active {
      color: #5974e8;
      background-image: inherit;
      border: none; }
      .nav.nav-tabs.tab-style-2 .nav-item .nav-link.active:before {
        width: 100%; }

/*Responsive*/
@media (max-width: 1400px) {
  .nav.nav-tabs .nav-item {
    margin-right: 20px; }
    .nav.nav-tabs .nav-item .nav-link {
      padding: 17px 40px; } }

@media (max-width: 1199px) {
  .nav.nav-tabs .nav-item {
    margin-right: 10px; }
    .nav.nav-tabs .nav-item .nav-link {
      padding: 15px 20px; } }

@media (max-width: 991px) {
  .nav.nav-tabs .nav-item {
    margin-right: 15px; } }

/*****************************
  Header
*****************************/
/*Header default*/
.header {
  background-color: #03091f;
  padding: 30px 0px; }
  .header .navbar {
    padding: 0px; }
    .header .navbar .navbar-brand {
      padding: 0; }
      .header .navbar .navbar-brand img {
        height: 50px; }
    .header .navbar .navbar-nav {
      position: relative; }
      .header .navbar .navbar-nav .nav-item .nav-link {
        color: #ffffff;
        padding: 14px 15px; }
        .header .navbar .navbar-nav .nav-item .nav-link i {
          margin-left: 5px; }
        .header .navbar .navbar-nav .nav-item .nav-link:hover {
          color: #5974e8; }
      .header .navbar .navbar-nav .nav-item .dropdown-toggle:after {
        display: none; }
      .header .navbar .navbar-nav .nav-item .dropdown-menu {
        padding: 15px 25px;
        background: #0b1126; }
        .header .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
          padding: 7px 0px;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          position: relative;
          color: #ffffff; }
          .header .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:after {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            background-color: #5974e8;
            top: 50%;
            left: -16px;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            border-radius: 50px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
          .header .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
            color: #5974e8;
            background-color: inherit;
            padding-left: 16px; }
            .header .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover:after {
              opacity: 1;
              visibility: visible;
              left: 0; }
          .header .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:focus {
            background-color: inherit; }
          .header .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:active {
            background-color: inherit; }
        .header .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
          color: #5974e8;
          padding-left: 16px; }
          .header .navbar .navbar-nav .nav-item .dropdown-menu li.active a:after {
            opacity: 1;
            visibility: visible;
            left: 0; }
      .header .navbar .navbar-nav .nav-item.active a {
        color: #5974e8; }
      .header .navbar .navbar-nav .nav-item.mega-menu.active .megamenu ul li .dropdown-submenu {
        color: #ffffff; }
        .header .navbar .navbar-nav .nav-item.mega-menu.active .megamenu ul li .dropdown-submenu:hover {
          color: #5974e8; }
      .header .navbar .navbar-nav .nav-item.mega-menu.active .megamenu ul li.active a {
        color: #5974e8; }
  .header .search-form {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    margin-left: 4%; }
    .header .search-form .form-control {
      border: 1px solid rgba(255, 255, 255, 0.15);
      height: 55px;
      background: transparent;
      padding-right: 45px;
      margin-bottom: 0; }
      .header .search-form .form-control:focus {
        color: #ffffff;
        border: 1px solid #5974e8; }
    .header .search-form .search-icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 20px;
      height: 16px;
      width: 16px;
      z-index: 2;
      display: inline-block;
      cursor: pointer; }
      .header .search-form .search-icon object {
        position: relative;
        z-index: -1;
        height: 16px;
        width: 16px;
        -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(207deg) brightness(102%) contrast(102%);
                filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(207deg) brightness(102%) contrast(102%); }
  .header .add-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 25px; }
    .header .add-listing .navbar-nav.navbar-user {
      margin-left: 20px; }
      .header .add-listing .navbar-nav.navbar-user .nav-item .dropdown-menu {
        left: inherit;
        right: 0; }
        .header .add-listing .navbar-nav.navbar-user .nav-item .dropdown-menu li .dropdown-item i {
          margin-right: 15px; }
        .header .add-listing .navbar-nav.navbar-user .nav-item .dropdown-menu li .dropdown-item:after {
          display: none; }
      .header .add-listing .navbar-nav.navbar-user .user {
        height: 50px;
        width: 50px;
        border: 3px solid #5974e8;
        border-radius: 100%;
        display: inline-block;
        padding: 0 !important; }
        .header .add-listing .navbar-nav.navbar-user .user img {
          border-radius: 100%;
          width: 100%; }

/*Header Transparent*/
.header.header-transparent {
  position: absolute;
  width: 100%;
  z-index: 999;
  background-color: transparent; }

.header.style-02 {
  background-color: rgba(0, 0, 51, 0.8);
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 20px 0px; }
  .header.style-02 .navbar {
    padding: 0px 50px; }

/*sticky header*/
.header.is-sticky {
  position: fixed !important;
  width: 100%;
  background: #03091f;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.05);
          box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.05);
  top: 0;
  z-index: 999;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  padding: 15px 0; }
  .header.is-sticky .navbar-brand img {
    height: 50px; }

@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.dropdown-submenu {
  position: relative;
  position: relative;
  padding: 7px 0 7px 0;
  display: block;
  color: #ffffff; }
  .dropdown-submenu:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #5974e8;
    top: 50%;
    left: -16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .dropdown-submenu:hover {
    color: #5974e8;
    background-color: inherit;
    padding-left: 16px; }
    .dropdown-submenu:hover:after {
      opacity: 1;
      visibility: visible;
      left: 0; }
  .dropdown-submenu:focus {
    background-color: inherit;
    color: #ffffff; }
  .dropdown-submenu:active {
    background-color: inherit;
    color: #5974e8; }

/*megamenu*/
.megamenu {
  padding: 20px 20px;
  width: 100%; }
  .megamenu .nav-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold; }
  .megamenu > div > li > ul {
    padding: 0;
    margin: 0; }
    .megamenu > div > li > ul > li {
      list-style: none; }
      .megamenu > div > li > ul > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        white-space: normal;
        color: #ffffff; }

.megamenu.disabled > a {
  color: #ffffff; }
  .megamenu.disabled > a:hover {
    color: #5974e8;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed; }
  .megamenu.disabled > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed; }

@media (min-width: 992px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    top: 100px;
    left: 0;
    min-width: 200px;
    padding: 15px 25px;
    opacity: 0;
    visibility: hidden;
    background: #0b1126;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    z-index: 20;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
    border: none; }
    .header .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
      padding: 7px 0px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      position: relative;
      color: #ffffff; }
  .header .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    top: 50px;
    opacity: 1;
    visibility: visible;
    -webkit-filter: blur(0);
            filter: blur(0); }
  .header .navbar .dropdown-menu.megamenu {
    left: 0; }
  .header .navbar .dropdown > .dropdown-menu {
    top: 100px;
    margin-top: 0px; }
  .header .navbar .dropdown > .dropdown-menu.megamenu {
    top: 100px;
    min-width: 650px; }
  .header .navbar .dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(-10px, 0px, 0);
            transform: translate3d(-10px, 0px, 0);
    visibility: visible;
    opacity: 1; }
  .header .navbar .mega-menu {
    position: static; } }

@media (max-width: 1499px) {
  .header .search-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin-left: 2%; }
  .header.style-02 .search-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    margin-left: 2%; } }

@media (max-width: 1299px) {
  .header .search-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin-left: 2%; }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 14px 10px; }
  .header .add-listing {
    margin-left: 10px; }
    .header .add-listing .btn {
      padding: 10px 15px; }
    .header .add-listing .navbar-nav.navbar-user {
      margin-left: 10px; } }

@media (max-width: 1199px) {
  .header .search-form {
    display: none; } }

@media (max-width: 991px) {
  .header {
    padding: 10px 0px; }
    .header .navbar .navbar-nav .nav-item .dropdown-menu {
      width: 100%;
      -webkit-filter: blur(0);
              filter: blur(0);
      top: 100%; }
    .header .navbar .navbar-nav .nav-item .dropdown-menu.show {
      position: relative;
      opacity: 1;
      visibility: visible;
      top: 100%;
      width: 100%;
      -webkit-filter: blur(0);
              filter: blur(0);
      margin-top: 0;
      background: #03091f; }
    .header .navbar .navbar-brand img {
      height: 42px; }
    .header .navbar-toggler {
      background-color: #5974e8;
      padding-top: 10px;
      padding-bottom: 11px; }
      .header .navbar-toggler:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
      .header .navbar-toggler .navbar-toggler-icon {
        height: 2px;
        width: 25px;
        background-color: #ffffff;
        position: relative; }
        .header .navbar-toggler .navbar-toggler-icon:after {
          position: absolute;
          content: "";
          height: 2px;
          width: 100%;
          background-color: #ffffff;
          left: 0;
          bottom: 8px;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        .header .navbar-toggler .navbar-toggler-icon:before {
          position: absolute;
          content: "";
          height: 2px;
          width: 100%;
          background-color: #ffffff;
          left: 0;
          top: 8px;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
      .header .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        height: 0px; }
        .header .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
          bottom: 0px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .header .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
          top: -2px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
    .header .navbar-collapse {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: inherit;
      max-height: 270px;
      overflow: auto; }
      .header .navbar-collapse .navbar-nav {
        background-color: #0b1126; }
    .header .navbar .navbar-nav .nav-item .nav-link {
      padding: 14px 20px;
      position: relative; }
      .header .navbar .navbar-nav .nav-item .nav-link i {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .header .add-listing {
      display: none; }
  .header.header-transparent {
    position: relative; }
  .header.style-02 .navbar {
    padding: 0px 15px; } }

/*****************************
  Banner
*****************************/
.banner {
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px; }
  .banner .banner-content {
    padding: 50px 0; }
    .banner .banner-content span {
      position: relative;
      margin-bottom: 20px;
      display: inline-block; }
      .banner .banner-content span:before {
        position: absolute;
        content: '';
        height: 2px;
        width: 45px;
        background-color: #ffffff;
        top: 50%;
        left: calc(100% + 20px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    .banner .banner-content h1 {
      margin-bottom: 40px; }
    .banner .banner-content p {
      color: #e2e2e2;
      margin-bottom: 50px;
      font-size: 18px; }
    .banner .banner-content .banner-countdown {
      border-radius: 0;
      border-top-right-radius: 30px;
      background: #0b1126;
      border-bottom-left-radius: 30px;
      padding: 30px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .banner .banner-content .banner-countdown .banner-counter {
        margin-right: 60px; }
        .banner .banner-content .banner-countdown .banner-counter:last-child {
          margin-right: 0; }
        .banner .banner-content .banner-countdown .banner-counter p {
          margin-bottom: 0;
          font-size: 16px; }
        .banner .banner-content .banner-countdown .banner-counter .counter span {
          font-size: 28px;
          font-weight: 700;
          margin-bottom: 0; }
          .banner .banner-content .banner-countdown .banner-counter .counter span:before {
            content: inherit; }
    .banner .banner-content .banner-profile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 60px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .banner .banner-content .banner-profile .btn {
        margin-right: 70px; }
      .banner .banner-content .banner-profile .user-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .banner .banner-content .banner-profile .user-info .user-profile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative;
          border-right: 1px solid #464b5b;
          margin-right: 20px;
          padding-right: 20px; }
          .banner .banner-content .banner-profile .user-info .user-profile li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .banner .banner-content .banner-profile .user-info .user-profile li a {
              height: 60px;
              width: 60px;
              position: relative;
              display: inline-block;
              border-radius: 100%;
              margin-left: -35px;
              -webkit-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
              overflow: hidden; }
              .banner .banner-content .banner-profile .user-info .user-profile li a:hover {
                -webkit-transform: translateY(-5px);
                        transform: translateY(-5px); }
            .banner .banner-content .banner-profile .user-info .user-profile li:first-child a {
              margin-left: 0px; }
        .banner .banner-content .banner-profile .user-info .profile-content .counter span {
          font-size: 24px;
          font-weight: normal;
          margin-bottom: 0; }
          .banner .banner-content .banner-profile .user-info .profile-content .counter span:before {
            content: inherit; }
        .banner .banner-content .banner-profile .user-info .profile-content p {
          margin-bottom: 0; }
  .banner .banner-image {
    position: relative;
    padding: 50px 0;
    padding-right: 70px; }
    .banner .banner-image img {
      -webkit-animation: move8 10s infinite linear;
              animation: move8 10s infinite linear; }
    .banner .banner-image .shape-icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .banner .banner-image .shape-icon .shape-1 {
        position: absolute;
        top: -10%;
        right: 43%;
        -webkit-animation: MoveUpDownshape-1 30s linear infinite;
                animation: MoveUpDownshape-1 30s linear infinite; }
      .banner .banner-image .shape-icon .shape-2 {
        position: absolute;
        right: 0;
        top: 10%;
        -webkit-animation: MoveUpDownshape-2 30s linear infinite;
                animation: MoveUpDownshape-2 30s linear infinite; }
      .banner .banner-image .shape-icon .shape-3 {
        position: absolute;
        right: 0px;
        bottom: 20%;
        -webkit-animation: MoveUpDownshape-3 30s linear infinite;
                animation: MoveUpDownshape-3 30s linear infinite; }
      .banner .banner-image .shape-icon .shape-4 {
        position: absolute;
        right: 70%;
        bottom: 10%;
        -webkit-animation: MoveUpDownshape-4 30s linear infinite;
                animation: MoveUpDownshape-4 30s linear infinite; }
      .banner .banner-image .shape-icon .shape-5 {
        position: absolute;
        right: 44%;
        bottom: -15%;
        -webkit-animation: MoveUpDownshape-5 30s linear infinite;
                animation: MoveUpDownshape-5 30s linear infinite; }
      .banner .banner-image .shape-icon .shape-6 {
        position: absolute;
        bottom: 5%;
        right: 15%;
        -webkit-animation: MoveUpDownshape-6 30s linear infinite;
                animation: MoveUpDownshape-6 30s linear infinite; }
      .banner .banner-image .shape-icon .shape-7 {
        position: absolute;
        top: -4%;
        left: -20px;
        -webkit-animation: MoveUpDownshape-7 30s linear infinite;
                animation: MoveUpDownshape-7 30s linear infinite; }
      .banner .banner-image .shape-icon .shape-8 {
        position: absolute;
        left: -10%;
        bottom: 23%;
        -webkit-animation: MoveUpDownshape-8 30s linear infinite;
                animation: MoveUpDownshape-8 30s linear infinite; }

/*Banner 03*/
.banner-03 {
  padding: 0px; }
  .banner-03 .swiper-slide {
    height: 850px;
    padding-top: 87px; }
    .banner-03 .swiper-slide .title {
      font-size: 64px;
      line-height: 1; }
    .banner-03 .swiper-slide p {
      font-size: 20px;
      line-height: 28px;
      margin: 20px 0 35px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .banner-03 .pagination-button .swiper-button-prev {
    background-image: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 50px;
    top: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .banner-03 .pagination-button .swiper-button-prev:hover {
      color: #5974e8; }
  .banner-03 .pagination-button .swiper-button-next {
    background-image: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 50px;
    top: auto;
    right: auto;
    left: 80px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .banner-03 .pagination-button .swiper-button-next:hover {
      color: #5974e8; }

@-webkit-keyframes MoveUpDownshape-1 {
  0%, 100% {
    right: 50%; }
  50% {
    top: 30%; } }

@keyframes MoveUpDownshape-1 {
  0%, 100% {
    right: 50%; }
  50% {
    top: 30%; } }

@-webkit-keyframes MoveUpDownshape-2 {
  0%, 30% {
    bottom: 0; }
  50% {
    bottom: 600px; } }

@keyframes MoveUpDownshape-2 {
  0%, 30% {
    bottom: 0; }
  50% {
    bottom: 600px; } }

@-webkit-keyframes MoveUpDownshape-3 {
  0%, 20% {
    right: 0; }
  50% {
    bottom: 60%; } }

@keyframes MoveUpDownshape-3 {
  0%, 20% {
    right: 0; }
  50% {
    bottom: 60%; } }

@-webkit-keyframes MoveUpDownshape-4 {
  0%, 100% {
    bottom: 0; }
  50% {
    bottom: 30%; } }

@keyframes MoveUpDownshape-4 {
  0%, 100% {
    bottom: 0; }
  50% {
    bottom: 30%; } }

@-webkit-keyframes MoveUpDownshape-5 {
  0%, 100% {
    bottom: 0; }
  50% {
    bottom: 50%; } }

@keyframes MoveUpDownshape-5 {
  0%, 100% {
    bottom: 0; }
  50% {
    bottom: 50%; } }

@-webkit-keyframes MoveUpDownshape-6 {
  0%, 100% {
    bottom: 0; }
  50% {
    bottom: 20%; } }

@keyframes MoveUpDownshape-6 {
  0%, 100% {
    bottom: 0; }
  50% {
    bottom: 20%; } }

@-webkit-keyframes MoveUpDownshape-7 {
  0%, 60% {
    bottom: 0; }
  50% {
    bottom: 10%; } }

@keyframes MoveUpDownshape-7 {
  0%, 60% {
    bottom: 0; }
  50% {
    bottom: 10%; } }

/*Banner 02*/
.banner.banner-02 {
  padding-top: 0px;
  padding-bottom: 0px; }
  .banner.banner-02 .banner-content {
    padding: 50px 70px 50px 50px; }

/* $. Keyframes
----------------------------------------------------------------*/
@-webkit-keyframes shrink {
  0% {
    color: green;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: grey; } }
@keyframes shrink {
  0% {
    color: green;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: grey; } }

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: grey; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: green; } }

@keyframes grow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: grey; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: green; } }

/* $. Classes
\*----------------------------------------------------------------*/
.animate {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: center left;
          transform-origin: center left; }

.animate--shrink {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: shrink;
          animation-name: shrink;
  -webkit-animation-timing-function: 'linear';
          animation-timing-function: 'linear'; }

.animate--grow {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: 'linear';
          animation-timing-function: 'linear';
  -webkit-animation-name: grow;
          animation-name: grow; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  tap-highlight-color: transparent;
  padding-top: 0px; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 0;
    outline: none; }
    .slick-vertical .slick-slide::-moz-selection {
      outline: none !important;
      border: 0 !important;
      box-shadow: none; }
    .slick-vertical .slick-slide:focus, .slick-vertical .slick-slide:active, .slick-vertical .slick-slide::selection {
      outline: none !important;
      border: 0 !important;
      -webkit-box-shadow: none;
              box-shadow: none; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-current {
  position: relative; }

.swiper-vertical-slide {
  height: 950px;
  overflow: hidden; }
  .swiper-vertical-slide .swiper-slide img {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    height: inherit; }

@media (max-width: 1499px) {
  .banner.banner-02 .banner-content {
    padding: 50px 30px 50px 30px; }
  .swiper-vertical-slide {
    height: 768px; } }

@media (max-width: 1299px) {
  .banner.banner-02 .banner-content {
    padding: 150px 20px 50px; }
    .banner.banner-02 .banner-content .banner-profile .btn {
      margin-right: 50px; }
    .banner.banner-02 .banner-content .banner-profile .user-info .user-profile li a {
      margin-left: -35px; } }

@media (max-width: 1199px) {
  .banner.banner-02 .banner-content {
    padding: 150px 10px 50px; }
    .banner.banner-02 .banner-content h1 {
      font-size: 40px; }
  .swiper-vertical-slide {
    height: 600px; } }

@media (max-width: 991px) {
  .banner {
    padding: 50px 0px 0px; }
    .banner .banner-content .banner-profile .btn {
      margin-right: 0px; }
  .banner.banner-02 {
    padding-top: 100px; }
    .banner.banner-02 .banner-content {
      padding: 50px 15px; }
    .banner.banner-02 .banner-slider {
      display: none; }
  .banner-03 .swiper-slide {
    height: 500px;
    padding: 50px 0; } }

@media (max-width: 767px) {
  .banner.banner-02 .banner-content {
    padding: 50px 10px; }
    .banner.banner-02 .banner-content .banner-profile {
      display: block; }
      .banner.banner-02 .banner-content .banner-profile .user-info {
        margin-top: 30px;
        margin-left: 35px; } }

@media (max-width: 570px) {
  .banner .banner-content h1 {
    margin-bottom: 20px;
    font-size: 36px; }
  .banner .banner-content p {
    margin-bottom: 30px; }
  .banner-03 .swiper-slide {
    height: 400px; }
    .banner-03 .swiper-slide .title {
      font-size: 32px;
      line-height: 1; } }

@media (max-width: 479px) {
  .banner-03 .swiper-slide .title {
    font-size: 24px; } }

/*****************************
    layout css
*****************************/
/*Section Title*/
.section-title {
  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;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: none;
  border-right: none;
  padding: 20px 0px;
  margin-bottom: 50px; }
  .section-title .title {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-title .title .live-btn {
      position: relative;
      width: 20px;
      height: 20px;
      margin-left: 15px;
      display: inline-block; }
      .section-title .title .live-btn:before, .section-title .title .live-btn:after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        opacity: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .section-title .title .live-btn:before {
        background: #ff0000;
        border-radius: 100%;
        -webkit-animation: customOne 1.5s infinite;
                animation: customOne 1.5s infinite; }
      .section-title .title .live-btn:after {
        border: 5px solid #ff0000;
        border-radius: 100%;
        -webkit-animation: customOne 2s infinite;
                animation: customOne 2s infinite; }
  .section-title .btn {
    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; }
    .section-title .btn .icon {
      margin-left: 7px; }

@-webkit-keyframes customOne {
  0% {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
    opacity: 0; } }

@keyframes customOne {
  0% {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
    opacity: 0; } }

.like {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 9px 10px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  color: #000000;
  position: relative; }
  .like:before {
    content: '\f004';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-right: 0;
    position: absolute;
    left: 8px; }
  .like:hover {
    color: #000000; }
  .like:focus {
    color: #000000; }

.like.active:before {
  color: #ff0000; }

/* Newsletter*/
.newsletter-form {
  position: relative; }
  .newsletter-form .form-control {
    border-radius: 50px;
    background-color: #0b1126;
    border: 1px solid #0b1126;
    padding-left: 40px;
    padding-right: 160px;
    height: 60px; }
  .newsletter-form .btn {
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 15px 40px; }

.newsletter-section {
  padding: 60px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px; }

/*Social Icons */
.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-icons li {
    margin-right: 15px;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; }
    .social-icons li:last-child {
      margin-right: 0px; }
    .social-icons li a {
      display: inline-block;
      background-color: #0b1126;
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      position: relative;
      overflow: hidden;
      border-radius: 50px;
      opacity: 0.99;
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      color: #ffffff; }
      .social-icons li a:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        z-index: -9; }
      .social-icons li a:hover:before {
        top: 0; }
    .social-icons li .facebook {
      color: #3b5998; }
      .social-icons li .facebook:hover {
        color: #ffffff; }
      .social-icons li .facebook:before {
        background: #3b5998; }
    .social-icons li .twitter {
      color: #33ccff; }
      .social-icons li .twitter:hover {
        color: #ffffff; }
      .social-icons li .twitter:before {
        background: #33ccff; }
    .social-icons li .dribbble {
      color: #f26798; }
      .social-icons li .dribbble:hover {
        color: #ffffff; }
      .social-icons li .dribbble:before {
        background: #f26798; }
    .social-icons li .linkedin {
      color: #006599; }
      .social-icons li .linkedin:hover {
        color: #ffffff; }
      .social-icons li .linkedin:before {
        background: #006599; }

.bg-dark-3 .form-control {
  background: #03091f; }

/*Inner Banner*/
.inner-banner {
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding: 250px 0px 150px; }
  .inner-banner .header-inner-title {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 40px 0px;
    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; }
    .inner-banner .header-inner-title .title {
      margin-bottom: 0; }
    .inner-banner .header-inner-title nav .breadcrumb {
      margin-bottom: 0; }
      .inner-banner .header-inner-title nav .breadcrumb .breadcrumb-item {
        color: #ffffff; }
        .inner-banner .header-inner-title nav .breadcrumb .breadcrumb-item a {
          color: #ffffff; }
      .inner-banner .header-inner-title nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
        padding-left: 10px; }
        .inner-banner .header-inner-title nav .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
          color: #ffffff;
          padding-right: 10px; }

.create-form form {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #0b1126;
  padding: 50px 50px; }

.create-form .title {
  margin-bottom: 40px; }

.create-form .select-border .select2-container--default .select2-selection--single {
  background-color: #03091f; }

.create-product .title {
  margin-bottom: 40px; }

.create-upload {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #03091f;
  padding: 30px 25px;
  margin-bottom: 24px;
  display: inline-block;
  text-align: center; }
  .create-upload .create-upload-icon {
    height: 28px;
    width: 28px;
    -webkit-filter: invert(80%) sepia(10%) saturate(121%) hue-rotate(187deg) brightness(91%) contrast(88%);
            filter: invert(80%) sepia(10%) saturate(121%) hue-rotate(187deg) brightness(91%) contrast(88%); }
  .create-upload .form-control {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-bottom: 0; }
  .create-upload .input-group-text {
    background-color: inherit;
    border: none;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px; }
    .create-upload .input-group-text span {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      color: rgba(255, 255, 255, 0.7); }

.datetimepickers {
  margin-bottom: 24px; }
  .datetimepickers .form-control {
    margin-bottom: 0; }
  .datetimepickers .input-group-append .input-group-text {
    height: 100%;
    border-radius: 0;
    border-top-right-radius: 30px;
    background-color: #03091f;
    border: 1px solid #03091f;
    color: rgba(255, 255, 255, 0.1);
    padding: 10px 25px; }

/*home-03*/
.collections-select .select-border .select2-container--default .select2-selection--single {
  background-color: #0b1126; }

.author-collection .tab-content {
  margin-top: 50px; }

/*contact*/
.contact-form {
  background: #0b1126;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 50px 130px 50px 50px; }

.contact-info {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 50px 70px 50px;
  margin-left: -110px;
  background-position: center center; }
  .contact-info:before {
    z-index: -1; }
  .contact-info p {
    margin-top: 20px;
    margin-bottom: 35px; }
  .contact-info .info li {
    margin-bottom: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .contact-info .info li .info-icon {
      margin-right: 15px;
      line-height: 0px; }

/*privacy policy*/
.list {
  position: relative; }
  .list li {
    margin-bottom: 15px; }

/*Ranking*/
.top-nfts-collections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .top-nfts-collections .select-border {
    margin: 0 10px; }
    .top-nfts-collections .select-border:last-child {
      margin-right: 0; }

/*table*/
.ranking-table .table.table-striped {
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0px; }
  .ranking-table .table.table-striped thead tr {
    background-color: #5974e8; }
    .ranking-table .table.table-striped thead tr th {
      vertical-align: middle;
      padding: 25px 15px;
      color: #ffffff;
      font-size: 18px; }
  .ranking-table .table.table-striped tbody tr {
    background-color: #0b1126; }
    .ranking-table .table.table-striped tbody tr:nth-of-type(odd) {
      background-color: #03091f; }
    .ranking-table .table.table-striped tbody tr th {
      vertical-align: middle;
      padding: 15px;
      color: #ffffff;
      text-align: center; }
    .ranking-table .table.table-striped tbody tr td {
      vertical-align: middle;
      padding: 15px;
      color: #ffffff; }
    .ranking-table .table.table-striped tbody tr .author img {
      width: 60px;
      height: 60px;
      margin-right: 20px;
      border-radius: 4px; }
    .ranking-table .table.table-striped tbody tr .author span {
      font-size: 18px; }
    .ranking-table .table.table-striped tbody tr .volume i {
      margin-right: 10px; }
    .ranking-table .table.table-striped tbody tr .floor-price i {
      margin-right: 10px; }

.ranking-table .table-bordered > :not(caption) > * {
  border-width: 0px 0; }

.ranking-table .table-bordered > :not(caption) > * > * {
  border-width: 0 0px; }

/*404 Error*/
.contant-404 h2 {
  font-size: 58px;
  font-weight: bold; }

/*Coming Soon*/
.top-nfts-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh; }
  .top-nfts-section .coming-soon-content .coming-soon-logo {
    margin-bottom: 50px;
    display: block; }
    .top-nfts-section .coming-soon-content .coming-soon-logo img {
      height: 60px; }
  .top-nfts-section .coming-soon-content h1 {
    font-size: 80px;
    font-weight: bold; }
  .top-nfts-section .coming-soon-content .newsletter-form .btn {
    padding: 15px 30px; }
  .top-nfts-section .coming-soon-content .social-icons {
    margin-top: 50px; }
    .top-nfts-section .coming-soon-content .social-icons ul {
      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; }

/* Back To Top */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  background-color: inherit;
  background-size: 300% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
  background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
  border-radius: 10px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.05);
          box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.05);
  -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
  z-index: 9; }
  .back-to-top:hover {
    color: rgba(255, 255, 255, 0);
    -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s; }
    .back-to-top:hover:before {
      -webkit-animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
              animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s; }
    .back-to-top:hover:after {
      -webkit-animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
              animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s; }
  .back-to-top:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: #ffffff;
    width: 3px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -2px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  .back-to-top:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    color: #ffffff;
    border-top: 3px solid;
    border-left: 3px solid;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -8px;
    -webkit-transform: translateY(50px) rotateZ(45deg);
            transform: translateY(50px) rotateZ(45deg); }
  .back-to-top a {
    color: #ffffff; }
  .back-to-top:hover a {
    color: transparent; }

.back-to-top.auto {
  color: rgba(255, 255, 255, 0);
  -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s; }
  .back-to-top.auto:before {
    -webkit-animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
            animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s; }
  .back-to-top.auto:after {
    -webkit-animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
            animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s; }

@-webkit-keyframes tipUp {
  0% {
    -webkit-transform: translateY(50px) rotateZ(45deg);
            transform: translateY(50px) rotateZ(45deg); }
  100% {
    -webkit-transform: translateY(-70px) rotateZ(45deg);
            transform: translateY(-70px) rotateZ(45deg); } }

@keyframes tipUp {
  0% {
    -webkit-transform: translateY(50px) rotateZ(45deg);
            transform: translateY(50px) rotateZ(45deg); }
  100% {
    -webkit-transform: translateY(-70px) rotateZ(45deg);
            transform: translateY(-70px) rotateZ(45deg); } }

@-webkit-keyframes lineUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px); } }

@keyframes lineUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px); } }

/*explore-offcanvas*/
.offcanvas .offcanvas-header {
  background-color: #0b1126;
  padding: 25px 35px; }
  .offcanvas .offcanvas-header .btn-close {
    background-size: 300% 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
    background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea);
    border-radius: 100%;
    opacity: 1;
    line-height: 16px; }
    .offcanvas .offcanvas-header .btn-close i {
      font-size: 16px;
      color: #ffffff; }

.offcanvas .offcanvas-body {
  padding: 35px; }
  .offcanvas .offcanvas-body .form-control {
    background-color: #0b1126; }
    .offcanvas .offcanvas-body .form-control option {
      padding: 10px; }

/*Responsive*/
@media (max-width: 1199px) {
  .inner-banner {
    padding: 200px 0px 100px; }
  .contact-info {
    margin-left: 0;
    margin-top: 30px; }
  .contact-form {
    padding: 50px 50px 50px 50px; } }

@media (max-width: 991px) {
  .inner-banner {
    padding: 100px 0px; }
  .create-form form {
    padding: 30px 20px; }
    .create-form form .nav.nav-tabs .nav-item .nav-link {
      margin-bottom: 15px;
      padding: 17px 40px; }
  .ranking-table .table.table-striped tbody tr .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px; }
    .ranking-table .table.table-striped tbody tr .author img {
      width: 40px;
      height: 40px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40px;
              flex: 0 0 40px;
      margin-right: 10px; }
    .ranking-table .table.table-striped tbody tr .author span {
      font-size: 16px; }
  .ranking-table .table.table-striped tbody tr .volume {
    text-align: center; }
  .ranking-table .table.table-striped tbody tr .floor-price {
    text-align: center; } }

@media (max-width: 767px) {
  .newsletter-section {
    padding: 30px; }
  .inner-banner {
    padding: 50px 0px; }
    .inner-banner .header-inner-title {
      display: block;
      text-align: center; }
      .inner-banner .header-inner-title .title {
        margin-bottom: 20px; }
      .inner-banner .header-inner-title nav .breadcrumb {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .inner-banner .header-inner-title nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
          padding-left: 10px; }
          .inner-banner .header-inner-title nav .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
            padding-right: 10px; }
  .create-product {
    margin-bottom: 30px; }
  .top-nfts-section {
    height: auto; }
    .top-nfts-section .section-title {
      display: block; }
      .top-nfts-section .section-title .title {
        margin-bottom: 20px; }
  .contant-404 h2 {
    font-size: 48px; }
  .collections-select.section-title {
    display: block; }
    .collections-select.section-title .title {
      margin-bottom: 20px; } }

@media (max-width: 570px) {
  .newsletter-form {
    text-align: center; }
    .newsletter-form .newsletter-btn {
      position: relative;
      top: inherit;
      -webkit-transform: inherit;
              transform: inherit;
      margin-top: 10px;
      right: inherit; }
  .contact-form {
    padding: 30px; }
  .contact-info {
    margin-top: 30px; }
  .top-nfts-section .section-title .top-nfts-collections {
    display: block; }
    .top-nfts-section .section-title .top-nfts-collections .select-border {
      margin: 0;
      margin-bottom: 15px; }
      .top-nfts-section .section-title .top-nfts-collections .select-border:last-child {
        margin-bottom: 0px; }
  .top-nfts-section .coming-soon-content h1 {
    font-size: 42px;
    font-weight: bold; }
  .contant-404 h2 {
    font-size: 30px; }
  .collections-select.section-title .top-nfts-collections {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .collections-select.section-title .top-nfts-collections .select-border {
      margin-bottom: 15px; }
      .collections-select.section-title .top-nfts-collections .select-border:last-child {
        margin-bottom: 0px; } }

@media (max-width: 399px) {
  .section-title {
    display: block; }
    .section-title .title {
      margin-bottom: 20px; }
      .section-title .title .live-btn {
        right: 0; } }

.banner-03 {
  background: #151413; }

.content {
  height: 300px;
  position: relative;
  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;
  isolation: isolate; }

.content__title {
  font-family: forma-djr-display, sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 10000;
  font-size: 17vw;
  -webkit-text-stroke: 2px #323232;
  text-stroke: 2px #323232;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: transparent;
  pointer-events: none;
  text-align: center; }

.content__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  will-change: transform;
  -webkit-filter: var(--filter-img);
          filter: var(--filter-img); }

.content__img--full {
  width: 100%;
  height: 100%;
  background-size: cover; }

@media screen and (min-width: 53em) {
  .content {
    height: 100vh;
    overflow: hidden; } }

/*****************************
  Footer
*****************************/
.footer {
  background-color: #030716;
  padding-top: 80px;
  padding-bottom: 0px; }
  .footer .footer-top {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .footer .main-footer {
    padding-bottom: 30px; }
    .footer .main-footer .footer-about {
      padding-right: 100px;
      margin-bottom: 30px; }
      .footer .main-footer .footer-about .footer-logo {
        display: block;
        margin-bottom: 30px; }
        .footer .main-footer .footer-about .footer-logo img {
          height: 55px; }
      .footer .main-footer .footer-about p {
        line-height: 30px;
        margin-bottom: 40px; }
    .footer .main-footer .footer-title {
      margin-bottom: 30px;
      font-weight: 500; }
    .footer .main-footer .footer-menu {
      margin-bottom: 30px; }
      .footer .main-footer .footer-menu li a {
        margin-bottom: 15px;
        display: block;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: relative;
        color: #e2e2e2; }
        .footer .main-footer .footer-menu li a:after {
          content: "";
          position: absolute;
          width: 8px;
          height: 8px;
          background-color: #5974e8;
          top: 50%;
          left: -16px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          border-radius: 50px;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
        .footer .main-footer .footer-menu li a:hover {
          color: #5974e8;
          background-color: inherit;
          padding-left: 16px; }
          .footer .main-footer .footer-menu li a:hover:after {
            opacity: 1;
            visibility: visible;
            left: 0; }
    .footer .main-footer .recent-post {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding-bottom: 15px;
      margin-bottom: 20px; }
      .footer .main-footer .recent-post .recent-thumbnail {
        height: 60px;
        width: 60px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60px;
                flex: 0 0 60px;
        border-radius: 100%;
        border: 2px solid #ffffff;
        margin-right: 15px; }
        .footer .main-footer .recent-post .recent-thumbnail img {
          border-radius: 100%; }
      .footer .main-footer .recent-post .recent-content span {
        display: block; }
      .footer .main-footer .recent-post .recent-content .recent-post-title {
        font-weight: 500;
        color: #ffffff; }
        .footer .main-footer .recent-post .recent-content .recent-post-title:hover {
          color: #5974e8; }
      .footer .main-footer .recent-post .recent-content .recent-post-info {
        color: #e2e2e2;
        font-size: 14px; }
      .footer .main-footer .recent-post .recent-content .price {
        color: #5974e8; }
      .footer .main-footer .recent-post:last-child {
        border-bottom: none;
        padding-bottom: 0; }
  .footer .footer-bottom {
    padding: 20px 0px;
    background-color: #03091f; }

/*======= footer-style-02 =======*/
.footer.footer-style-02 {
  padding: 0; }
  .footer.footer-style-02 .main-footer {
    padding-bottom: 0; }
    .footer.footer-style-02 .main-footer .footer-about {
      padding: 60px;
      background-color: #03091f;
      height: 100%; }
    .footer.footer-style-02 .main-footer .footer-link {
      padding: 100px 45px 70px; }

/*======= footer-style-03 =======*/
.footer.footer-style-03 {
  margin-top: 90px; }
  .footer.footer-style-03 .newsletter-section {
    margin-top: -170px; }
  .footer.footer-style-03 .main-footer {
    margin-top: 70px; }

.footer-tags {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer-tags a {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #e2e2e2;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .footer-tags a:hover {
      border: 1px solid #5974e8;
      color: #ffffff;
      background-size: 300% 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(#4968ea), color-stop(#46aef2), color-stop(#46aef2), to(#4968ea));
      background-image: linear-gradient(to right, #4968ea, #46aef2, #46aef2, #4968ea); }

@media (max-width: 1199px) {
  .footer .main-footer .footer-about {
    padding-right: 0; }
  .footer.footer-style-02 .main-footer .footer-about {
    padding: 80px 30px;
    background-color: #03091f; }
  .footer.footer-style-02 .main-footer .footer-link {
    padding: 80px 20px 80px; } }

@media (max-width: 991px) {
  .footer.footer-style-02 .main-footer .footer-about {
    padding: 50px 20px;
    background-color: #03091f; }
  .footer.footer-style-02 .main-footer .footer-link {
    padding: 50px 20px 20px; } }

@media (max-width: 767px) {
  .footer {
    padding-top: 50px; }
    .footer .footer-top {
      margin-bottom: 40px;
      padding-bottom: 40px; }
      .footer .footer-top .newsletter-title {
        margin-bottom: 30px;
        text-align: center; }
    .footer .main-footer {
      padding-bottom: 10px; }
      .footer .main-footer .footer-about .footer-logo {
        margin-bottom: 20px; }
      .footer .main-footer .footer-about p {
        margin-bottom: 20px; }
      .footer .main-footer .footer-title {
        margin-bottom: 20px; }
  .footer.footer-style-03 {
    padding-top: 50px;
    margin-top: 0px; }
    .footer.footer-style-03 .newsletter-section {
      margin-top: 0px; }
    .footer.footer-style-03 .main-footer {
      margin-top: 50px; } }

@media (max-width: 575px) {
  .footer.footer-style-02 .main-footer .footer-about {
    padding: 40px 20px;
    background-color: #03091f; }
  .footer.footer-style-02 .main-footer .footer-link {
    padding: 40px 20px 10px; }
  .footer.footer-style-03 {
    padding-top: 40px; }
    .footer.footer-style-03 .main-footer {
      margin-top: 40px; } }

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