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

   Theme Name: Hypeacc - Fortnite Accounts for Sale WordPress Theme
   Author : ThemeGenix
   Support: themegenix@gmail.com
   Description: Hypeacc - Fortnite Accounts for Sale WordPress Theme
   Version: 1.0

----------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. Theme Default CSS
    02. Header
    03. Slider
    04. NFT
    05. About
    06. Gallery
    07. Team
    08. Video
    09. RoadMap
    10. Upcoming Match
    11. Match Result
    12. Services
    13. Social Profile
    14. Tournament
    15. Brand
    16. Shop
    17. Blog
    18. Contact
    19. Footer
    20. All Keyframes Here

**********************************************/
/*----------------------------------------*/
/*  01. Theme Default CSS
/*----------------------------------------*/
:root {
  --tg-body-font-family: 'Barlow', sans-serif;
  --tg-heading-font-family: 'Barlow', sans-serif;
  --tg-icon-font-family: "Font Awesome 5 Free";
  --tg-body-font-size: 16px;
  --tg-body-line-height: 1.6;
  --tg-heading-line-height: 1.2;
  --tg-common-color-blue: #5780ef;
  --tg-common-color-indigo: #6610f2;
  --tg-common-color-purple: #6f42c1;
  --tg-common-color-pink: #d63384;
  --tg-common-color-red: #E32D20;
  --tg-common-color-orange: #fd7e14;
  --tg-common-color-yellow: #ffc107;
  --tg-common-color-green: #198754;
  --tg-common-color-teal: #68fb9a;
  --tg-common-color-cyan: #0dcaf0;
  --tg-common-color-rating: #faa706;
  --tg-common-color-white: #fff;
  --tg-common-color-gray: #191D24;
  --tg-common-color-black: #0D1118;
  --tg-common-color-black-2: #191D24;
  --tg-common-color-black-3: #2f3238;
  --tg-common-color-black-4: #13171E;
  --tg-body-color: #b6b8ba;
  --tg-heading-color: #fff;
  --tg-theme-primary: #2F60EB;
  --tg-theme-secondary: #EBC92F;
  --tg-border-1: #30343A;
  --tg-fw-extra-bold: 800;
  --tg-fw-bold: 700;
  --tg-fw-semi-bold: 600;
  --tg-fw-medium: 500;
  --tg-fw-regular: 400;
  --tg-fw-light: 300;
}

/*=============================
	Typography css start
===============================*/
body {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-color);
  line-height: var(--tg-body-line-height);
  background: var(--tg-common-color-black);
}

img,
.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
button {
  color: var(--tg-theme-primary);
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

a:hover,
button:hover {
  color: var(--tg-theme-secondary);
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  margin-top: 0px;
  font-weight: var(--tg-fw-bold);
  line-height: var(--tg-heading-line-height);
  text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.list-wrap {
  margin: 0px;
  padding: 0px;
}
.list-wrap li {
  list-style: none;
}

p {
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid var(--tg-common-color-gray);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: var(--tg-heading-color);
  cursor: pointer;
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
}

input,
textarea {
  color: var(--tg-body-color);
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

input {
  width: 100%;
  background: var(--tg-common-color-black-2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 18px;
  font-weight: 400;
  color: var(--tg-common-color-white);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 14px 25px;
  letter-spacing: -0.01em;
  height: 60px;
}
input::placeholder {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #717377;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: var(--tg-common-color-black);
}

::-webkit-scrollbar {
  width: 8px;
  background-color: var(--tg-common-color-black);
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--tg-theme-primary);
}

*::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  text-shadow: none;
}

::selection {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  text-shadow: none;
}

/*=============================
    - Input Placeholder
===============================*/
*::-moz-placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

*::placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

/*=============================
    - Common Classes
===============================*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.main--area {
  overflow-x: hidden;
}

/*=============================
    - Bootstrap Custom
=============================*/
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  --bs-gutter-x: 24px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-24 {
  --bs-gutter-y: 24px;
}

.gx-0 {
  --bs-gutter-x: 0;
}

.container {
  max-width: 1330px;
}
@media (max-width: 1500px) {
  .container {
    max-width: 1330px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

.custom-container {
  max-width: 1830px;
}
@media (max-width: 1800px) {
  .custom-container {
    max-width: 1550px;
  }
}
@media (max-width: 1500px) {
  .custom-container {
    max-width: 1330px;
  }
}
@media (max-width: 1199.98px) {
  .custom-container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container {
    max-width: 540px;
  }
}

.custom-container-two {
  max-width: 1650px;
}
@media (max-width: 1800px) {
  .custom-container-two {
    max-width: 1550px;
  }
}
@media (max-width: 1500px) {
  .custom-container-two {
    max-width: 1260px;
  }
}
@media (max-width: 1199.98px) {
  .custom-container-two {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container-two {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container-two {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container-two {
    max-width: 540px;
  }
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*=============================
    - Background color
===============================*/
.grey-bg {
  background: var(--tg-common-color-gray);
}

.white-bg {
  background: var(--tg-common-color-white);
}

.black-bg {
  background: var(--tg-common-color-black);
}

/*=============================
	1. Button style
===============================*/
.btn {
  user-select: none;
  -moz-user-select: none;
  background: linear-gradient(73deg, var(--tg-theme-primary) 0%, var(--tg-common-color-blue) 100%);
  border: medium none;
  border-radius: 2px;
  color: var(--tg-common-color-white);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: var(--tg-fw-extra-bold);
  gap: 8px;
  margin-bottom: 0;
  padding: 12px 18px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  font-family: var(--tg-heading-font-family);
  white-space: nowrap;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  z-index: 1;
  position: relative;
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(73deg, var(--tg-common-color-blue) 0%, var(--tg-theme-primary) 100%);
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  transition: all 0.5s ease;
  z-index: -1;
}
.btn:hover {
  color: var(--tg-common-color-white);
}
.btn:hover::before {
  opacity: 1;
}
.btn::after {
  display: none;
}
.btn.show {
  color: var(--tg-common-color-white);
}

.btn-two {
  background: var(--tg-common-color-black-3);
}
.btn-two::before {
  display: none;
}
.btn-two:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-common-color-black);
}

/* TG Button 01 */
.tg-btn-1 {
  display: inline-flex;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-common-color-black-2);
  font-weight: var(--tg-fw-extra-bold);
  text-transform: uppercase;
  padding: 14px 49px;
  font-size: 15px;
  letter-spacing: 0.8px;
  position: relative;
  overflow: hidden;
  justify-content: center;
  text-align: center;
  min-width: 195px;
  z-index: 1;
}
.tg-btn-1 svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tg-btn-1 .cls-1 {
  fill: var(--tg-theme-primary);
  stroke: var(--tg-common-color-white);
  stroke-width: 1.5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tg-btn-1 .cls-2 {
  stroke: transparent;
  fill: var(--tg-common-color-white);
}
.tg-btn-1 .cls-1, .tg-btn-1 .cls-2 {
  fill-rule: evenodd;
}
.tg-btn-1:hover {
  color: var(--tg-common-color-black-2);
}
.tg-btn-1:hover .cls-1 {
  fill: var(--tg-common-color-white);
}
.tg-btn-1.-btn-yellow .cls-1 {
  fill: var(--tg-theme-secondary);
}
.tg-btn-1.-btn-yellow:hover .cls-1 {
  fill: var(--tg-theme-primary);
}

.tg-border-btn {
  display: inline-flex;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-common-color-white);
  font-weight: var(--tg-fw-extra-bold);
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 15px;
  letter-spacing: 0.8px;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 157px;
  min-height: 48px;
  z-index: 1;
}
.tg-border-btn svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  color: var(--tg-theme-primary);
}
.tg-border-btn svg path:last-child {
  fill: transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tg-border-btn i {
  margin-right: 10px;
}
.tg-border-btn:hover {
  color: var(--tg-common-color-black-2);
}
.tg-border-btn:hover svg path:last-child {
  fill: var(--tg-theme-primary);
}
.tg-border-btn:hover::before {
  opacity: 1;
}

/* TG Button 02 */
.tg-btn-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-common-color-white);
  font-weight: var(--tg-fw-bold);
  white-space: nowrap;
  font-size: 20px;
  padding: 16px 35px;
  line-height: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
}
.tg-btn-2 svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tg-btn-2 svg path {
  stroke: var(--tg-theme-primary);
}
.tg-btn-2:hover {
  background-color: var(--tg-theme-primary);
  color: var(--tg-common-color-black-2);
}
.tg-btn-2.-secondary svg path {
  stroke: var(--tg-theme-secondary);
}
.tg-btn-2.-secondary:hover {
  background-color: var(--tg-theme-secondary);
}

/* TG Button 03 */
.tg-btn-3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-common-color-black-2);
  font-weight: var(--tg-fw-extra-bold);
  background: transparent;
  border: none;
  white-space: nowrap;
  font-size: 16px;
  padding: 22px 35px;
  line-height: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  min-width: 188px;
}
@media (max-width: 767.98px) {
  .tg-btn-3 {
    min-width: 166px;
    padding: 13px 22px;
    font-size: 15px;
  }
}
.tg-btn-3:hover {
  color: var(--tg-common-color-black-2);
}
.tg-btn-3 .svg-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: var(--tg-theme-primary);
  stroke: var(--tg-common-color-white);
  stroke-width: 2px;
  fill-rule: evenodd;
  z-index: -1;
}
.tg-btn-3 .svg-icon svg {
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/*=============================
	1. Search Popup
===============================*/
.search__popup-wrap {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  margin-top: -370px;
  transform: translateY(-100%);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.search__popup-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 370px;
  background-image: url(../img/bg/search_wave.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
}
.search__layer {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(15, 22, 27, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.search__close {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 30px;
  color: var(--tg-theme-primary);
  cursor: pointer;
}
.search__wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search__wrap .title {
  font-size: 47px;
  margin: 0 0 70px 0;
  font-family: var(--tg-heading-font-family);
  font-weight: var(--tg-fw-extra-bold);
  text-transform: uppercase;
  color: var(--tg-theme-primary);
  letter-spacing: -1px;
}
.search__wrap .title span {
  color: var(--tg-common-color-white);
  text-shadow: -2px 2.5px 0px rgba(69, 248, 130, 0.66);
  letter-spacing: 5px;
}
.search__form {
  position: relative;
}
.search__form form input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 50px 20px;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  background: transparent;
  color: var(--tg-common-color-white);
}
.search__form form input::placeholder {
  font-size: 30px;
  opacity: 0.5;
}
.search__form form button {
  position: absolute;
  right: 20px;
  background: transparent;
  border: 0;
  font-size: 25px;
  color: var(--tg-theme-primary);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search__form::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--tg-theme-primary);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.search__active .search__popup-wrap {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  margin-top: 0;
}
.search__active .search__form::after {
  width: 100%;
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

/*=============================
	00. Preloader
===============================*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--tg-common-color-black);
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-inner {
  display: block;
  width: 45px;
  height: 45px;
}

.preloader-inner span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 37px;
  height: 37px;
  margin: 4px;
  border: 4px solid transparent;
  border-radius: 50%;
  animation: preloader 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--tg-theme-primary) transparent transparent transparent;
}

.preloader-inner span:nth-child(1) {
  animation-delay: -0.1s;
}

.preloader-inner span:nth-child(2) {
  animation-delay: -0.2s;
}

.preloader-inner span:nth-child(3) {
  animation-delay: -0.3s;
}

@-webkit-keyframes preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*=============================
    00. OffCanvas Menu
===============================*/
.offCanvas__wrap {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 485px;
  transform: translateX(100%);
  height: 100%;
  display: block;
  background-color: var(--tg-common-color-black-8);
  z-index: 1020;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.offCanvas__wrap::-webkit-scrollbar {
  width: 0px;
}
@media (max-width: 1500px) {
  .offCanvas__wrap {
    width: 430px;
  }
}
@media (max-width: 767.98px) {
  .offCanvas__wrap {
    width: 320px;
  }
}
.offCanvas__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.offCanvas__top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 35px 40px 25px;
  border-bottom: 1px solid #18202a;
}
.offCanvas__toggle {
  margin-left: auto;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--tg-body-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #1f2935;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.offCanvas__toggle:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-black);
}
@media (max-width: 1500px) {
  .offCanvas__toggle {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.offCanvas__content {
  padding: 25px 40px 50px 40px;
}
.offCanvas__content .title {
  font-size: 30px;
  letter-spacing: 1px;
  margin: 0 0 50px;
}
.offCanvas__content .title span {
  color: var(--tg-theme-primary);
}
.offCanvas__newsletter .small-title {
  margin: 0 0 22px;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: var(--tg-fw-semi-bold);
  color: var(--tg-theme-primary);
}
.offCanvas__newsletter-form {
  position: relative;
  margin: 0 0 20px;
}
.offCanvas__newsletter-form [type=email] {
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid #202b36;
  padding: 15px 80px 15px 22px;
  font-size: 14px;
  font-family: var(--tg-heading-font-family);
  font-weight: var(--tg-fw-medium);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.offCanvas__newsletter-form [type=email]:focus {
  border-color: #535d68;
}
.offCanvas__newsletter-form [type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  background: transparent;
  width: 60px;
  font-size: 22px;
}
.offCanvas__newsletter-form [type=submit]::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 6px;
  background: #202b36;
  bottom: 6px;
  left: 0;
}
.offCanvas__newsletter p {
  font-size: 14px;
  font-weight: var(--tg-fw-medium);
  margin: 0 0;
}
.offCanvas__contact {
  margin: 0 0 40px;
}
.offCanvas__contact .small-title {
  margin: 0 0 22px;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: var(--tg-fw-semi-bold);
}
.offCanvas__contact-list li {
  color: var(--tg-body-color);
  font-family: var(--tg-heading-font-family);
  font-weight: var(--tg-fw-medium);
  position: relative;
  padding-left: 23px;
  margin: 0 0 8px;
}
.offCanvas__contact-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  background: var(--tg-body-color);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.offCanvas__contact-list li:hover::before {
  background: var(--tg-theme-primary);
}
.offCanvas__contact-list li:last-child {
  margin: 0 0;
}
.offCanvas__contact-list li a {
  color: var(--tg-body-color);
}
.offCanvas__contact-list li a:hover {
  color: var(--tg-theme-primary);
}
.offCanvas__social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 28px;
  padding: 30px 0 0;
  border-top: 1px solid #202b36;
  margin: 50px 0 0;
}
.offCanvas__social li {
  line-height: 1;
}
.offCanvas__social li a {
  display: block;
  font-size: 16px;
  color: var(--tg-common-color-white);
}
.offCanvas__social li a:hover {
  color: var(--tg-theme-primary);
}
.offCanvas__copyright {
  margin: auto 0 0;
  background: #090f16;
  padding: 30px 40px;
}
.offCanvas__copyright p {
  margin: 0 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: var(--tg-fw-semi-bold);
  font-family: var(--tg-heading-font-family);
  letter-spacing: 1px;
}
.offCanvas__copyright p span {
  color: var(--tg-theme-primary);
}
.offCanvas__overlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: var(--tg-common-color-black-9);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  cursor: none;
}
.offCanvas__menu-visible .offCanvas__overlay {
  opacity: 0.8;
  visibility: visible;
}
.offCanvas__menu-visible .offCanvas__wrap {
  transform: translateX(0);
}

/*=============================
	00. Breadcrumb
===============================*/
.breadcrumb__bg {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 215px 0 255px;
  margin: 0 0 -120px;
}
@media (max-width: 1199.98px) {
  .breadcrumb__bg {
    padding: 200px 0 240px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__bg {
    padding: 120px 0 150px;
    margin: 0 0 -80px;
  }
}
.breadcrumb__bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #0d1118 30%, rgba(13, 17, 24, 0) 100%);
}
.breadcrumb__bg-two {
  padding: 165px 0 180px;
}
@media (max-width: 1199.98px) {
  .breadcrumb__bg-two {
    padding: 160px 0 240px;
  }
}
@media (max-width: 767.98px) {
.breadcrumb__bg-two {
    padding: 110px 0 40px;
    margin: 0 0 !important;
}
}
.breadcrumb__content {
  text-align: center;
  position: relative;
  z-index: 1;
}
.breadcrumb__content .title {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 76px;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .breadcrumb__content .title {
    font-size: 67px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__content .title {
    font-size: 50px;
  }
}
.breadcrumb__content .breadcrumb {
  margin-bottom: 0;
  justify-content: center;
}
.breadcrumb__content .breadcrumb span {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.breadcrumb__content .breadcrumb span a {
  color: var(--tg-body-color);
}
.breadcrumb__content .breadcrumb span a:hover {
  color: var(--tg-common-color-white);
}
.breadcrumb__content .breadcrumb-separator {
  margin-top: 0 !important;
  opacity: 1 !important;
  margin-bottom: 2px;
}
.breadcrumb__content-two {
  text-align: left;
}
.breadcrumb__content-two .breadcrumb {
  justify-content: left;
  margin-bottom: 12px;
}
.breadcrumb__content-two .title {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 1.1;
    text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .breadcrumb__content-two .title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__content-two .title {
    font-size: 35px;
  }
}

/*=============================
    00. Accordion
===============================*/
.faq-area {
  background-color: #0a0e13;
  padding: 120px 0;
}
.faq__content-wrap .section__title {
  margin: 0 0 55px;
}
.faq__content-wrap .section__title::after {
  display: none;
}
.faq__content-wrap .section__title .title {
  margin: 0 0 24px;
}
.faq__content-wrap .section__title p {
  margin: 0 0;
}
@media (max-width: 1199.98px) {
  .faq__content-wrap .section__title p br {
    display: none;
  }
}
.faq__wrapper .accordion-item {
  background: transparent;
  border: none;
  border-radius: 0;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #202428;
}
@media (max-width: 1199.98px) {
  .faq__wrapper .accordion-item {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.faq__wrapper .accordion-item:last-child {
  margin: 0 0;
}
.faq__wrapper .accordion-header {
  margin: 0 0;
}
.faq__wrapper .accordion-button {
  padding: 0 0;
  background: transparent;
  border-radius: 0 !important;
  box-shadow: none;
  color: var(--tg-common-color-white);
  font-size: 20px;
  font-weight: var(--tg-fw-semi-bold);
  letter-spacing: 1px;
  border: none !important;
  box-shadow: none;
}
.faq__wrapper .accordion-button::after {
  content: "\f067";
  background-image: none !important;
  font-size: 16px;
  font-family: var(--tg-icon-font-family);
  color: var(--tg-body-color);
  opacity: 0.76;
  width: auto;
  height: auto;
}
.faq__wrapper .accordion-button .count {
  width: 29px;
  height: 29px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--tg-common-color-black);
  background: var(--tg-body-color);
  font-weight: var(--tg-fw-extra-bold);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.faq__wrapper .accordion-button:hover {
  color: var(--tg-theme-primary);
}
.faq__wrapper .accordion-button:hover .count {
  background: var(--tg-theme-primary);
}
.faq__wrapper .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.faq__wrapper .accordion-button:not(.collapsed) .count {
  background: var(--tg-theme-primary);
}
.faq__wrapper .accordion-body {
  padding: 11px 0 0 45px;
}
@media (max-width: 1199.98px) {
  .faq__wrapper .accordion-body {
    padding: 15px 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .faq__wrapper .accordion-body {
    padding: 11px 0 0 45px;
  }
}
@media (max-width: 767.98px) {
  .faq__wrapper .accordion-body {
    padding: 15px 0 0 0;
  }
}

/**
Default Tab Style
**/
.nav-tabs {
  border: none;
}
.nav-tabs .nav-item {
  margin: 0 0;
}
.nav-tabs .nav-link {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.nav-tabs .nav-link.active {
  background: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: auto;
}

.tab-pane.active {
  animation: tgSlideDown 0.5s ease-in-out;
}

/*=============================
    08. Modal
===============================*/
.tg-modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  max-width: 635px;
  z-index: 5;
}
.tg-modal-content {
  background: var(--tg-common-color-black-2);
  box-shadow: 0 8px 70px 0 #080a0e;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 635px;
  margin: 40px 0;
}
@media (max-width: 767.98px) {
  .tg-modal-content {
    width: 320px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tg-modal-content {
    width: 500px;
  }
}
.tg-modal-content .modal-header {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #2a2e34;
  justify-content: center;
  padding: 29px 60px;
}
@media (max-width: 767.98px) {
  .tg-modal-content .modal-header {
    padding: 23px 35px;
  }
}
.tg-modal-content .modal-header .modal-title {
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .tg-modal-content .modal-header .modal-title {
    font-size: 24px;
  }
}
.tg-modal-content .modal-header .btn-close {
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  display: block;
  margin: 0;
  --bs-btn-close-bg: none;
  --bs-btn-close-opacity: 1;
  width: auto;
  height: auto;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .tg-modal-content .modal-header .btn-close {
    right: 15px;
  }
}
.tg-modal-content .modal-header .btn-close:focus {
  box-shadow: none;
}
.tg-modal-content .modal-body {
  padding: 28px 32px 32px;
}
@media (max-width: 767.98px) {
  .tg-modal-content .modal-body {
    padding: 28px 25px 32px;
  }
}

.login-form .form-grp {
  margin-bottom: 16px;
}
.login-form .form-grp label {
  display: block;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--tg-common-color-white);
  margin-bottom: 8px;
}
.login-form .form-grp input {
  background: #13171E;
}
.login-form .btn {
  width: 100%;
  justify-content: center;
  height: 64px;
}
.login-form > span {
  display: block;
  margin-bottom: 24px;
}

.account__check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 10px;
  flex-wrap: wrap;
}
.account__check-remember {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.account__check-remember input {
  width: 20px;
  height: 20px;
  padding: 0;
  background: #13171E;
  border: 2px solid var(--tg-common-color-white);
  margin-top: 1px;
}
.account__check-remember input:focus {
  box-shadow: none;
}
.account__check-remember label {
  user-select: none;
}
.account__check-forgot a {
  font-weight: 700;
  font-size: 18px;
  color: var(--tg-common-color-white);
}
.account__check-forgot a:hover {
  color: var(--tg-theme-secondary);
}

.account__divider {
  position: relative;
  text-align: center;
  margin-block-end: 24px;
  margin-block-start: 24px;
}
.account__divider::before, .account__divider::after {
  content: "";
  height: 1px;
  width: 44%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #25292f;
  position: absolute;
}
.account__divider::after {
  left: auto;
  right: 0;
}
.account__divider span {
  font-size: 14px;
  color: var(--tg-body-color);
}

.account__switch {
  text-align: center;
  margin-top: 12px;
}
.account__switch p {
  margin-bottom: 0;
}
.account__switch p a {
  color: var(--tg-theme-secondary);
  font-weight: 700;
  margin-left: 5px;
}

.account__social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.account__social-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #2a2f38;
  color: var(--tg-common-color-white);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  padding: 19px 40px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  .account__social-btn {
    padding: 19px 30px;
  }
}

.account__bottom-content {
  margin-top: 24px;
}
.account__bottom-content p {
  margin-bottom: 0;
}
.account__bottom-content p a {
  color: var(--tg-theme-secondary);
  text-decoration: underline;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-guarantee-content p {
  margin-bottom: 12px;
}
.modal-guarantee-content p.bold {
  font-weight: 700;
}
.modal-guarantee-content p:last-child {
  margin-bottom: 0;
}
.modal-guarantee-content p a {
  color: var(--tg-theme-secondary);
  text-decoration: underline;
}

/*=============================
    00. Scroll Top
===============================*/
.scroll__top {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 20px;
  border-radius: 50%;
  z-index: 99;
  color: var(--tg-common-color-white);
  text-align: center;
  cursor: pointer;
  backdrop-filter: blur(60px);
  background: rgba(255, 255, 255, 0.08);
  transition: 0.8s ease;
  border: none;
}
.scroll__top.open {
  bottom: 30px;
}
@media (max-width: 767.98px) {
  .scroll__top.open {
    bottom: 20px;
  }
}
.scroll__top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll__top:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.scroll__top i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 1199.98px) {
  .scroll__top {
    width: 40px;
    height: 40px;
    right: 30px;
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .scroll__top {
    width: 30px;
    height: 30px;
    font-size: 16px;
    right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .scroll__top {
    width: 35px;
    height: 35px;
    right: 25px;
  }
}

/*=============================
    00. Section Title
===============================*/
.section__title {
  position: relative;
}
.section__title .title {
  font-size: 48px;
  font-weight: var(--tg-fw-extra-bold);
  margin: 0 0;
  letter-spacing: -0.02em;
}
@media (max-width: 1199.98px) {
  .section__title .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .section__title .title {
    font-size: 35px;
    line-height: 1.1;
  }
}
@media (max-width: 1199.98px) {
  .section__title .title br {
    display: none;
  }
}
.section__title-two {
  text-align: center;
}
.section__title-two .title {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 32px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: flex;
align-items: center;
justify-content: center;
  color: var(--tg-common-color-white);
  line-height: 1.2;
	gap: 12px;
}
@media (max-width: 767.98px) {
  .section__title-two .title {
    font-size: 28px;
  }
}

.tg__animate-text {
  opacity: 0;
}
.tg__animate-text em {
  opacity: 0;
}
.tg__animate-text.ready {
  opacity: 1;
}

/*=============================
	02. Header
===============================*/
.transparent-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  height: auto;
}
@media (max-width: 767.98px) {
  .transparent-header {
    top: 0;
  }
}

.tg-header__area {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .tg-header__area {
    margin-top: 0;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
  }
}
.tg-header__area.tg-sticky-header {
  padding: 0 0;
}
.tg-header__area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 25px;
  cursor: pointer;
  line-height: 1;
  color: var(--tg-common-color-white);
  display: none;
  margin-top: 3px;
  border: none;
  padding: 0 0;
}
@media (max-width: 1199.98px) {
  .tg-header__area .mobile-nav-toggler {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .tg-header__area .mobile-nav-toggler {
    margin-top: 0;
  }
}

.tgmenu__wrap {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.08);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 0 30px;
}
@media (max-width: 1500px) {
  .tgmenu__wrap {
    padding: 0 20px;
  }
}
@media (max-width: 1199.98px) {
  .tgmenu__wrap {
    padding: 20px 20px !important;
  }
}
@media (max-width: 767.98px) {
  .tgmenu__wrap {
    padding: 15px 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
  }
}
.tgmenu__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 1199.98px) {
  .tgmenu__nav {
    justify-content: space-between;
  }
}
.tgmenu__navbar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}
.tgmenu__navbar-wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto 0 60px;
}
@media (max-width: 1500px) {
  .tgmenu__navbar-wrap ul {
    margin: 0 auto 0 30px;
  }
}
.tgmenu__navbar-wrap ul li {
  display: block;
  position: relative;
  list-style: none;
}
.tgmenu__navbar-wrap ul li a {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  padding: 38px 23px;
  display: block;
  line-height: 1;
  position: relative;
  letter-spacing: 0.8px;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 1500px) {
  .tgmenu__navbar-wrap ul li a {
    padding: 38px 10px;
  }
}
.tgmenu__navbar-wrap ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 230px;
  border: 1px solid var(--tg-border-2);
  margin: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0 0 10px 10px;
  padding: 18px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  background: var(--tg-common-color-black);
  z-index: 9;
}
.tgmenu__navbar-wrap ul li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}
.tgmenu__navbar-wrap ul li .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block;
}
.tgmenu__navbar-wrap ul li .sub-menu li a {
  padding: 9px 15px 9px 25px;
  line-height: 1.4;
  font-weight: var(--tg-fw-bold);
  color: var(--tg-heading-color);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tgmenu__navbar-wrap ul li .sub-menu li:hover > a::before, .tgmenu__navbar-wrap ul li .sub-menu li.active > a::before {
  width: 7px;
}
.tgmenu__navbar-wrap ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.tgmenu__navbar-wrap > ul > li.active > a, .tgmenu__navbar-wrap > ul > li:hover > a {
  color: var(--tg-theme-primary);
}
.tgmenu__navbar-wrap > ul > li.active > a::before, .tgmenu__navbar-wrap > ul > li:hover > a::before {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-40deg);
  -moz-transform: translateY(-50%) rotate(-40deg);
  -ms-transform: translateY(-50%) rotate(-40deg);
  -o-transform: translateY(-50%) rotate(-40deg);
  transform: translateY(-50%) rotate(-40deg);
}
.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
  display: none;
}
.tgmenu__action > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.tgmenu__action > ul > li {
  position: relative;
  margin-left: 25px;
}
@media (max-width: 1500px) {
  .tgmenu__action > ul > li {
    margin-left: 22px;
  }
  .tgmenu__action > ul > li.header-btn {
    margin-left: 15px;
  }
}
.tgmenu__action > ul > li:first-child {
  margin-left: 0;
}
.tgmenu__action > ul > li a {
  color: var(--tg-heading-color);
}
.tgmenu__action > ul > li .tg-btn-3 {
  min-width: 150px;
  height: 45px;
  color: var(--tg-theme-primary);
  font-size: 15px;
  font-weight: var(--tg-fw-bold);
  letter-spacing: 1px;
  padding: 15px 25px;
}
.tgmenu__action > ul > li .tg-btn-3 i {
  margin-right: 12px;
}
.tgmenu__action > ul > li .tg-btn-3 .svg-icon {
  fill: #0f1d29;
  stroke: var(--tg-theme-primary);
}
@media (max-width: 1199.98px) {
  .tgmenu__action {
    margin-right: 30px;
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .tgmenu__action {
    margin-right: 20px;
  }
}
.tgmenu__action .search a {
  display: block;
  font-size: 20px;
}
.tgmenu__action .search a:hover {
  color: var(--tg-theme-primary);
}
.tgmenu__action .header-wishlist-open {
  color: var(--tg-common-color-white);
  position: relative;
  display: block;
  line-height: 1;
}
.tgmenu__action .header-wishlist-open:hover {
  color: var(--tg-theme-primary);
}
.tgmenu__action .wlfmc-products-counter-wrapper:not(.is-elementor) .wlfmc-counter-icon i {
    color: #ffffff;
}
.tgmenu__action .wlfmc-counter-wrapper .wlfmc-counter-icon {
    font-size: 24px;
    color: #fff;
}
.tgmenu__action .wlfmc-counter-number {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -8px;
  top: -10px;
  background: var(--tg-common-color-red);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  color: var(--tg-common-color-white);
}
.tgmenu__action .header-cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tgmenu__action .header-cart-count {
  color: var(--tg-common-color-white);
  position: relative;
  display: block;
  line-height: 1;
}
.tgmenu__action .header-cart-count .mini-cart-count {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -8px;
  top: -10px;
  background: var(--tg-common-color-red);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  color: var(--tg-common-color-white);
}
.tgmenu__action .header-cart-count:hover {
  color: var(--tg-theme-primary);
}
.tgmenu__action .header-cart .price {
  font-size: 16px;
  font-weight: 800;
  color: var(--tg-common-color-white);
  line-height: 1;
}
@media (max-width: 767.98px) {
  .tgmenu__action .header-cart .price {
    display: none;
  }
}
.tgmenu__action .header-btn .btn {
  padding: 12px 18px;
  font-weight: var(--tg-fw-extra-bold);
}
.tgmenu__action .side-toggle-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-width: 45px;
  gap: 10px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .tgmenu__action .side-toggle-icon {
    display: none;
  }
}
.tgmenu__action .side-toggle-icon span {
  display: block;
  height: 3px;
  background-color: var(--tg-common-color-white);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tgmenu__action .side-toggle-icon span:nth-child(1) {
  width: 26px;
}
.tgmenu__action .side-toggle-icon span:nth-child(2) {
  width: 45px;
}
.tgmenu__action .side-toggle-icon span:nth-child(3) {
  width: 26px;
  align-self: flex-end;
}
.tgmenu__action .side-toggle-icon:hover span {
  width: 45px;
}
@media (max-width: 767.98px) {
  .tgmenu__action .header-btn .btn {
    font-size: 0;
    gap: 0;
    padding: 0 0;
    border-radius: 0;
    background: none;
  }
  .tgmenu__action .header-btn .btn svg {
    width: 26px;
    height: 26px;
  }
  .tgmenu__action .header-btn .btn::before {
    display: none;
  }
}
.logo a {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .logo img {
    max-width: 150px;
  }
}

.sticky-header {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 0;
}
.sticky-header .tgmenu__wrap {
  background: transparent;
  backdrop-filter: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 992px) {
    .sticky-header .tgmenu__wrap {
        padding: 20px 0 !important;
    }
}
.dropdown-menu {
  width: 260px;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 24px 28px 24px;
  margin-top: 36px !important;
}
@media (max-width: 1199.98px) {
  .dropdown-menu {
    margin-top: 20px !important;
    background: rgba(0, 0, 0, .95);
  }
}
.dropdown-menu li {
  margin-bottom: 24px;
}
.dropdown-menu li:last-child {
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 24px;
}

.dropdown-item {
  color: var(--tg-common-color-white);
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  gap: 10px;
}
.dropdown-item:hover {
  background: transparent;
  color: var(--tg-common-color-white);
}
.dropdown-item span {
  color: var(--tg-theme-secondary);
}

/*=============================
	04. Mobile Menu
===============================*/
.tgmobile__search {
  padding: 0 20px 25px 25px;
}
.tgmobile__search form {
  position: relative;
}
.tgmobile__search input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 45px 10px 20px;
  font-size: 14px;
  height: 45px;
  background: var(--tg-common-color-gray);
  color: var(--tg-common-color-white);
}
.tgmobile__search input::placeholder {
  font-size: 14px;
  color: #c7c7c7;
}
.tgmobile__search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 0;
  right: 20px;
  line-height: 1;
  background: transparent;
  color: var(--tg-heading-color);
}
.tgmobile__menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 999;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) e;
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
}
.tgmobile__menu .navbar-collapse {
  display: block !important;
}
.tgmobile__menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.tgmobile__menu .nav-logo img {
  max-width: 150px;
}
.tgmobile__menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.tgmobile__menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.tgmobile__menu .navigation li.current > a::before {
  height: 100%;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 18px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: var(--tg-common-color-white);
  background: var(--tg-common-color-gray);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 12px;
  height: 2px;
  background-color: var(--tg-common-color-white);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 2px;
  height: 12px;
  background-color: var(--tg-common-color-white);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
  background-color: var(--tg-theme-primary);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
  background-color: var(--tg-common-color-black);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
  display: none;
}
.tgmobile__menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 11px 60px 11px 25px;
  font-size: 15px;
  font-weight: var(--tg-fw-semi-bold);
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.tgmobile__menu .navigation li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li ul li > a {
  margin-left: 20px;
}
.tgmobile__menu .navigation li ul li ul li a {
  margin-left: 40px;
}
.tgmobile__menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}
.tgmobile__menu .navigation li > ul {
  display: none;
}
.tgmobile__menu .navigation li > ul > li > ul {
  display: none;
}
.tgmobile__menu .navigation ul {
  padding: 0;
  margin: 0;
}
.tgmobile__menu .navigation ul li a {
  display: block;
}
.tgmobile__menu .navigation ul li ul li > a {
  font-size: 16px;
  margin-left: 20px;
}
.tgmobile__menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tgmobile__menu .navigation > li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.tgmobile__menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  color: var(--tg-theme-primary);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tgmobile__menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 991;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
}
.tgmobile__menu .social-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.tgmobile__menu .social-links ul li {
  position: relative;
  display: block;
}
.tgmobile__menu .social-links ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  font-size: 16px;
  color: var(--tg-common-color-white);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 2px solid var(--tg-theme-primary);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.tgmobile__menu .social-links ul li a:hover {
  border-color: var(--tg-theme-primary);
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.tgmobile__menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--tg-common-color-black);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
}
.tgmobile__menu-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--tg-common-color-white);
  margin-right: 30px;
  top: 15px;
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .tgmobile__menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu-visible .tgmobile__menu-backdrop {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .tgmobile__menu .close-btn {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.tg-mobile-login-btn {
  padding: 30px 20px 0;
}
.tg-mobile-login-btn .btn {
  width: 100%;
  justify-content: center;
}

/*=============================
    03. Slider
===============================*/
.slider__area {
  position: relative;
  z-index: 1;
}
.slider__area .swiper-container {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.slider__bg {
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 30s cubic-bezier(0, 0, 0.2, 1);
}
.slider__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0d1118 0%, rgba(13, 17, 24, 0) 69.63%);
  z-index: -1;
}
@media (max-width: 767px) {
    .slider__bg::before {
        background: linear-gradient(90deg, #0d1118 0%, #0d1118 69.63%);
        opacity: .8;
    }
}
.slider__bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0d1118 0%, rgba(13, 17, 24, 0) 69.63%);
  z-index: -1;
}
@media (max-width: 767px) {
    .slider__bg::after {
        background: none !important;
    }
}
.slider__content {
  text-align: center;
  padding: 355px 0 265px;
}
@media (max-width: 1500px) {
  .slider__content {
    padding: 240px 0 150px;
  }
}
.slider__content .title {
  margin: 0 0 24px;
  line-height: 0.8;
}
@media (max-width: 1500px) {
  .slider__content .title svg {
    width: 480px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .slider__content .title svg {
    width: 320px;
    height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content .title svg {
    width: 430px;
    height: auto;
  }
}
.slider__content .sub-title {
  margin-bottom: 28px;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .slider__content .sub-title {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
.slider__btn .btn {
  letter-spacing: -0.01em;
  font-size: 20px;
  gap: 12px;
  box-shadow: 0 2px 40px -4px #2f60eb;
  padding: 15px 43px;
}
@media (max-width: 767.98px) {
  .slider__btn .btn {
    padding: 15px 28px;
  }
}
.slider__img img {
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .slider__img img {
    margin: 0 0 0 auto;
    max-width: 90%;
    display: block;
  }
}
@media (max-width: 991.98px) {
  .slider__img img {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
    display: block;
  }
}
.slider__shapes {
  opacity: 0.27;
}
.slider__shapes img {
  position: absolute;
  animation: shapeBlinker 1.5s linear infinite;
  opacity: 0;
  z-index: -1;
}
.slider__shapes img:nth-child(1) {
  left: 23%;
  top: 17%;
  animation-delay: 0.2s;
}
@media (max-width: 991.98px) {
  .slider__shapes img:nth-child(1) {
    left: 13%;
    top: 12%;
  }
}
@media (max-width: 767.98px) {
  .slider__shapes img:nth-child(1) {
    left: 11%;
    top: 11%;
  }
}
.slider__shapes img:nth-child(2) {
  left: 29%;
  bottom: 45%;
  animation-delay: 0.4s;
}
@media (max-width: 991.98px) {
  .slider__shapes img:nth-child(2) {
    left: 12%;
  }
}
@media (max-width: 767.98px) {
  .slider__shapes img:nth-child(2) {
    left: 10%;
    bottom: 55%;
  }
}
.slider__shapes img:nth-child(3) {
  right: 47%;
  top: 20%;
  animation-delay: 0.2s;
}
@media (max-width: 991.98px) {
  .slider__shapes img:nth-child(3) {
    right: 23%;
    top: 15%;
  }
}
@media (max-width: 767.98px) {
  .slider__shapes img:nth-child(3) {
    right: 10%;
    top: 17%;
  }
}
.slider__shapes img:nth-child(4) {
  right: 42%;
  top: 23%;
  animation-delay: 0.6s;
}
@media (max-width: 1500px) {
  .slider__shapes img:nth-child(4) {
    right: 40%;
    top: 28%;
  }
}
@media (max-width: 991.98px) {
  .slider__shapes img:nth-child(4) {
    right: 20%;
    top: 35%;
  }
}
@media (max-width: 767.98px) {
  .slider__shapes img:nth-child(4) {
    right: 14%;
    top: 33%;
  }
}
.slider__brand-wrap {
  position: absolute;
  left: 0;
  bottom: 130px;
  width: 100%;
  height: auto;
}
@media (max-width: 1500px) {
  .slider__brand-wrap {
    bottom: 150px;
  }
}
@media (max-width: 1199.98px) {
  .slider__brand-wrap {
    bottom: 85px;
  }
}
@media (max-width: 991.98px) {
  .slider__brand-wrap {
    bottom: 0;
    position: relative;
  }
}
.slider__brand-list {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  align-items: center;
  gap: 20px 60px;
  margin: 0 0 0 40px;
}
@media (max-width: 1800px) {
  .slider__brand-list {
    margin: 0 0 0;
  }
}
@media (max-width: 1199.98px) {
  .slider__brand-list {
    width: 60%;
    gap: 20px 30px;
  }
}
@media (max-width: 991.98px) {
  .slider__brand-list {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .slider__brand-list {
    flex-wrap: nowrap;
    gap: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__brand-list {
    gap: 35px;
  }
}
.slider__brand-list li a {
  display: block;
}

.banner__padding {
  padding: 310px 0 295px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1500px) {
  .banner__padding {
    padding: 260px 0 220px;
  }
}
@media (max-width: 767.98px) {
  .banner__padding {
    padding: 180px 0 150px;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}
.banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.banner__content {
  margin: 0 0;
}
@media (max-width: 1500px) {
  .banner__content .title {
    font-size: 136px;
  }
}
@media (max-width: 991.98px) {
  .banner__content .title {
    font-size: 118px;
  }
}
@media (max-width: 767.98px) {
  .banner__content .title {
    font-size: 18vw;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content .title {
    font-size: 17vw;
  }
}
.banner__btn {
  margin: 33px 0 0;
}

.swiper-slide-active .slider__bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/*=============================
    16. Shop
===============================*/
.shop__area {
  padding: 0 0 130px;
}
.shop__tab-wrap .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.shop__tab-wrap .list-wrap li a {
  background: var(--tg-common-color-black-2);
  color: var(--tg-common-color-white);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 16px 20px;
  line-height: 1;
  display: block;
  position: relative;
  z-index: 1;
}
.shop__tab-wrap .list-wrap li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(73deg, #2f60eb 0%, #5780ef 100%);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.shop__tab-wrap .list-wrap li a:hover {
  box-shadow: 0 2px 40px -4px #2f60eb;
  color: var(--tg-common-color-white);
}
.shop__tab-wrap .list-wrap li a:hover::before {
  opacity: 1;
}
.shop__tab-wrap .list-wrap li.active a {
  box-shadow: 0 2px 40px -4px #2f60eb;
  color: var(--tg-common-color-white);
}
.shop__tab-wrap .list-wrap li.active a::before {
  opacity: 1;
}
.shop__item {
  background: var(--tg-common-color-black-4);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 20px 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767.98px) {
  .shop__item {
    padding: 15px 12px;
  }
}
.shop__item-wrap {
  overflow: hidden;
}
.shop__item-search {
  width: 415px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .shop__item-search {
    width: 100%;
  }
}
.shop__item-search input {
  padding: 10px 50px 10px 20px;
}
.shop__item-search button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  padding: 0;
  border: none;
  color: #717377;
}
.shop__item-search button:hover {
  color: var(--tg-common-color-white);
}
.shop__thumb {
  margin-bottom: 20px;
  position: relative;
}
.shop__thumb img {
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.shop__thumb .discount {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tg-common-color-white);
  background: var(--tg-common-color-red);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 12px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.shop__content .title {
  margin-bottom: 6px;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .shop__content .title {
    font-size: 18px;
  }
}
.shop__content .price {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--tg-theme-secondary);
}
@media (max-width: 767.98px) {
  .shop__content .price {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.shop__content .price del {
  color: var(--tg-body-color);
  margin-right: 8px;
}
.shop__content-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
}
.shop__content-bottom .btn {
  flex-grow: 1;
  justify-content: center;
}
.shop__content-bottom .wishlist {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2a2e34;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  background: transparent;
  position: relative;
  font-size: 0;
}
.shop__content-bottom .wishlist::after {
    content: "";
    background-image: url(../img/icons/wish-heart.svg);
    width: 20px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: contain;
}
.shop__content-bottom .wishlist:hover {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}
.shop__tag-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.shop__tag-wrap li a {
  background: #2a2f38;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: var(--tg-common-color-white);
  padding: 6px 9px;
  line-height: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.shop__tag-wrap li a:hover {
  background: var(--tg-theme-primary);
}
.shop__meta .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 24px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.shop__meta .list-wrap li {
  position: relative;
}
.shop__meta .list-wrap li::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #3c4047;
}
.shop__meta .list-wrap li:last-child::before {
  display: none;
}
.shop__meta .list-wrap li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tg-common-color-white);
  gap: 4px;
}
.shop__meta .list-wrap li a:hover {
  color: var(--tg-theme-secondary);
}
.shop__nav-wrap button {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateX(-50%);
  color: #717377;
  line-height: 1;
}
.shop__nav-wrap button:last-child {
  left: auto;
  right: -20px;
}
.shop__nav-wrap button:hover {
  color: var(--tg-common-color-white);
}
.shop__details-area {
  margin-top: -120px;
  position: relative;
  z-index: 1;
}
.shop__details-img {
  margin-bottom: 20px;
}
.shop__details-img img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
}
.shop__details-img-wrap {
  position: relative;
}
.shop__details-nav .swiper-wrapper .swiper-slide.swiper-slide-thumb-active button img {
  opacity: 1;
}
.shop__details-nav .swiper-wrapper button {
  border: none;
  background: transparent;
  padding: 0;
  position: relative;
  background: transparent;
  border: none;
  overflow: hidden;
  line-height: 1;
  flex: 0 0 auto;
}
.shop__details-nav .swiper-wrapper button img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  opacity: 0.2;
}
.shop__details-nav-two button {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  backdrop-filter: blur(60px);
  background: rgba(13, 17, 24, 0.01);
  color: var(--tg-common-color-white);
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 767.98px) {
  .shop__details-nav-two button {
    left: 15px;
  }
}
.shop__details-nav-two button.shop-button-next {
  left: auto;
  right: 24px;
}
@media (max-width: 767.98px) {
  .shop__details-nav-two button.shop-button-next {
    right: 15px;
  }
}
.shop__details-nav-two button:hover {
  background: var(--tg-common-color-black-2);
}
.shop__details-specification, .shop__details-description {
  background: var(--tg-common-color-black-2);
  border-radius: 20px;
  padding: 24px 32px 32px;
}
@media (max-width: 1199.98px) {
  .shop__details-specification, .shop__details-description {
    padding: 24px 25px 32px;
  }
}
.shop__details-specification .title, .shop__details-description .title {
  margin-bottom: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 44px;
}
@media (max-width: 1199.98px) {
  .shop__details-specification .title, .shop__details-description .title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .shop__details-specification .title, .shop__details-description .title {
    font-size: 32px;
  }
}
.shop__details-specification .title-two, .shop__details-description .title-two {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--tg-body-color);
  text-transform: capitalize;
}
.shop__details-specification p, .shop__details-description p {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.6;
}
.shop__details-specification p:last-child, .shop__details-description p:last-child {
  margin-bottom: 0;
}
.shop__details-specification-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px 0;
}
@media (max-width: 767.98px) {
  .shop__details-specification-list {
    gap: 20px 0;
  }
}
.shop__details-specification-list li {
  width: 50%;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .shop__details-specification-list li {
    width: 100%;
  }
}
.shop__details-specification-list li span {
  display: block;
  font-weight: 700;
  color: var(--tg-common-color-white);
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.shop__details-title {
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  border-bottom: 1px solid #2a2e34;
}
.shop__widget {
  margin-bottom: 24px;
}
.shop__widget:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .shop__sidebar {
    margin-top: 100px;
  }
}

.sidebar__checkout {
  background: var(--tg-common-color-black-2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 24px 32px 32px;
}
@media (max-width: 1199.98px) {
  .sidebar__checkout {
    padding: 24px 25px 32px;
  }
}
.sidebar__checkout > p {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.6;
}
.sidebar__checkout .list-wrap {
  margin-bottom: 28px;
}
.sidebar__checkout .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: var(--tg-common-color-white);
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}
.sidebar__checkout .list-wrap li:last-child {
  margin-bottom: 0;
}
.sidebar__checkout .list-wrap li img {
  transform: translateY(3px);
}
.sidebar__checkout .discount {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tg-common-color-white);
  background: var(--tg-common-color-red);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 12px;
  line-height: 1;
  margin-bottom: 8px;
}
.sidebar__checkout .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  font-weight: 800;
  font-size: 44px;
  margin-bottom: 20px;
  font-weight: 800;
  color: var(--tg-theme-secondary);
  gap: 8px;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .sidebar__checkout .price {
    font-size: 36px;
  }
}
.sidebar__checkout .price del {
  font-size: 28px;
  color: var(--tg-body-color);
}
@media (max-width: 767.98px) {
  .sidebar__checkout .price del {
    font-size: 24px;
  }
}
.sidebar__checkout-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 10px;
  width: 100%;
  flex: 0 0 auto;
}
.sidebar__checkout-bottom .btn {
  flex-grow: 1;
  justify-content: center;
}
.sidebar__checkout-bottom .wishlist {
  width: 48px;
  height: 48px;
  border: 2px solid #2a2e34;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  flex: 0 0 auto;
}
.sidebar__checkout-bottom .wishlist:hover {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}

.guarantee__wrap {
  box-shadow: 0 2px 20px -4px #2f60eb;
  background: linear-gradient(180deg, #1a2440 0%, #10182b 100%);
  border: 2px solid var(--tg-theme-primary);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 28px 32px;
}
@media (max-width: 1199.98px) {
  .guarantee__wrap {
    padding: 28px 25px;
  }
}
.guarantee__wrap img {
  margin-bottom: 24px;
}
.guarantee__wrap .title {
  margin-bottom: 5px;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.02em;
}
.guarantee__wrap p {
  margin-bottom: 0;
  letter-spacing: -0.01em;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}
.guarantee__wrap p a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--tg-theme-secondary);
}

.section-pb-130 {
  padding: 0 0 130px;
}
@media (max-width: 767.98px) {
  .section-pb-130 {
    padding: 0 0 100px;
  }
}

.section-pt-130 {
  padding: 130px 0 0;
}
@media (max-width: 767.98px) {
  .section-pt-130 {
    padding: 130px 0 0;
  }
}

.section-py-130 {
  padding: 130px 0;
}
@media (max-width: 767.98px) {
  .section-py-130 {
    padding: 100px 0;
  }
}

/*=============================
    17. Blog
===============================*/
.tg-page-area,
.hypeacc-shop-area {
    position: relative;
}
.blog-area {
    padding: 0 0 120px;
    position: relative;
}
.blog-post-wrapper {
  width: 69%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .blog-post-wrapper {
    width: 65%;
  }
}
@media (max-width: 991.98px) {
  .blog-post-wrapper {
    width: 100%;
  }
}
.blog-area .pagination__wrap {
  margin: 60px 0 0;
}
.blog-area .pagination__wrap ul {
  justify-content: flex-start !important;
}
@media (max-width: 991.98px) {
  .blog-area .pagination__wrap ul {
    justify-content: center !important;
  }
}
.blog-post-item {
  margin: 0 0 50px;
}
.blog-post-thumb img {
  max-width: 100%;
}
.blog-post-content {
  background: #191D24;
  padding: 40px 45px 40px 40px;
  border: 1px solid #232a30;
  border-radius: 10px;
}
@media (max-width: 1199.98px) {
  .blog-post-content {
    padding: 35px 30px;
  }
}
@media (max-width: 767.98px) {
  .blog-post-content {
    padding: 30px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-post-content {
    padding: 40px 30px;
  }
}
.blog-post-content .title {
  font-size: 32px;
  letter-spacing: 1px;
  margin: 0 0 23px;
}
@media (max-width: 767.98px) {
  .blog-post-content .title {
    font-size: 24px;
    letter-spacing: 0;
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-post-content .title {
    font-size: 28px;
  }
}
.blog-post-content .title a:hover {
  color: var(--tg-theme-primary);
}
.blog-post-content p {
  font-weight: var(--tg-fw-medium);
}
.blog-post-meta {
  margin: 0 0 17px;
}
.blog-post-meta ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 40px;
}
@media (max-width: 767.98px) {
  .blog-post-meta ul {
    gap: 10px 25px;
  }
}
.blog-post-meta ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: var(--tg-fw-semi-bold);
  line-height: 1;
}
.blog-post-meta ul li i {
  color: var(--tg-theme-primary);
  margin-right: 5px;
}
.blog-post-meta ul li a {
  display: block;
  color: var(--tg-body-color);
}
.blog-post-meta ul li a:hover {
  color: var(--tg-theme-primary);
}
.blog-post-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 35px 0 0;
}
.blog-post-read {
  margin-right: 20px;
}
.blog-post-read a {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: var(--tg-fw-bold);
  color: var(--tg-body-color);
  font-family: var(--tg-body-font-family);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.blog-post-read a i {
  font-size: 16px;
  color: var(--tg-theme-primary);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-left: 4px;
}
.blog-post-read a:hover {
  color: var(--tg-theme-primary);
}
.blog-post-read a:hover i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.blog-post-share {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.blog-post-share .share {
  margin: 0 0;
  font-size: 14px;
  font-weight: var(--tg-fw-bold);
  color: var(--tg-body-color);
  font-family: var(--tg-body-font-family);
  letter-spacing: 1px;
}
.blog-post-share ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.blog-post-share ul li {
  margin-left: 16px;
}
.blog-post-share ul a {
  display: block;
  line-height: 1;
  font-size: 14px;
  color: var(--tg-body-color);
}
.blog-post-share ul a:hover {
  color: var(--tg-theme-primary);
}
.blog-post-sidebar {
  width: 31%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .blog-post-sidebar {
    width: 35%;
  }
}
@media (max-width: 991.98px) {
  .blog-post-sidebar {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .blog-post-sidebar {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-post-sidebar {
    width: 80%;
  }
}
.blog-sidebar {
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  .blog-sidebar {
    margin: 100px 0 0;
  }
}
.blog-widget {
  margin: 0 0 50px;
}
.blog-widget:last-child {
  margin: 0 0;
}
.blog-details-area .blog-post-item {
  margin: 0 0 65px;
}
.blog-details-area .blog-post-thumb {
  margin: 0 0 35px;
}
@media (max-width: 767.98px) {
  .blog-details-area .blog-post-thumb {
    margin: 0 0 25px;
  }
}
.blog-details-content {
  background: transparent;
  padding: 0 0;
  -webkit-clip-path: none;
  clip-path: none;
  border: none;
}
.blog-details-content p {
  font-weight: var(--tg-fw-regular);
}
.blog-details-inner {
  margin: 35px 0 30px;
}
.blog-details-inner .inner-title {
  margin: 0 0 15px;
}
.blog-details-inner-img {
  margin: 0 0 30px;
}
.blog-details-bottom {
  padding-top: 25px;
  border-top: 2px solid #19222b;
  margin: 50px 0 0;
}
.blog-details-bottom > * {
  row-gap: 15px;
}
.blog-details-bottom .tg-post-tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.blog-details-bottom .tg-post-tags ul {
  line-height: 1;
  gap: 7px 0;
}
.blog-details-bottom .tg-post-tags ul li {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: var(--tg-fw-medium);
  margin-left: 8px;
}
.blog-details-bottom .tg-post-tags ul li a {
  display: inline-block;
  line-height: 1;
  color: var(--tg-body-color);
  font-weight: var(--tg-fw-medium);
}
.blog-details-bottom .tg-post-tags ul li a:hover {
  color: var(--tg-theme-primary);
}
.blog-details-bottom .tags-title {
  font-size: 14px;
  font-weight: var(--tg-fw-semi-bold);
  text-transform: uppercase;
  font-family: var(--tg-body-font-family);
  line-height: 1;
  margin: 0 5px 0 0;
  flex: 0 0 auto;
}
.blog-details-bottom .blog-post-share ul a {
  color: var(--tg-common-color-white);
  font-size: 15px;
}
.blog-details-bottom .blog-post-share ul a:hover {
  color: var(--tg-theme-primary);
}

blockquote,
.wp-block-quote {
  padding-left: 80px;
  position: relative;
  margin: 27px 0 28px;
  font-size: 20px;
  color: var(--tg-common-color-white);
  line-height: 1.5;
  font-style: italic;
}
@media (max-width: 767.98px) {
  blockquote,
  .wp-block-quote {
    padding: 0;
    text-align: center;
    font-size: 18px;
  }
}

blockquote::before,
.wp-block-quote::before {
  content: "\f10d";
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--tg-icon-font-family);
  font-weight: 700;
  color: var(--tg-theme-primary);
  font-size: 52px;
  line-height: 1;
  font-style: normal;
}
@media (max-width: 767.98px) {
  blockquote::before,
.wp-block-quote::before {
    position: relative;
    display: block;
    font-size: 40px;
    margin: 0 0 7px;
  }
}
blockquote p,
.wp-block-quote p {
  font-size: 20px;
  color: var(--tg-common-color-white);
  line-height: 1.5;
  font-style: italic;
  font-weight: var(--tg-fw-medium) !important;
}
@media (max-width: 767.98px) {
  blockquote p,
.wp-block-quote p {
    font-size: 18px;
  }
}

/* Blog avatar */
.blog__avatar-wrap {
  overflow: hidden;
  padding: 20px 55px 20px 30px;
  display: flex;
  align-items: center;
  border: 1px solid #232a30;
  background: #191D24;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin: 0 0 65px;
}
@media (max-width: 1199.98px) {
  .blog__avatar-wrap {
    padding: 20px 45px 20px 30px;
  }
}
@media (max-width: 767.98px) {
  .blog__avatar-wrap {
    display: block;
    text-align: center;
    padding: 35px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__avatar-wrap {
    padding: 30px 30px;
  }
}
.blog__avatar-img {
  margin-right: 30px;
  width: 145px;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .blog__avatar-img {
    margin-right: 30px;
    width: 130px;
  }
}
@media (max-width: 767.98px) {
  .blog__avatar-img {
    margin: 0 auto 25px;
  }
}
.blog__avatar-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 145px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .blog__avatar-img img {
    height: 130px;
  }
}
.blog__avatar-info .designation {
  font-size: 13px;
  color: var(--tg-theme-secondary);
  font-weight: var(--tg-fw-semi-bold);
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog__avatar-info .name {
  font-size: 20px;
  margin-bottom: 12px;
}
.blog__avatar-info .name a:hover {
  color: var(--tg-theme-primary);
}
.blog__avatar-info p {
  margin: 0 0 0;
}

.comments-wrap-title {
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0 0 40px;
}
.comments-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #19222b;
}
@media (max-width: 767.98px) {
  .comments-box {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.comments-avatar {
  margin-right: 25px;
  width: 132px;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .comments-avatar {
    width: 100px;
  }
}
@media (max-width: 767.98px) {
  .comments-avatar {
    margin: 0 0 15px;
  }
}
.comments-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.comment-text {
  flex-grow: 1;
}
.comment-text .avatar-name {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.comment-text .avatar-name .name {
  font-size: 18px;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
}
.comment-text .avatar-name .date {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: var(--tg-fw-medium);
}
.comment-text .comment-reply-link {
  font-size: 16px;
  letter-spacing: 1.5px;
}
.comment-text .comment-reply-link i {
  color: var(--tg-theme-primary);
  margin-right: 3px;
}
.comment-text .comment-reply-link:hover {
  color: var(--tg-theme-primary);
}

.latest-comments {
  margin: 0 0 70px;
}
.latest-comments .children {
  margin: 0 0 0 80px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .latest-comments .children {
    margin: 0 0;
  }
}

.comment-reply-title {
  font-size: 24px;
  margin: 0 0 15px;
}
.comment-form .form-grp {
  position: relative;
  margin: 0 0 30px;
}
.comment-form .form-grp input, .comment-form .form-grp textarea {
  display: block;
  width: 100%;
  border: 2px solid #19222b;
  background: transparent;
  color: var(--tg-common-color-white);
  padding: 14px 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 12px;
}
.comment-form .form-grp textarea {
  height: 160px;
  max-height: 160px;
}
.comment-form .form-grp input::placeholder,
.comment-form .form-grp textarea::placeholder {
  opacity: 0.8;
}
.comment-form [type=submit] {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  font-family: var(--tg-heading-font-family);
  text-transform: uppercase;
  font-weight: var(--tg-fw-bold);
  letter-spacing: 1px;
  border: none;
  padding: 14px 30px;
}
.comment-form [type=submit]:hover {
  background: var(--tg-theme-secondary);
}
.comment-notes {
  margin: 0 0 40px;
}

@media (max-width: 767.98px) {
  .sidebar__author {
    text-align: center;
  }
}
.sidebar__author-thumb {
  margin: 0 0 25px;
}
.sidebar__author-content .name {
  font-size: 22px;
  letter-spacing: 1px;
  margin: 0 0 10px;
}
.sidebar__author-content p {
  font-weight: var(--tg-fw-medium);
  margin: 0 0;
}
.sidebar__author-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  margin: 20px 0 0;
}
@media (max-width: 767.98px) {
  .sidebar__author-social {
    justify-content: center;
  }
}
.sidebar__author-social a {
  display: block;
  line-height: 1;
  color: var(--tg-common-color-white);
}
.sidebar__author-social a:hover {
  color: var(--tg-theme-primary);
}
.sidebar-search-form input {
  display: block;
  width: 100%;
  border: none;
  font-size: 14px;
  font-weight: var(--tg-fw-medium);
  background: #191D24;
  padding: 17px 50px 17px 25px;
  border: 1px solid #232a30;
  color: var(--tg-common-color-white);
}
.sidebar-search-form input::placeholder {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--tg-body-color);
  opacity: 0.54;
  font-weight: var(--tg-fw-medium);
}
.sidebar-search-form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  border: none;
  padding: 0 0;
  background: transparent;
  color: var(--tg-common-color-white);
  font-size: 18px;
}
.sidebar-search-form button:hover {
  color: var(--tg-theme-primary);
}

.fw-title {
  font-size: 22px;
  margin: 0 0 25px;
}

.blog-sidebar .widget_categories ul li {
  font-size: 15px;
  font-weight: var(--tg-fw-semi-bold);
  color: var(--tg-body-color);
  text-transform: uppercase;
  position: relative;
  margin-bottom: 14px;
}
.blog-sidebar .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.blog-sidebar .widget.widget_categories ul li a {
  color: var(--tg-body-color);
  position: relative;
  text-transform: uppercase !important;
  display: block;
}
.blog-sidebar .widget_categories ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 7px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--tg-theme-primary);
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -ms-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.blog-sidebar .widget.widget_categories ul li a:hover {
  padding-left: 18px;
  color: var(--tg-theme-primary);
}
.blog-sidebar .widget.widget_categories ul li a:hover::before {
  width: 7px;
}
.widget_categories ul li .float-right {
  position: absolute;
  top: 0;
  right: 0;
}

.rc__post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 30px 20px 0;
}
@media (max-width: 1500px) {
  .rc__post-item {
    margin: 0 0 20px;
  }
}
.rc__post-item:last-child {
  margin-bottom: 0;
}
.rc__post-thumb {
  width: 112px;
  height: 88px;
  margin-right: 24px;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .rc__post-thumb {
    width: 90px;
  }
}
@media (max-width: 991.98px) {
  .rc__post-thumb {
    width: 100px;
  }
}
.rc__post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rc__post-content {
  flex-grow: 1;
  overflow: hidden;
}
.rc__post-content .title {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin: 0 0 5px;
}
.rc__post-content .title a:hover {
  color: var(--tg-theme-primary);
}
.rc__post-content .date {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: var(--tg-fw-medium);
  letter-spacing: 0.5px;
}

.sidebar__newsletter p {
  font-weight: var(--tg-fw-medium);
  margin: 0 0 25px;
}
.sidebar__newsletter-form {
  position: relative;
}
.sidebar__newsletter-form [type=email] {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #19222b;
  background: transparent;
  font-size: 15px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-primary);
  padding: 0 0 15px;
}
.sidebar__newsletter-form [type=email]::placeholder {
  font-size: 15px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-primary);
}
.sidebar__newsletter-form [type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  font-size: 18px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sidebar__insta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}
.sidebar__insta img {
  width: 100%;
}

.tagcloud {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tagcloud a {
  display: block;
  font-size: 14px !important;
  font-weight: var(--tg-fw-semi-bold);
  text-transform: uppercase;
  color: var(--tg-body-color);
  border: 1px solid #232a30;
  background: #191D24;
  padding: 9px 24px;
}
@media (max-width: 1500px) {
  .tagcloud a {
    padding: 8px 22px;
  }
}
@media (max-width: 767.98px) {
  .tagcloud a {
    padding: 6px 20px;
  }
}
.tagcloud a:hover {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
  color: var(--tg-common-color-black);
}

/*=============================
    18. Contact
===============================*/
.contact__area {
  margin-top: -120px;
  position: relative;
  z-index: 1;
}
.contact__content {
  margin-right: 40px;
}
@media (max-width: 1199.98px) {
  .contact__content {
    margin-right: 0;
  }
}
.contact__content .title {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 60px;
}
@media (max-width: 1199.98px) {
  .contact__content .title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .contact__content .title {
    font-size: 45px;
  }
}
.contact__content p {
  margin-bottom: 45px;
  letter-spacing: -0.01em;
}
.contact__form .form-grp {
  margin-bottom: 24px;
}
.contact__form .form-grp input {
  height: 64px;
  transition: 0.2s ease-in-out;
}
.contact__form .form-grp input:focus {
  border-color: var(--tg-theme-primary);
}
.contact__form .form-grp textarea {
  width: 100%;
  display: block;
  height: 160px;
  width: 100%;
  background: var(--tg-common-color-black-2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 18px;
  font-weight: 400;
  color: var(--tg-common-color-white);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 14px 25px;
  letter-spacing: -0.01em;
}
.contact__form .form-grp textarea::placeholder {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #717377;
}
.contact__form .form-grp textarea:focus {
  border-color: var(--tg-theme-primary);
}
.contact__form button {
  width: 100%;
  justify-content: center;
  height: 64px;
}
.contact__form .upload-grp label {
  text-align: center;
  letter-spacing: -0.01em;
  color: var(--tg-body-color);
  width: 100%;
  height: 100%;
  padding: 20px 24px;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  height: 146px;
  background: var(--tg-common-color-black-2);
}
.contact__form .upload-grp label span {
  font-weight: 700;
  color: var(--tg-common-color-white);
}
.contact__form .upload-grp label img {
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
}
.contact__form .upload-grp input {
  display: none;
}
@media (max-width: 991.98px) {
  .contact__info-wrap {
    margin-top: 100px;
  }
}
.contact__info-item {
  background-size: cover;
  background-position: center;
  padding: 33px 32px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 24px;
}
@media (max-width: 1199.98px) {
  .contact__info-item {
    padding: 30px 25px;
  }
}
.contact__info-item:last-child {
  margin-bottom: 0;
}
.contact__info-item span {
  display: block;
  line-height: 1;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tg-common-color-white);
  margin-bottom: 10px;
}
.contact__info-item a {
  display: block;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 24px;
  color: var(--tg-common-color-white);
}
@media (max-width: 1199.98px) {
  .contact__info-item a {
    font-size: 20px;
  }
}
.contact__info-item a:hover {
  color: var(--tg-theme-secondary);
}

/*=============================
    00. Cart
===============================*/
.cart__table {
  margin: 0 0;
}
.cart__table thead th {
  padding: 12px 12px;
  font-weight: 600;
  color: var(--tg-common-color-white);
}
@media (max-width: 767.98px) {
  .cart__table thead th.product__subtotal, .cart__table thead th.product__price {
    display: none;
  }
}
.cart__table tbody tr {
  position: relative;
}
.cart__table tbody td {
  padding: 12px 17px;
  text-align: left;
  line-height: 1.1;
  border: none;
  border-top: 1px solid #2b3242;
  vertical-align: middle;
  color: var(--tg-body-color);
}
@media (max-width: 767.98px) {
  .cart__table tbody td {
    padding: 12px 10px;
  }
}
.cart__table tbody td:first-child {
  padding-left: 0;
}
.cart__table tbody td a {
  color: var(--tg-theme-primary);
}
.cart__table tbody td.product__name {
  font-weight: 500;
}
.cart__table tbody td.product__remove {
  padding-right: 5px;
  text-align: right;
}
.cart__table tbody td.product__remove a {
  font-size: 25px;
}
.cart__table tbody td.product__quantity {
  text-align: right;
  padding-right: 0;
}
.cart__table .product__thumb img {
  max-width: 70px;
}
@media (max-width: 767.98px) {
  .cart__table .product__price {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .cart__table .product__remove a {
    position: absolute;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    color: #fff;
    background-color: red;
    font-size: 15px !important;
    left: 0;
    margin-top: -10px;
  }
}
@media (max-width: 767.98px) {
  .cart__table .product__subtotal {
    display: none;
  }
}
.cart__table .product__remove {
  padding: 0 !important;
  width: 0 !important;
}
.cart__actions {
  padding-top: 25px !important;
  padding-bottom: 10px !important;
  padding-right: 0 !important;
}
.cart__actions-form {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .cart__actions-form {
    width: 100%;
  }
}
.cart__actions-form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  margin-bottom: 0;
  height: 52.5px;
  border: 1px solid rgba(76, 76, 76, 0.2);
  background: var(--tg-common-color-gray);
  color: var(--tg-heading-color);
  padding: 0 20px;
  border-radius: 2px;
  padding-right: 0;
}
.cart__collaterals-wrap {
  border: 1px solid #2b3242;
  border-radius: 0;
  padding: 1.25rem;
  height: calc(100% - 8px);
  margin-left: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .cart__collaterals-wrap {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .cart__collaterals-wrap {
    margin-top: 50px;
  }
}
.cart__collaterals-wrap .title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 2rem;
  border-bottom: 0.9375rem;
  border-bottom: 1px solid #2b3242;
}
.cart__collaterals-wrap .list-wrap {
  padding-bottom: 0.9375rem;
}
.cart__collaterals-wrap .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  border-bottom: 1px solid #2b3242;
  color: var(--tg-heading-color);
  font-size: 15px;
  font-weight: 600;
  padding: 12px 5px;
}
.cart__collaterals-wrap .list-wrap li span {
  color: var(--tg-body-color);
  font-weight: 400;
}
.cart__collaterals-wrap .list-wrap li span.amount {
  font-weight: 600;
  color: var(--tg-heading-color);
  font-size: 1.25rem;
}
.cart__collaterals-wrap .btn {
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: auto;
}

.f-right {
  float: right;
}
@media (max-width: 767.98px) {
  .f-right {
    float: none;
  }
}

@media (max-width: 767.98px) {
  .update__cart-btn {
    text-align: center !important;
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .update__cart-btn .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.product__quantity .shop__details-qty {
  border: none;
  padding: 0;
}
.shop__ordering {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    position: relative;
    width: 200px;
}
.shop__ordering select {
    background-color: #191D24;
    border: 1px solid #262b34;
    color: var(--tg-body-color);
    font-weight: var(--tg-fw-medium);
    font-size: 14px;
    text-transform: capitalize;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    padding: 12px 40px 12px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}
@media (max-width: 767.98px) {
    .shop__ordering select {
        padding: 10px 40px 10px 20px
    }
}
.shop__ordering::after {
    content: "\f107";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: var(--tg-icon-font-family);
    font-weight: var(--tg-fw-bold);
    right: 20px;
    font-size: 14px;
}
.shop__showing-result p {
    margin: 0 0;
}
.shop__top-wrap {
    margin: 0 0 30px;
}
.woocommerce a.added_to_cart {
    user-select: none;
    -moz-user-select: none;
    background: linear-gradient(73deg, var(--tg-theme-primary) 0%, var(--tg-common-color-blue) 100%);
    border: medium none;
    border-radius: 2px;
    color: var(--tg-common-color-white);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: var(--tg-fw-extra-bold);
    gap: 8px;
    margin-bottom: 0;
    padding: 12px 18px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    font-family: var(--tg-heading-font-family);
    white-space: nowrap;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}
.woocommerce a.added_to_cart::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(73deg, var(--tg-common-color-blue) 0%, var(--tg-theme-primary) 100%);
    opacity: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    transition: all 0.5s ease;
    z-index: -1;
}
.shop__content-bottom .btn.added {
    opacity: 0;
}

/*=============================
    00. Checkout
===============================*/
.coupon__code-info {
  background: var(--tg-common-color-gray);
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 25px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .coupon__code-info {
    flex-wrap: wrap;
  }
}
.coupon__code-info a:hover {
  text-decoration: underline;
  color: var(--tg-theme-primary);
}
.coupon__code-form {
  margin-bottom: 35px;
  display: none;
}
.coupon__code-form p {
  margin-bottom: 15px;
}
.coupon__code-form input {
  width: 100%;
  border: 1px solid rgba(76, 76, 76, 0.2);
  background: var(--tg-common-color-gray);
  height: 55px;
  color: var(--tg-heading-color);
  padding: 0 20px;
  margin-bottom: 15px;
  border-radius: 2px;
}

.customer__form-wrap {
  border: 1px solid #2b3242;
  padding: 30px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .customer__form-wrap {
    padding: 25px 20px;
  }
}
.customer__form-wrap .title {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #2b3242;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  line-height: 1;
}
@media (max-width: 767.98px) {
  .customer__form-wrap .title {
    font-size: 1.3rem;
  }
}
.customer__form-wrap .title.title-two {
  margin-top: 20px;
}
.customer__form-wrap .form-grp {
  margin-bottom: 15px;
}
.customer__form-wrap .form-grp.select-grp {
  position: relative;
}
.customer__form-wrap .form-grp.select-grp::after {
  content: "\f078";
  position: absolute;
  bottom: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  right: 20px;
  font-size: 14px;
  color: var(--tg-theme-primary);
}
.customer__form-wrap .form-grp label {
  display: block;
  margin-bottom: 5px;
  color: var(--tg-body-color);
}
.customer__form-wrap .form-grp textarea, .customer__form-wrap .form-grp input {
  width: 100%;
  color: var(--tg-heading-color);
  height: 53px;
  padding: 0 20px;
  border: 1px solid rgba(76, 76, 76, 0.2);
  background: var(--tg-common-color-gray);
  border-radius: 2px;
}
.customer__form-wrap .form-grp textarea {
  padding: 10px 20px 0;
  min-height: 120px;
  max-height: 120px;
}
.customer__form-wrap .form-grp select {
  border: 1px solid rgba(76, 76, 76, 0.2);
  background: var(--tg-common-color-gray);
  color: var(--tg-heading-color);
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0;
  outline: none;
  padding: 12px 37px 9px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.2;
  height: 53px;
  cursor: pointer;
}

.order__info-wrap {
  border: 2px solid var(--tg-theme-primary);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .order__info-wrap {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .order__info-wrap {
    padding: 25px 20px;
  }
}
.order__info-wrap > .title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #2b3242;
}
.order__info-wrap .list-wrap {
  margin-bottom: 20px;
}
.order__info-wrap .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #2b3242;
  color: var(--tg-body-color);
  font-weight: 600;
  gap: 8px;
  padding: 12px 0;
}
.order__info-wrap .list-wrap li span {
  color: var(--tg-heading-color);
  display: block;
  line-height: 1;
  font-weight: 700;
}
.order__info-wrap .list-wrap li.title span {
  color: var(--tg-body-color);
}
.order__info-wrap .list-wrap li:last-child span {
  font-size: 1.25rem;
}
.order__info-wrap p {
  margin-bottom: 15px;
}
.order__info-wrap p a {
  text-decoration: underline;
}
.order__info-wrap p a:hover {
  color: var(--tg-theme-primary);
}
.order__info-wrap .btn {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  justify-content: center;
}

/*=============================
	1. Pagination
===============================*/
.pagination__wrap {
  margin: 20px 0 0;
}
.pagination__wrap ul {
  gap: 10px 15px;
}
@media (max-width: 767.98px) {
  .pagination__wrap ul {
    gap: 10px;
  }
}
.pagination__wrap .page-numbers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-image: -moz-linear-gradient(90deg, rgba(18, 21, 24, 0.4902) 0%, rgba(31, 41, 53, 0.36078) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(18, 21, 24, 0.4902) 0%, rgba(31, 41, 53, 0.36078) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(18, 21, 24, 0.4902) 0%, rgba(31, 41, 53, 0.36078) 100%);
  background-color: #171d24;
  border: 1px solid var(--tg-border-4);
  color: var(--tg-body-color);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-family: var(--tg-heading-font-family);
  font-weight: var(--tg-fw-bold);
}
@media (max-width: 767.98px) {
  .pagination__wrap .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.pagination__wrap .page-numbers.current {
  background-image: none;
  border-color: var(--tg-theme-primary);
  background-color: var(--tg-theme-primary);
  color: var(--tg-common-color-black-2);
}

/*=============================
    19. Footer
===============================*/
.footer-widget {
  margin: 0 0 50px;
}
.footer-widget .fw-title {
  font-size: 20px;
  margin: 0 0 28px;
}
@media (max-width: 767.98px) {
  .footer-widget .fw-title {
    margin: 0 0 20px;
  }
}
.footer-widget ul li {
  margin: 0 0 6px;
}
.footer-widget ul li a {
  font-size: 15px;
  display: inline-block;
  color: var(--tg-body-color);
  position: relative;
}
.footer-widget ul li a:hover {
  color: var(--tg-theme-primary);
}
.footer-widget.widget_nav_menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--tg-theme-primary);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.footer-widget.widget_nav_menu ul li a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.footer__area-two {
  border-top: 1px solid #25292F;
}
.footer__top {
  padding: 120px 0 80px;
}
@media (max-width: 767.98px) {
  .footer__top {
    padding: 100px 0 50px;
  }
}
.footer__top .row [class*=col-]:last-child .footer__widget {
  margin-left: 85px;
}
@media (max-width: 1199.98px) {
  .footer__top .row [class*=col-]:last-child .footer__widget {
    margin-left: 0;
  }
}
.footer__widget {
  margin-bottom: 40px;
}
.footer__widget-title {
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  font-weight: 800;
  font-size: 24px;
}
.footer__widget-link li {
  margin-bottom: 14px;
}
.footer__widget-link li:last-child {
  margin-bottom: 0;
}
.footer__widget-link li a {
  font-size: 18px;
  letter-spacing: -0.01em;
  display: inline-block;
  line-height: 1;
  color: var(--tg-body-color);
  position: relative;
}
.footer__widget-link li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.footer__widget-link li a:hover {
  color: var(--tg-common-color-white);
}
.footer__widget-link li a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.footer__logo {
  margin-bottom: 24px;
}
.footer__social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.footer__social li a img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.footer__social li a img:hover {
  transform: translateY(-3px);
}
.footer__newsletter p {
  margin-bottom: 28px;
  font-size: 18px;
}
.footer__newsletter-form {
  position: relative;
}
.footer__newsletter-form input {
  width: 100%;
  background: var(--tg-common-color-black-2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 18px;
  font-weight: 400;
  color: var(--tg-common-color-white);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 14px 75px 14px 25px;
  letter-spacing: -0.01em;
  height: 60px;
}
.footer__newsletter-form input::placeholder {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #717377;
}
.footer__newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0 12px 12px 0;
  background: linear-gradient(73deg, #2f60eb 0%, #5780ef 100%);
  color: var(--tg-common-color-white);
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 34px 0;
}

@media (max-width: 991.98px) {
  .copyright__text {
    text-align: center;
    margin-bottom: 20px;
  }
}
.copyright__text {
    padding: 15px 0;
}
.copyright__text p {
  margin-bottom: 0;
  letter-spacing: -0.01em;
  font-size: 18px;
  font-weight: 400;
}
.copyright__text p a {
  color: var(--tg-common-color-white);
  font-weight: 600;
}
.copyright__text p a:hover {
  color: var(--tg-theme-primary);
}

.cart__img {
  text-align: right;
}
@media (max-width: 991.98px) {
  .cart__img {
    text-align: center;
  }
}

/*=============================
    20. All Keyframes Here
===============================*/
/* slideDown Keyframes */
@-webkit-keyframes tgSlideDown {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tgSlideDown {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Blinker Keyframes */
@-webkit-keyframes shapeBlinker {
  50% {
    opacity: 0.59;
  }
}
@keyframes shapeBlinker {
  50% {
    opacity: 0.59;
  }
}
/* Rotation Keyframes */
@-webkit-keyframes hypeaccRotation {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes hypeaccRotation {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Text Animation Keyframes */
.tg__animate-text span {
  animation: 0.8s both tg_animated_text;
}

@keyframes tg_animated_text {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 1;
    text-shadow: 0 0 25px var(--tg-theme-primary);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* Text Animation Keyframes */
.tg__animate-text.style2 span {
  animation: 0.8s both tg_animated_text2;
}

@keyframes tg_animated_text2 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 1;
    text-shadow: 0 0 25px var(--tg-common-color-black-4);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* Shake Animation Keyframes */
@-webkit-keyframes breadcrumbShake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes breadcrumbShake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
/* About Animation Keyframes */
@-webkit-keyframes xAnimation {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}
@keyframes xAnimation {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}
/* tabHover Animation Keyframes */
@-webkit-keyframes defaultInset {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes defaultInset {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes activeInset {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes activeInset {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
/* Button Animation Keyframes */
@-webkit-keyframes tg_arrow {
  49% {
    transform: translateX(80%);
  }
  50% {
    opacity: 0;
    transform: translateX(-80%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes tg_arrow {
  49% {
    transform: translateX(80%);
  }
  50% {
    opacity: 0;
    transform: translateX(-80%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes tg_arrow {
  49% {
    transform: translateX(80%);
  }
  50% {
    opacity: 0;
    transform: translateX(-80%);
  }
  51% {
    opacity: 1;
  }
}
.testimonialScroll {
  -webkit-animation-name: testimonialScroll;
  animation-name: testimonialScroll;
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes testimonialScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.testimonialScrollTwo {
  -webkit-animation-name: testimonialScrollTwo;
  animation-name: testimonialScrollTwo;
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes testimonialScrollTwo {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
/*=============================
    08. Skins
===============================*/
.skins__nav-wrap .nav-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 24px;
  justify-content: center;
}
.skins__nav-wrap .nav-link {
  background: var(--tg-common-color-black-2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid var(--tg-border-1);
  overflow: hidden;
  width: 130px;
  height: 120px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 992px) {
    .skins__nav-wrap .nav-link {
        width: 100px;
        height: 100px;
        padding: 10px 0 0 0;
    }
}
.skins__nav-wrap .nav-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.skins__nav-wrap .nav-link::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -78px;
  width: 174px;
  height: 175px;
  background: #2F60EB;
  filter: blur(114px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.skins__nav-wrap .nav-link.active {
  border: 2px solid var(--tg-theme-primary);
  box-shadow: 0 2px 40px -4px #2f60eb;
  background: var(--tg-common-color-black);
}
.skins__nav-wrap .nav-link.active::before {
  opacity: 1;
}
.skins__nav-wrap .nav-link:hover {
  outline: none;
  border-color: var(--tg-theme-primary);
}
.skins__tab-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: linear-gradient(180deg, rgba(25, 29, 36, 0) 0%, #191d24 100%);
  gap: 90px;
  align-items: flex-end;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 767.98px) {
    .skins__nav-wrap .nav-tabs {
        gap: 15px;
    }
    .skins__nav-wrap .nav-link.active {
        box-shadow: none;
    }
    .skins__nav-wrap .nav-link::before {
        display: none;
    }
}
@media (max-width: 1199.98px) {
  .skins__tab-item {
    gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .skins__tab-item {
    flex-direction: column-reverse;
  }
}
.skins__tab-thumb {
  width: 636px;
  flex: 0 0 auto;
  height: 552px;
}
@media (max-width: 1500px) {
  .skins__tab-thumb {
    height: 500px;
  }
}
@media (max-width: 1199.98px) {
  .skins__tab-thumb {
    width: 460px;
    height: 465px;
  }
}
@media (max-width: 991.98px) {
  .skins__tab-thumb {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .skins__tab-thumb {
    width: 95%;
    height: 350px;
  }
}
.skins__nav-wrap .skins__tab-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.skins__tab-content {
  padding: 50px 90px 50px 0;
}
@media (max-width: 1500px) {
    .skins__tab-content {
        padding: 30px 50px 40px 0;
    }
}
@media (max-width: 1199.98px) {
  .skins__tab-content {
    padding: 50px 40px 50px 0;
  }
}
@media (max-width: 991.98px) {
  .skins__tab-content {
    padding: 50px 40px 0px 40px;
  }
}
@media (max-width: 767.98px) {
  .skins__tab-content {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .skins__tab-content {
    padding: 40px 30px 30px 30px;
  }
}
.skins__tab-content .title {
  font-weight: 800;
  font-size: 32px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 7px;
}
@media (max-width: 767.98px) {
  .skins__tab-content .title {
    font-size: 28px;
  }
}
.skins__tab-content .sub-title {
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 24px;
  color: var(--tg-theme-secondary);
  margin-bottom: 22px;
}
.skins__tab-content p {
  margin-bottom: 26px;
  letter-spacing: -0.01em;
}
.skins__tab-content .list-wrap {
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .skins__tab-content .list-wrap {
    margin-bottom: 30px;
  }
}
.skins__tab-content .list-wrap li {
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 700;
  color: var(--tg-common-color-white);
  margin-bottom: 12px;
}
.skins__tab-content .list-wrap li:last-child {
  margin-bottom: 0;
}
.skins__tab-content-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.skins__tab-content-bottom .btn {
  width: 100%;
  justify-content: center;
  height: 56px;
}
.skins__tab-content-bottom .btn:hover {
  transform: translateY(0);
}

.section-py-130 {
  padding: 130px 0;
}
@media (max-width: 767.98px) {
  .section-py-130 {
    padding: 100px 0;
  }
}

/*=============================
    08. Step
===============================*/
.step__item-wrap {
  padding-right: 85px;
}
@media (max-width: 1199.98px) {
  .step__item-wrap {
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .step__item-wrap {
    padding-right: 0;
  }
}
.step__item-wrap .accordion-item {
  background: var(--tg-common-color-black-2);
  border: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.step__item-wrap .accordion-item:last-child {
  margin-bottom: 0;
}
.step__item-wrap .accordion-item:first-of-type {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.step__item-wrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.step__item-wrap .accordion-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(73deg, var(--tg-theme-primary) 0%, var(--tg-common-color-blue) 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.step__item-wrap .accordion-item.active {
  box-shadow: 0 2px 40px -4px #2f60eb;
}
.step__item-wrap .accordion-item.active::before {
  opacity: 1;
}
.step__item-wrap .accordion-item.active .accordion-button {
  background: transparent;
}
.step__item-wrap .accordion-button {
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: var(--tg-common-color-black-2);
  color: var(--tg-common-color-white);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 26px 28px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767.98px) {
  .step__item-wrap .accordion-button {
    font-size: 22px;
    padding: 22px 28px;
  }
}
.step__item-wrap .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.step__item-wrap .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.step__item-wrap .accordion-button::after {
  display: none;
}
.step__item-wrap .accordion-body {
  padding: 0 28px 32px 60px;
}
.step__item-wrap .accordion-body p {
  margin-bottom: 0;
  font-size: 18px;
  color: #C8D5FA;
  letter-spacing: -0.01em;
}
.step__img-wrap {
  margin-left: -100px;
}
@media (max-width: 1500px) {
  .step__img-wrap {
    margin-left: -40px;
  }
}
@media (max-width: 1199.98px) {
  .step__img-wrap {
    margin-left: -40px;
  }
}
@media (max-width: 991.98px) {
  .step__img-wrap {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.step__img-wrap .accordion-item {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.step__img-wrap .accordion-body {
  padding: 0;
}
@media (max-width: 767.98px) {
  .step__img-wrap .accordion-body img {
    transform: scale(1.4);
  }
}

/*=============================
    08. Features
===============================*/
.features__area {
  padding: 60px 0 130px;
}
@media (max-width: 1199.98px) {
  .features__area {
    padding: 100px 0 100px;
  }
}
.features__item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.features__thumb img {
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  min-height: 340px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .features__thumb img {
    max-height: 600px;
  }
}
@media (max-width: 767.98px) {
  .features__thumb img {
    max-height: 400px;
  }
}
.features__content {
  position: absolute;
  left: 28px;
  bottom: 28px;
  right: 28px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .features__content {
    left: 20px;
    bottom: 30px;
    right: 20px;
  }
}
@media (max-width: 991.98px) {
  .features__content {
    left: 35px;
    bottom: 40px;
    right: 40px;
  }
}
@media (max-width: 767.98px) {
  .features__content {
    left: 20px;
    bottom: 30px;
    right: 20px;
  }
}
.features__content .title {
  font-size: 24px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .features__content .title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .features__content .title br {
    display: none;
  }
}
.features__content p {
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 1199.98px) {
  .features__content p br {
    display: none;
  }
}

/*=============================
    08. Testimonial
===============================*/
.testimonial__area {
  padding: 0 0 130px;
}
@media (max-width: 767.98px) {
  .testimonial__area {
    padding: 0 0 100px;
  }
}
.testimonial__inner {
  position: relative;
  z-index: 1;
}
.testimonial__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, #0d1118 0%, rgba(13, 17, 24, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .testimonial__inner::before {
    width: 10%;
  }
}
.testimonial__inner::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, #0d1118 0%, rgba(13, 17, 24, 0) 100%);
  z-index: 1;
  transform: rotate(-180deg);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .testimonial__inner::after {
    width: 10%;
  }
}
.testimonial__item {
  background: var(--tg-common-color-black-2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 635px;
  padding: 32px 32px;
  margin-bottom: 24px;
  flex: 0 0 auto;
}
@media (max-width: 1500px) {
    .testimonial__item {
        width: 470px;
    }
}
@media (max-width: 1199.98px) {
  .testimonial__item {
    width: 430px;
  }
}
@media (max-width: 767.98px) {
  .testimonial__item {
    width: 400px;
  }
}
.testimonial__item-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .testimonial__item-wrap {
    animation-duration: 15s;
  }
}
.testimonial__item-wrap:hover {
  animation-play-state: paused;
}
@media (max-width: 767.98px) {
  .testimonial__item-wrap-two {
    animation-duration: 15s;
  }
}
.testimonial__item-wrap-two:hover {
  animation-play-state: paused;
}
.testimonial__rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
.testimonial__content {
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .testimonial__content {
    margin-bottom: 30px;
  }
}
.testimonial__content p {
  margin-bottom: 0;
}
.testimonial__author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial__author .thumb {
  width: 58px;
  flex: 0 0 auto;
}
.testimonial__author .thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.testimonial__author .content .title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}
.testimonial__author .content span {
  display: block;
}

/*=============================
    08. Count
===============================*/
.counter__area {
  padding: 0 0 80px;
}
@media (max-width: 767.98px) {
  .counter__area {
    padding: 0 0 50px;
  }
}
.counter__item {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.counter__item::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 180px;
  background: #2A2E34;
}

.counter__item-wrap .row [class*=col-]:last-child .counter__item::before {
  display: none;
}
.counter__icon {
  margin-bottom: 20px;
}
.counter__icon img {
  width: 80px;
  height: 80px;
}
.counter__content .count {
  display: block;
  font-weight: 800;
  font-size: 100px;
  line-height: 0.7;
  color: var(--tg-common-color-white);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1500px) {
  .counter__content .count {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .counter__content .count {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
    .counter__content .count {
        font-size: 50px;
        letter-spacing: 0;
    }
}
.counter__content p {
  line-height: 1;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tg-common-color-white);
}
@media (max-width: 1500px) {
    .counter__content p {
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .counter__content p {
        font-size: 18px;
    }
    .counter__icon img {
        width: 70px;
        height: 70px;
    }
}

/*=============================
    08. Join
===============================*/
.join__bg {
  background-size: cover;
  background-position: center;
  padding: 360px 0 120px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .join__bg {
    padding: 300px 0 100px;
  }
}
@media (max-width: 1199.98px) {
  .join__bg {
    padding: 250px 0 100px;
  }
}
@media (max-width: 991.98px) {
  .join__bg {
    padding: 250px 0px 100px;
  }
}
.join__bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(47, 96, 235, 0) 30%, #2f60eb 100%);
  z-index: -1;
}
.join__content .title {
  margin-bottom: 32px;
  font-size: 80px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .join__content .title {
    font-size: 65px;
  }
}
@media (max-width: 767.98px) {
  .join__content .title {
    font-size: 55px;
  }
}
.join__btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.join__btn .btn {
  background: var(--tg-common-color-white);
  color: var(--tg-common-color-black);
  padding: 16px 24px;
}
.join__btn .btn:hover {
  color: var(--tg-common-color-white);
}

/*=============================
    08. Giveaway
===============================*/
.giveaway__inner-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 20px -4px #2f60eb;
  background: linear-gradient(180deg, #1a2440 0%, #10182b 100%);
  border: 2px solid #2f60eb;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 34px 32px 34px 120px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-top: -125px;
  margin-bottom: 45px;
}
@media (max-width: 991.98px) {
  .giveaway__inner-wrap {
    padding: 34px 90px 34px 90px;
  }
}
@media (max-width: 767.98px) {
  .giveaway__inner-wrap {
    padding: 30px 30px;
  }
}
.giveaway__inner-wrap::before {
  content: "";
  position: absolute;
  left: -40px;
  top: -130px;
  width: 170px;
  height: 170px;
  background: #3061EB;
  filter: blur(120px);
  border-radius: 100%;
  z-index: -1;
}
.giveaway__content {
  width: 31%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .giveaway__content {
    width: 100%;
    text-align: center;
  }
}
.giveaway__content .title {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.02em;
}
.giveaway__content p {
  margin-bottom: 0;
  letter-spacing: -0.01em;
  font-size: 18px;
}
.giveaway__content-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px 38px;
  justify-content: flex-end;
  width: 30%;
  flex: 0 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .giveaway__content-right {
    width: 40%;
  }
}
@media (max-width: 991.98px) {
  .giveaway__content-right {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .giveaway__content-right {
    gap: 20px;
  }
}
.giveaway__countdown {
  width: 39%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .giveaway__countdown {
    width: 60%;
  }
}
@media (max-width: 991.98px) {
  .giveaway__countdown {
    width: 100%;
  }
}
.giveaway__countdown .coming-time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.giveaway__countdown .time-count {
  min-width: 80px;
  height: 70px;
  backdrop-filter: blur(60px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 32px;
  color: var(--tg-common-color-white);
  letter-spacing: -0.02em;
  border-radius: 12px;
  flex: 0 0 auto;
  padding: 10px;
}
.giveaway__participant {
  text-align: right;
}
@media (max-width: 991.98px) {
  .giveaway__participant {
    text-align: center;
  }
}
.giveaway__participant .count {
  font-weight: 800;
  font-size: 28px;
  display: block;
  line-height: 0.8;
  letter-spacing: -0.02em;
  color: var(--tg-theme-secondary);
}
.giveaway__participant p {
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.giveaway__btn .btn {
  padding: 20px 32px;
}
.giveaway__img img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .giveaway__img img {
    display: none;
  }
}

/*=============================
    08. Offer
===============================*/
.offer__area {
  padding: 0 0 105px;
}
@media (max-width: 767.98px) {
  .offer__area {
    padding: 0 0 75px;
  }
}
.offer__item {
  background-size: cover;
  background-position: center;
  border: 1px solid #2A2E34;
  background-color: #0d1118;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 20px 40px 40px;
  margin-bottom: 24px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .offer__item {
    padding: 20px 30px 35px;
  }
}
.offer__content .discount {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tg-common-color-white);
  background: var(--tg-common-color-red);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 12px;
  line-height: 1;
  margin-bottom: 8px;
}
.offer__content .title {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.02em;
}
.offer__content-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.offer__content-bottom .btn {
  padding: 12px 68px;
}
.offer__content-bottom .wishlist {
  width: 48px;
  height: 48px;
  border: 2px solid #2a2e34;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  flex: 0 0 auto;
}
.offer__content-bottom .wishlist:hover {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}
.offer__countdown {
  margin-bottom: 22px;
}
.offer__countdown .coming-time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px 36px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .offer__countdown .coming-time {
    gap: 20px 20px;
  }
}
.offer__countdown .time-count {
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  color: var(--tg-common-color-white);
  letter-spacing: -0.02em;
  position: relative;
}
@media (max-width: 767.98px) {
  .offer__countdown .time-count {
    font-size: 28px;
  }
}
.offer__countdown .time-count::before {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 28px;
  background: #2A2E34;
}
@media (max-width: 767.98px) {
  .offer__countdown .time-count::before {
    right: -11px;
  }
}
.offer__countdown .time-count:last-child::before {
  display: none;
}
.offer__price {
  margin-bottom: 12px;
}
.offer__price .price {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--tg-theme-secondary);
}
.offer__price .price del {
  color: var(--tg-body-color);
  margin-right: 8px;
}

/*=============================
    08. Faq
===============================*/
.faq__area {
  margin-top: -120px;
  position: relative;
  z-index: 1;
}
.faq__wrap .accordion-item {
  background: var(--tg-common-color-black-2);
  border: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.faq__wrap .accordion-item:last-child {
  margin-bottom: 0;
}
.faq__wrap .accordion-item:first-of-type {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.faq__wrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.faq__wrap .accordion-button {
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: var(--tg-common-color-black-2);
  color: var(--tg-common-color-white);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: self-start;
  gap: 16px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 28px 65px 28px 28px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
@media (max-width: 767.98px) {
  .faq__wrap .accordion-button {
    font-size: 20px;
    gap: 10px;
    padding: 28px 45px 28px 20px;
  }
}
.faq__wrap .accordion-button::before {
  content: "\f067";
  position: absolute;
  right: 32px;
  top: 31px;
  font-weight: 700;
  font-family: var(--tg-icon-font-family);
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767.98px) {
  .faq__wrap .accordion-button::before {
    right: 20px;
  }
}
.faq__wrap .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.faq__wrap .accordion-button:not(.collapsed)::before {
  content: "\f068";
}
.faq__wrap .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.faq__wrap .accordion-button::after {
  display: none;
}
.faq__wrap .accordion-body {
  padding: 0 186px 28px 62px;
}
@media (max-width: 1199.98px) {
  .faq__wrap .accordion-body {
    padding: 0 70px 28px 62px;
  }
}
@media (max-width: 767.98px) {
  .faq__wrap .accordion-body {
    padding: 0 40px 28px 35px;
  }
}
.faq__wrap .accordion-body p {
  margin-bottom: 0;
  color: var(--tg-body-color);
}
.faq__content {
  text-align: center;
  margin-top: 80px;
}
.faq__content .title {
  margin-bottom: 24px;
  font-size: 28px;
  text-transform: capitalize;
}
.faq__content .btn {
  padding: 20px 32px;
}

/*=============================
    08. Services Policy
===============================*/
.terms-of-services-area {
  margin-top: -120px;
  position: relative;
  z-index: 1;
}
.terms-of-services-content .title {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 32px;
  letter-spacing: -0.02em;
}
@media (max-width: 767.98px) {
  .terms-of-services-content .title {
    font-size: 26px;
  }
}
.terms-of-services-content p {
  margin-bottom: 12px;
}
.terms-of-services-content p a {
  color: var(--tg-theme-secondary);
}
.terms-of-services-content p a:hover {
  text-decoration: underline;
}
.terms-of-services-content-inner {
  margin-top: 40px;
}
.terms-of-services-content .list-wrap {
  padding-left: 30px;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .terms-of-services-content .list-wrap {
    padding-left: 15px;
  }
}
.terms-of-services-content .list-wrap li {
  list-style: inherit;
  margin-left: 20px;
}
.terms-of-services-content .list-wrap li span {
  font-weight: 700;
}

/* WishList CSS */
.features__content-position {
    right: 28px;
    width: auto !important;
}
.counter__item-wrap .e-con-inner>*:last-child .counter__item::before {
    display: none;
}
.footer__widget-link li i {
    color: var(--tg-common-color-white);
    margin-right: 4px;
}
.home-copyright__text p {
  margin-bottom: 0;
  letter-spacing: -0.01em;
  font-size: 18px;
  font-weight: 400;
}
.home-copyright__text p a {
  color: var(--tg-common-color-white) !important;
  font-weight: 600;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 0;
}
.wpcf7-not-valid-tip {
    margin-top: 5px;
}