@charset "UTF-8";
/*
@File: Tinja Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader Area CSS
** - Header Area CSS
** - Banner Area CSS
** - Banner Slides Area CSS
** - Main Banner Area CSS
** - Features Area CSS
** - Live Streaming Area CSS
** - News Area CSS
** - Matches Area CSS
** - Match Details Area CSS
** - Games Area CSS
** - Team Area CSS
** - Partners Area CSS
** - Testimonials Area CSS
** - Process Area CSS
** - Funfacts Area CSS
** - Shop Area CSS
** - Cart Area CSS
** - Checkout Area CSS
** - Product Details Area CSS
** - Video Area CSS
** - Hire Us Area CSS
** - Subscribe Area CSS
** - Socials Media Area CSS
** - Page Banner Area CSS
** - Quotes Area CSS
** - Our Mission Area CSS
** - Portfolio Area CSS
** - Portfolio Details Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - Pagination Area CSS
** - Widget Area CSS
** - FAQ Search Area CSS
** - FAQ Area CSS
** - Contact Us Area CSS
** - Privacy Policy Area CSS
** - Terms & Conditions Area CSS
** - Not Found Area CSS
** - Profile Authentication Area CSS
** - Coming Soon Area CSS
** - Footer Area CSS
** - Back to Top CSS
*/
/*================================================
Default CSS
=================================================*/
:root {
  --optionalFontFamily: "Roboto Condensed", sans-serif;
  --mainFontFamily: "Rowdies", cursive;
  --paragraphColor: #a8a7a2;
  --primaryColor: #c950eb;
  --whiteColor: #ffffff;
  --darkColor: #050406;
  --transition: .5s;
  --fontSize: 16px;
}

body {
  margin: 0;
  padding: 0;
  color: var(--whiteColor);
  background-color: var(--darkColor);
  font-weight: 300;
  font-size: var(--fontSize);
  font-family: var(--mainFontFamily);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--whiteColor);
  font-weight: 700;
}

a {
  transition: var(--transition);
  color: var(--whiteColor);
  outline: 0 !important;
}
a:hover {
  color: var(--primaryColor);
}

:focus {
  outline: 0 !important;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  color: var(--paragraphColor);
  margin-bottom: 15px;
  line-height: 1.6;
  font-weight: 500;
  font-size: var(--fontSize);
  font-family: var(--optionalFontFamily);
}
p:last-child {
  margin-bottom: 0;
}

.ptb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.pt-140 {
  padding-top: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.ptb-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.pt-115 {
  padding-top: 115px;
}

.pb-115 {
  padding-bottom: 115px;
}

.bg-1a0f26 {
  background-color: #1a0f26;
}

.default-btn {
  font-size: 15px;
  border-radius: 4px;
  color: var(--whiteColor);
  padding: 17px 40px 16.5px;
  background-color: var(--primaryColor);
}
.default-btn .title {
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  transform: translate(0, -15px);
}
.default-btn::after {
  transform: translate(0, 0);
  content: attr(data-text);
  position: absolute;
  line-height: 56px;
  transition: 0.3s;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.default-btn::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  border-radius: 4px;
  position: absolute;
  transform-origin: bottom left;
  transform: skew(-25deg, 0deg);
  background-color: var(--primaryColor);
}
.default-btn:hover {
  color: var(--whiteColor);
}
.default-btn:hover::after {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 15px);
}
.default-btn:hover .title {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.section-title {
  margin-bottom: 40px;
}
.section-title .sub-title {
  color: var(--primaryColor);
  margin-bottom: 7px;
}
.section-title h2 {
  font-size: 42px;
}
.section-title .link-btn {
  top: 50%;
  right: 0;
  line-height: 1.3;
  position: absolute;
  color: var(--primaryColor);
  transform: translateY(-50%);
}
.section-title .link-btn::before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  content: "";
  transition: 0.3s;
  position: absolute;
  background: var(--primaryColor);
}
.section-title .link-btn:hover {
  color: var(--whiteColor);
}
.section-title .link-btn:hover::before {
  transform: scaleX(0);
}

.form-control {
  border: 0;
  height: 56px;
  border-radius: 7px;
  box-shadow: unset !important;
  color: var(--whiteColor) !important;
  background-color: #170d21 !important;
  padding-left: 30px;
  padding-right: 30px;
  font-family: var(--optionalFontFamily);
  font-size: var(--fontSize);
  font-weight: 500;
}
.form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-control:focus::placeholder {
  color: transparent;
}

textarea.form-control {
  padding-top: 23px;
  min-height: 175px;
}

.elementor-editor-active .navbar.sticky.tinja-hide-adminbar {
  top: 0;
}
.elementor-editor-active [data-cue=bounceInDown], .elementor-editor-active [data-cue=bounceInLeft], .elementor-editor-active [data-cue=bounceInRight], .elementor-editor-active [data-cue=bounceInUp], .elementor-editor-active [data-cue=bounceIn], .elementor-editor-active [data-cue=fadeIn], .elementor-editor-active [data-cue=rotateIn], .elementor-editor-active [data-cue=slideInDown], .elementor-editor-active [data-cue=slideInLeft], .elementor-editor-active [data-cue=slideInRight], .elementor-editor-active [data-cue=slideInUp], .elementor-editor-active [data-cue=zoomIn], .elementor-editor-active [data-cue=zoomOut], .elementor-editor-active [data-cues=bounceInDown] > *, .elementor-editor-active [data-cues=bounceInLeft] > *, .elementor-editor-active [data-cues=bounceInRight] > *, .elementor-editor-active [data-cues=bounceInUp] > *, .elementor-editor-active [data-cues=bounceIn] > *, .elementor-editor-active [data-cues=fadeIn] > *, .elementor-editor-active [data-cues=rotateIn] > *, .elementor-editor-active [data-cues=slideInDown] > *, .elementor-editor-active [data-cues=slideInLeft] > *, .elementor-editor-active [data-cues=slideInRight] > *, .elementor-editor-active [data-cues=slideInUp] > *, .elementor-editor-active [data-cues=zoomIn] > *, .elementor-editor-active [data-cues=zoomOut] > * {
  opacity: 1;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/*================================================
Preloader Area CSS
=================================================*/
.preloader-area {
  z-index: 9999;
  background-color: var(--darkColor);
}
.preloader-area .loader {
  transform: translateY(-50%);
  top: 50%;
}
.preloader-area .waviy {
  font-size: 50px;
  margin-top: 10px;
  -webkit-box-reflect: below -35px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.preloader-area .waviy span {
  animation-delay: 0.1s;
  animation: waviy 1s infinite;
}
.preloader-area .waviy span:nth-child(2) {
  animation-delay: 0.2s;
}
.preloader-area .waviy span:nth-child(3) {
  animation-delay: 0.3s;
}
.preloader-area .waviy span:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes waviy {
  0%, 40%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
/*
Preloader Area Style*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: var(--darkColor);
  top: 0;
  left: 0;
  z-index: 99999;
}
.preloader .lds-ripple {
  position: absolute;
  width: 80px;
  height: 80px;
  animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
  left: 50%;
  top: 50%;
  transform: translate(-40px, -50px);
}
.preloader .preloader-container {
  width: 80px;
  height: 80px;
}
.preloader .petal {
  position: absolute;
  width: 30%;
  height: 50%;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom center;
  border-radius: 50%;
  z-index: 2;
}
.preloader .petal::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
  transform-origin: bottom center;
  border-radius: 50%;
  background: var(--primaryColor);
  z-index: 2;
  animation: opacity-nine 0.8s infinite linear;
  opacity: 1;
  border-left: 1px solid var(--whiteColor);
}
.preloader .petal:nth-of-type(6) {
  transform: translate(-50%, 0%) rotate(225deg);
}
.preloader .petal:nth-of-type(6)::before {
  background-color: transparent;
  animation-delay: 0.5s;
}
.preloader .petal:nth-of-type(7) {
  transform: translate(-50%, 0%) rotate(270deg);
}
.preloader .petal:nth-of-type(7)::before {
  background-color: transparent;
  animation-delay: 0.6s;
}
.preloader .petal:nth-of-type(8) {
  transform: translate(-50%, 0%) rotate(315deg);
}
.preloader .petal:nth-of-type(8)::before {
  background-color: transparent;
  animation-delay: 0.7s;
}
.preloader .petal:nth-of-type(1) {
  transform: translate(-50%, 0%);
}
.preloader .petal:nth-of-type(1)::before {
  animation-delay: 0s;
}
.preloader .petal:nth-of-type(2) {
  transform: translate(-50%, 0%) rotate(45deg);
}
.preloader .petal:nth-of-type(2)::before {
  animation-delay: 0.1s;
}
.preloader .petal:nth-of-type(3) {
  transform: translate(-50%, 0%) rotate(90deg);
}
.preloader .petal:nth-of-type(3)::before {
  animation-delay: 0.2s;
}
.preloader .petal:nth-of-type(4) {
  transform: translate(-50%, 0%) rotate(135deg);
}
.preloader .petal:nth-of-type(4)::before {
  animation-delay: 0.3s;
}
.preloader .petal:nth-of-type(5) {
  transform: translate(-50%, 0%) rotate(180deg);
}
.preloader .petal:nth-of-type(5)::before {
  animation-delay: 0.4s;
}
.preloader .petal-1 {
  position: absolute;
  width: 30%;
  height: 50%;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom center;
  border-radius: 50%;
  z-index: -1;
}
.preloader .petal-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
  transform-origin: bottom center;
  border-radius: 50%;
  background: var(--primaryColor);
  z-index: 2;
  animation: opacity-nine 0.8s infinite linear;
  opacity: 1;
}
.preloader .petal-1:nth-of-type(9) {
  transform: translate(-50%, 0%) rotate(225deg);
}
.preloader .petal-1:nth-of-type(9)::before {
  animation-delay: 0.5s;
}
.preloader .petal-1:nth-of-type(10) {
  transform: translate(-50%, 0%) rotate(270deg);
}
.preloader .petal-1:nth-of-type(10)::before {
  animation-delay: 0.6s;
}
.preloader .petal-1:nth-of-type(11) {
  transform: translate(-50%, 0%) rotate(315deg);
}
.preloader .petal-1:nth-of-type(11)::before {
  animation-delay: 0.7s;
}
.preloader .ball {
  position: absolute;
  width: 28%;
  height: 28%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid var(--whiteColor);
  background: var(--primaryColor);
  z-index: 3;
}
.preloader.preloader-deactivate {
  visibility: hidden;
}
.preloader.preloader-img img {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}
.preloader .text-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  font-size: 60px;
  color: var(--primaryColor);
  line-height: 1;
}

@keyframes opacity-nine {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
/*================================================
Banner Area CSS
=================================================*/
.banner-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../../assets/img/banner-bg1.jpg);
  padding-top: 220px;
  padding-bottom: 200px;
}
.banner-area .container-fluid {
  max-width: 1920px;
  padding-left: 115px;
  padding-right: 115px;
}
.banner-area .banner-content {
  top: -30px;
}
.banner-area .banner-content .sub-title {
  margin-bottom: 10px;
  color: var(--primaryColor);
}
.banner-area .banner-content h1 {
  font-size: 90px;
  max-width: 630px;
  line-height: 1.11;
  margin-bottom: 15px;
}
.banner-area .banner-content .btn-box {
  margin-top: 40px;
}
.banner-area .banner-content .btn-box .default-btn:nth-child(2) {
  margin-left: 35px;
  background-color: transparent;
  padding-left: 35px;
  padding-right: 35px;
}
.banner-area .banner-content .btn-box .default-btn:nth-child(2)::before {
  transform: skew(-25deg, 0);
  transform-origin: top left;
  border: 1px solid #fbfbfb;
  background-color: transparent;
  border-radius: 4px 4px 0 4px;
  border-right: none;
}
.banner-area .banner-content .btn-box .default-btn:nth-child(2) .border {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  border-radius: 0 4px 4px 0;
  border: 1px solid #fbfbfb !important;
  border-left: none !important;
}
.banner-area .banner-games-trailer {
  margin-left: 65px;
  padding-bottom: 54px;
}
.banner-area .banner-games-trailer::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  content: "";
  opacity: 0.25;
  position: absolute;
  background-color: var(--primaryColor);
  margin-left: 85px;
  margin-right: 85px;
}
.banner-area .banner-games-trailer::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  opacity: 0.25;
  position: absolute;
  margin-bottom: 27px;
  background-color: var(--primaryColor);
  margin-left: 45px;
  margin-right: 45px;
}
.banner-area .banner-games-trailer .swiper-slide .video-btn {
  font-size: 15px;
}
.banner-area .banner-games-trailer .swiper-slide .video-btn i {
  width: 57px;
  height: 57px;
  font-size: 25px;
  line-height: 63px;
  text-align: center;
  margin-right: 13px;
  display: inline-block;
  border-radius: 0 4px 0 0;
  color: var(--primaryColor);
  transition: var(--transition);
  -webkit-backdrop-filter: blur(22.9411754608px);
          backdrop-filter: blur(22.9411754608px);
  border: 0px solid rgba(216, 216, 216, 0);
  background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.banner-area .banner-games-trailer .swiper-slide .video-btn span {
  color: var(--whiteColor);
  position: relative;
  top: -8px;
}
.banner-area .banner-games-trailer .swiper-slide .video-btn:hover i {
  color: var(--primaryColor);
  background-color: var(--whiteColor);
}
.banner-area .banner-games-trailer .swiper-slide::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #050406 0%, rgba(5, 4, 6, 0) 19.79%);
}
.banner-area .banner-games-trailer .swiper-bannerGamesTrailer-pagination {
  position: absolute;
  bottom: -40px !important;
  z-index: 2;
  top: auto;
  right: 0;
  left: 0;
}
.banner-area .banner-games-trailer .swiper-bannerGamesTrailer-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 30px;
  height: 3px;
  margin: 0 5px;
  border-radius: 0;
  background: var(--whiteColor);
  transition: var(--transition);
}
.banner-area .banner-games-trailer .swiper-bannerGamesTrailer-pagination .swiper-pagination-bullet:hover, .banner-area .banner-games-trailer .swiper-bannerGamesTrailer-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primaryColor);
}

/*================================================
Banner Slides Area CSS
=================================================*/
.banner-slides-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/banner-bg2.jpg);
  padding-top: 252px;
  padding-bottom: 200px;
}
.banner-slides-area .container-fluid {
  max-width: 1920px;
  padding-left: 115px;
  padding-right: 0;
}
.banner-slides-area .banner-slides-content {
  top: -5px;
}
.banner-slides-area .banner-slides-content .sub-title {
  margin-bottom: 10px;
  color: var(--primaryColor);
}
.banner-slides-area .banner-slides-content h1 {
  font-size: 90px;
  line-height: 1.11;
  margin-bottom: 15px;
}
.banner-slides-area .banner-slides-content .btn-box {
  margin-top: 40px;
}
.banner-slides-area .banner-slides-content .btn-box .default-btn:nth-child(2) {
  margin-left: 35px;
  background-color: transparent;
  padding-left: 35px;
  padding-right: 35px;
}
.banner-slides-area .banner-slides-content .btn-box .default-btn:nth-child(2)::before {
  transform: skew(-25deg, 0);
  transform-origin: top left;
  border: 1px solid #fbfbfb;
  background-color: transparent;
  border-radius: 4px 4px 0 4px;
  border-right: none;
}
.banner-slides-area .banner-slides-content .btn-box .default-btn:nth-child(2) .border {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  border-radius: 0 4px 4px 0;
  border: 1px solid #fbfbfb !important;
  border-left: none !important;
}
.banner-slides-area .banner-slides-matches {
  margin-left: -190px;
}
.banner-slides-area .banner-slides-matches .team-info .content {
  top: 154px;
  left: 425px;
  position: absolute;
}
.banner-slides-area .banner-slides-matches .team-info .content h4 {
  font-size: 22px;
  margin-bottom: 9px;
}
.banner-slides-area .banner-slides-matches .team-info .content ul li {
  margin-right: 15px;
}
.banner-slides-area .banner-slides-matches .team-info .content ul li span {
  color: var(--primaryColor);
  font-size: 12px;
}
.banner-slides-area .banner-slides-matches .team-info .content ul li a {
  font-size: 14px;
  color: var(--paragraphColor);
}
.banner-slides-area .banner-slides-matches .team-info .content ul li a:hover {
  color: var(--primaryColor);
}
.banner-slides-area .banner-slides-matches .team-info .content ul li:last-child {
  margin-right: 0;
}
.banner-slides-area .banner-slides-matches .team-info .bg-shape {
  top: 129px;
  left: 279px;
  z-index: -1;
  position: absolute;
}
.banner-slides-area .banner-slides-matches .col-lg-6:last-child .team-info .content {
  left: auto;
  right: 345px;
  text-align: start;
}
.banner-slides-area .banner-slides-matches .col-lg-6:last-child .team-info .bg-shape {
  top: 129px;
  left: auto;
  right: 206px;
}
.banner-slides-area .banner-slides-matches .team-result {
  right: 0;
  left: 25px;
  top: 267px;
  position: absolute;
}
.banner-slides-area .banner-slides-matches .team-result ul li {
  font-size: 42px;
  margin-left: 25px;
  margin-right: 25px;
}
.banner-slides-area .banner-slides-matches .team-result ul li:first-child {
  margin-left: 0;
}
.banner-slides-area .banner-slides-matches .team-result ul li:last-child {
  margin-right: 0;
}
.banner-slides-area .banner-slides-matches .team-result ul li:last-child::before {
  display: none;
}
.banner-slides-area .banner-slides-matches .team-result ul li::before {
  top: 50%;
  right: -34px;
  content: ":";
  margin-top: -5px;
  position: absolute;
  color: var(--primaryColor);
  transform: translateY(-50%);
}
.banner-slides-area .banner-slides-matches .team-result span {
  font-size: 12px;
  margin-top: 7px;
  color: var(--primaryColor);
}
.banner-slides-area .banner-slides-matches .vs-image {
  right: 0;
  top: 158px;
  left: 78px;
  z-index: -1;
  position: absolute;
}
.banner-slides-area .swiper-banner-pagination {
  position: absolute;
  bottom: 70px !important;
  z-index: 1;
  top: auto;
  right: 0;
  left: 0;
}
.banner-slides-area .swiper-banner-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 30px;
  height: 3px;
  margin: 0 5px;
  border-radius: 0;
  background: var(--whiteColor);
  transition: var(--transition);
}
.banner-slides-area .swiper-banner-pagination .swiper-pagination-bullet:hover, .banner-slides-area .swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primaryColor);
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
  padding-top: 225px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/banner-bg3.jpg);
}
.main-banner-area .main-banner-content {
  max-width: 980px;
}
.main-banner-area .main-banner-content .sub-title {
  margin-bottom: 10px;
  color: var(--primaryColor);
}
.main-banner-area .main-banner-content h1 {
  font-size: 90px;
  line-height: 1.11;
  margin-bottom: 15px;
}
.main-banner-area .main-banner-content .btn-box {
  margin-top: 40px;
}
.main-banner-area .main-banner-content .btn-box .default-btn {
  margin-left: 17px;
  margin-right: 17px;
}
.main-banner-area .main-banner-content .btn-box .default-btn:nth-child(2) {
  background-color: transparent;
  padding-left: 35px;
  padding-right: 35px;
}
.main-banner-area .main-banner-content .btn-box .default-btn:nth-child(2)::before {
  transform: skew(-25deg, 0);
  transform-origin: top left;
  border: 1px solid #fbfbfb;
  background-color: transparent;
  border-radius: 4px 4px 0 4px;
  border-right: none;
}
.main-banner-area .main-banner-content .btn-box .default-btn:nth-child(2) .border {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  border-radius: 0 4px 4px 0;
  border: 1px solid #fbfbfb !important;
  border-left: none !important;
}
.main-banner-area .main-banner-content .btn-box .default-btn:first-child {
  margin-left: 0;
}
.main-banner-area .main-banner-content .btn-box .default-btn:last-child {
  margin-right: 0;
}
.main-banner-area .main-banner-image {
  border-radius: 7px;
  max-width: 1083px;
  margin-top: 70px;
  z-index: 1;
}
.main-banner-area .main-banner-image img {
  border-radius: 7px;
}
.main-banner-area .main-banner-image .video-btn {
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  font-size: 37px;
  color: var(--primaryColor);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transform: translateY(-50%) translateX(-50%);
  background-color: rgba(255, 255, 255, 0.2);
}
.main-banner-area .main-banner-image .video-btn i {
  left: 0;
  right: 0;
  top: 50%;
  margin-top: 4px;
  position: absolute;
  transform: translateY(-50%);
}
.main-banner-area .main-banner-image .video-btn:hover {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}

/*================================================
Features Area CSS
=================================================*/
.features-area.bg-clip-path {
  margin-top: -163px;
  padding-top: 72px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.features-image {
  border-radius: 7px;
  margin-right: -35px;
  border: 1px solid #3d3d3d;
}
.features-image img {
  border-radius: 7px;
}

.features-content {
  overflow-y: scroll;
  height: 742.53px;
  padding-left: 86px;
  padding-right: 73px;
}
.features-content .box {
  border-radius: 7px;
  margin-bottom: 20px;
  padding: 40px 45px 40px 105px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.features-content .box .icon {
  top: 50%;
  left: 40px;
  font-size: 42px;
  position: absolute;
  color: var(--primaryColor);
  transform: translateY(-50%);
  transition: var(--transition);
}
.features-content .box h4 {
  margin-bottom: 13px;
  font-size: 22px;
  font-weight: normal;
}
.features-content .box:hover .icon {
  transform: translateY(-50%) scaleX(-1);
}
.features-content .box:last-child {
  margin-bottom: 0;
}
.features-content::-webkit-scrollbar {
  -webkit-appearance: none;
}
.features-content::-webkit-scrollbar:vertical {
  width: 4px;
}
.features-content::-webkit-scrollbar:horizontal {
  height: 4px;
}
.features-content::-webkit-scrollbar-track {
  border-radius: 100px;
  background-color: #2d2d2d;
}
.features-content::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #6b6b6b;
}

.jet-image {
  margin-left: 7px;
  margin-bottom: 70px;
}

/*================================================
Live Streaming Area CSS
=================================================*/
.live-streaming-area.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/bg-image5.jpg);
}

.live-streaming-news-area.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/bg-image1.jpg);
}

.single-live-streaming-item {
  border: 1px solid #3d3d3d;
  margin-bottom: 25px;
  border-radius: 7px;
  overflow: hidden;
}
.single-live-streaming-item img {
  border-radius: 7px;
  transition: var(--transition);
}
.single-live-streaming-item .content {
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 2px;
  position: absolute;
}
.single-live-streaming-item .content .icon {
  width: 56.807px;
  font-size: 25px;
  height: 56.807px;
  line-height: 60px;
  text-align: center;
  margin-right: 14px;
  color: var(--primaryColor);
  transition: var(--transition);
  border-radius: 0px 0px 0px 7px;
  border: 0px solid rgba(216, 216, 216, 0);
  background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(22.9411754608px);
          backdrop-filter: blur(22.9411754608px);
}
.single-live-streaming-item .content h5 {
  font-size: 15.294px;
  margin-bottom: 5px;
}
.single-live-streaming-item .content span {
  color: var(--primaryColor);
  padding-left: 18px;
  font-size: 10px;
}
.single-live-streaming-item .content span i {
  left: 0;
  top: 50%;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  transform: translateY(-50%);
}
.single-live-streaming-item:hover img {
  transform: scale(1.08);
}
.single-live-streaming-item:hover .content .icon {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

/*================================================
News Area CSS
=================================================*/
.latest-news-area.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/bg-image3.jpg);
}

.latest-news-list {
  padding-left: 45px;
}
.latest-news-list .big-box {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #2d2d2d;
}
.latest-news-list .big-box .image {
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #3d3d3d;
}
.latest-news-list .big-box .image img {
  border-radius: 7px;
  transition: var(--transition);
}
.latest-news-list .big-box .content {
  margin-top: 15px;
}
.latest-news-list .big-box .content h4 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 1px;
}
.latest-news-list .big-box .content ul li {
  font-size: 10px;
  margin-right: 10px;
  color: var(--paragraphColor);
}
.latest-news-list .big-box .content ul li:nth-child(1) a {
  color: var(--primaryColor);
}
.latest-news-list .big-box .content ul li:last-child {
  margin-right: 0;
}
.latest-news-list .big-box:hover .image img {
  transform: scale(1.08);
}
.latest-news-list .box {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #2d2d2d;
}
.latest-news-list .box .image {
  overflow: hidden;
  border-radius: 7px;
  margin-right: 22px;
  border: 1px solid #3d3d3d;
}
.latest-news-list .box .image img {
  border-radius: 7px;
  transition: var(--transition);
}
.latest-news-list .box .content {
  margin-left: -28px;
}
.latest-news-list .box .content h4 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 1px;
}
.latest-news-list .box .content ul li {
  font-size: 10px;
  margin-right: 10px;
  color: var(--paragraphColor);
}
.latest-news-list .box .content ul li:nth-child(1) a {
  color: var(--primaryColor);
}
.latest-news-list .box .content ul li:last-child {
  margin-right: 0;
}
.latest-news-list .box:hover .image img {
  transform: scale(1.08);
}
.latest-news-list .box:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 25px;
}
.latest-news-list.style-two .big-box {
  position: relative;
  border-bottom: none;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.latest-news-list.style-two .big-box::before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  margin-right: -25px;
  background: #2d2d2d;
}
.latest-news-list.style-two .box {
  position: relative;
  border-bottom: none;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.latest-news-list.style-two .box .image {
  margin-right: 0;
}
.latest-news-list.style-two .box .content {
  margin-left: -5px;
}
.latest-news-list.style-two .box::before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  margin-right: -25px;
  background: #2d2d2d;
}
.latest-news-list.style-two .box:last-child {
  margin-bottom: 25px;
}

.col-lg-4:nth-child(7) .latest-news-list .box {
  padding-bottom: 0;
}
.col-lg-4:nth-child(7) .latest-news-list .box::before {
  display: none;
}
.col-lg-4:nth-child(8) .latest-news-list .box {
  padding-bottom: 0;
}
.col-lg-4:nth-child(8) .latest-news-list .box::before {
  display: none;
}
.col-lg-4:nth-child(9) .latest-news-list .box {
  padding-bottom: 0;
}
.col-lg-4:nth-child(9) .latest-news-list .box::before {
  display: none;
}

/*================================================
Matches Area CSS
=================================================*/
.matches-area.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/bg3.jpg);
}

.single-matches-item {
  margin-bottom: 40px;
}
.single-matches-item .team-info .content {
  margin-left: 55px;
}
.single-matches-item .team-info .content h4 {
  font-size: 22px;
  margin-bottom: 9px;
}
.single-matches-item .team-info .content ul li {
  margin-right: 15px;
}
.single-matches-item .team-info .content ul li span {
  color: var(--primaryColor);
  font-size: 12px;
}
.single-matches-item .team-info .content ul li a {
  font-size: 14px;
  color: var(--paragraphColor);
}
.single-matches-item .team-info .content ul li a:hover {
  color: var(--primaryColor);
}
.single-matches-item .team-info .content ul li:last-child {
  margin-right: 0;
}
.single-matches-item .team-info .bg-shape {
  top: 50%;
  left: 75px;
  z-index: -1;
  position: absolute;
  transform: translateY(-50%);
}
.single-matches-item .team-result {
  margin-top: -10px;
}
.single-matches-item .team-result ul li {
  font-size: 42px;
  margin-left: 25px;
  margin-right: 25px;
}
.single-matches-item .team-result ul li:first-child {
  margin-left: 0;
}
.single-matches-item .team-result ul li:last-child {
  margin-right: 0;
}
.single-matches-item .team-result ul li:last-child::before {
  display: none;
}
.single-matches-item .team-result ul li::before {
  top: 50%;
  right: -34px;
  content: ":";
  margin-top: -5px;
  position: absolute;
  color: var(--primaryColor);
  transform: translateY(-50%);
}
.single-matches-item .team-result span {
  font-size: 12px;
  margin-top: 7px;
  color: var(--primaryColor);
}
.single-matches-item .team-result img {
  margin-bottom: 10px;
}
.single-matches-item .team-result .vs {
  max-width: 75px;
}
.single-matches-item .col-lg-5:last-child .team-info .content {
  margin-left: 0;
  margin-right: 55px;
}
.single-matches-item .col-lg-5:last-child .team-info .bg-shape {
  left: auto;
  right: 75px;
}
.single-matches-item:last-child {
  margin-bottom: 0;
}

.matches-tabs {
  margin-top: 45px;
  border-radius: 7px;
  background: rgba(54, 17, 92, 0.7);
}
.matches-tabs .nav.nav-tabs {
  border-radius: 10px 10px 0 0;
  background: #36115c;
}
.matches-tabs .nav.nav-tabs .nav-item .nav-link {
  margin: 0;
  border: 0;
  z-index: 1;
  font-size: 15px;
  transition: 0.3s;
  position: relative;
  padding: 23.7px 47px;
  color: var(--whiteColor);
  border-radius: 10px 10px 0 0;
  background-color: transparent;
}
.matches-tabs .nav.nav-tabs .nav-item .nav-link::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: -1;
  transition: 0.3s;
  visibility: hidden;
  position: absolute;
  transform: skew(-25deg, 0deg);
  background-color: var(--primaryColor);
}
.matches-tabs .nav.nav-tabs .nav-item .nav-link:hover, .matches-tabs .nav.nav-tabs .nav-item .nav-link.active {
  color: var(--primaryColor);
}
.matches-tabs .nav.nav-tabs .nav-item .nav-link.active {
  color: var(--whiteColor);
}
.matches-tabs .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
  visibility: visible;
}
.matches-tabs .nav.nav-tabs .nav-item:first-child .nav-link {
  padding-right: 30px;
  margin-right: 20px;
}
.matches-tabs .nav.nav-tabs .nav-item:first-child .nav-link::before {
  transform-origin: bottom left;
}
.matches-tabs .nav.nav-tabs .nav-item:first-child .nav-link.active {
  background-color: var(--primaryColor);
}
.matches-tabs .tab-content {
  padding: 70px 50px;
}

.single-matches-box {
  border-radius: 7px;
  padding: 30px 45px;
  margin-bottom: 20px;
  border: 1px solid rgba(216, 216, 216, 0.2);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-matches-box .date {
  color: var(--primaryColor);
  font-size: 18px;
}
.single-matches-box .match-info .team-info {
  padding-right: 20px;
}
.single-matches-box .match-info .team-info h3 {
  font-size: 22px;
  margin-right: 15px;
}
.single-matches-box .match-info .team-info .team_img {
  max-width: 75px;
}
.single-matches-box .match-info .result li {
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.single-matches-box .match-info .result li:first-child {
  margin-left: 0;
}
.single-matches-box .match-info .result li:last-child {
  margin-right: 0;
}
.single-matches-box .match-info .result li:last-child::before {
  display: none;
}
.single-matches-box .match-info .result li::before {
  top: 50%;
  right: -15px;
  content: ":";
  margin-top: -2px;
  position: absolute;
  color: var(--primaryColor);
  transform: translateY(-50%);
}
.single-matches-box .match-info .vs {
  max-width: 72px;
}
.single-matches-box .match-info .col-lg-5:last-child .team-info {
  padding-left: 25px;
  padding-right: 0;
}
.single-matches-box .match-info .col-lg-5:last-child .team-info h3 {
  margin-right: 0;
  margin-left: 15px;
}
.single-matches-box .link-btn a {
  line-height: 1.2;
  color: var(--primaryColor);
}
.single-matches-box .link-btn a::before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  content: "";
  transition: 0.3s;
  position: absolute;
  background: var(--primaryColor);
}
.single-matches-box .link-btn a:hover {
  color: var(--whiteColor);
}
.single-matches-box .link-btn a:hover::before {
  transform: scaleX(0);
}
.single-matches-box:last-child {
  margin-bottom: 25px;
}

/*================================================
Match Details Area CSS
=================================================*/
.match-details-header {
  top: -140px;
  border-radius: 7px;
  padding: 50px 100px;
  margin-bottom: -80px;
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  border: 1px solid rgba(216, 216, 216, 0.2);
  background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.match-details-header .match-result span {
  font-size: 18px;
  margin-top: 20px;
  color: var(--primaryColor);
}

.match-details-desc h4 {
  margin-bottom: 15px;
  font-family: var(--optionalFontFamily);
  font-size: 20px;
}
.match-details-desc h4:not(:first-child) {
  margin-top: 35px;
}
.match-details-desc .image {
  margin-top: 35px;
  margin-bottom: 35px;
}
.match-details-desc .image img {
  border-radius: 7px;
}
.match-details-desc .images {
  margin-top: 35px;
  margin-bottom: 35px;
}
.match-details-desc .images img {
  border-radius: 7px;
}
.match-details-desc .share-match {
  margin-top: 60px;
}
.match-details-desc .share-match span {
  margin-right: 10px;
  font-size: 20px;
  font-family: var(--optionalFontFamily);
}
.match-details-desc .share-match a {
  color: var(--primaryColor);
  position: relative;
  margin-right: 10px;
  font-size: 17px;
  line-height: 1;
  top: 3px;
}
.match-details-desc .share-match a:hover {
  color: var(--whiteColor);
}
.match-details-desc .share-match a:last-child {
  margin-right: 0;
}

.match-details-comments-form {
  margin-top: 100px;
}
.match-details-comments-form h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
.match-details-comments-form p {
  font-size: 18px;
}
.match-details-comments-form form {
  margin-top: 20px;
}
.match-details-comments-form form .form-group {
  margin-bottom: 20px;
}
.match-details-comments-form form .form-check {
  margin-bottom: 20px;
  margin-top: 25px;
}
.match-details-comments-form form .form-check .form-check-input {
  background-color: transparent;
  border: 1px solid #a8a7a2;
  box-shadow: none;
}
.match-details-comments-form form .form-check .form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.match-details-comments-form form .form-check .form-check-label {
  cursor: pointer;
  color: var(--paragraphColor);
  font-size: var(--fontSize);
  font-family: var(--optionalFontFamily);
}
.match-details-comments-form form .default-btn {
  margin-top: 15px;
}

.match-details-tabs .nav.nav-tabs {
  border-radius: 10px 10px 0 0;
  background: #36115c;
}
.match-details-tabs .nav.nav-tabs .nav-item .nav-link {
  margin: 0;
  border: 0;
  z-index: 1;
  font-size: 15px;
  transition: 0.3s;
  position: relative;
  padding: 23px 36.4px;
  color: var(--whiteColor);
  border-radius: 10px 10px 0 0;
  background-color: transparent;
}
.match-details-tabs .nav.nav-tabs .nav-item .nav-link::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: -1;
  transition: 0.3s;
  visibility: hidden;
  position: absolute;
  background-color: var(--primaryColor);
}
.match-details-tabs .nav.nav-tabs .nav-item .nav-link:hover, .match-details-tabs .nav.nav-tabs .nav-item .nav-link.active {
  color: var(--primaryColor);
}
.match-details-tabs .nav.nav-tabs .nav-item .nav-link.active {
  color: var(--whiteColor);
}
.match-details-tabs .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
  visibility: visible;
}
.match-details-tabs .nav.nav-tabs .nav-item:first-child .nav-link {
  padding-right: 30px;
  margin-right: 20px;
}
.match-details-tabs .nav.nav-tabs .nav-item:first-child .nav-link::before {
  transform: skew(-25deg, 0deg);
  transform-origin: bottom left;
}
.match-details-tabs .nav.nav-tabs .nav-item:first-child .nav-link.active {
  background-color: var(--primaryColor);
}
.match-details-tabs .nav.nav-tabs .nav-item:last-child .nav-link::before {
  border-radius: 0 10px 0 0;
}
.match-details-tabs .tab-content {
  border: 1px solid rgba(216, 216, 216, 0.2);
  border-top: none;
}
.match-details-tabs .tab-content .tab-pane .box {
  border-bottom: 1px solid #3a3a3a;
  padding: 20px 10px;
}
.match-details-tabs .tab-content .tab-pane .box .team_img {
  max-width: 70px;
}
.match-details-tabs .tab-content .tab-pane .box .info .date {
  color: var(--primaryColor);
  margin-bottom: 6px;
  font-size: 15px;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
.match-details-tabs .tab-content .tab-pane .box .info ul li {
  margin-right: 12px;
}
.match-details-tabs .tab-content .tab-pane .box .info ul li span {
  color: var(--primaryColor);
  font-size: 12px;
}
.match-details-tabs .tab-content .tab-pane .box .info ul li a {
  top: 1px;
  font-size: 14px;
  position: relative;
  color: var(--paragraphColor);
}
.match-details-tabs .tab-content .tab-pane .box .info ul li a:hover {
  color: var(--primaryColor);
}
.match-details-tabs .tab-content .tab-pane .box .info ul li:last-child {
  margin-right: 0;
}
.match-details-tabs .tab-content .tab-pane .box .info .vs {
  width: 45px;
  margin-top: 3px;
}
.match-details-tabs .tab-content .tab-pane .box:last-child {
  border-bottom: none;
}

/*================================================
Games Area CSS
=================================================*/
.games-area.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/bg-image11.jpg);
}
.games-area.extra-padding-top {
  margin-top: -295px;
  padding-top: 435px;
}

.single-game-box {
  margin-bottom: 25px;
}
.single-game-box .image {
  overflow: hidden;
  border-radius: 7px;
}
.single-game-box .image img {
  border-radius: 7px;
  transition: var(--transition);
}
.single-game-box .link-btn {
  border-radius: 7px;
}
.single-game-box .content {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 30px;
  position: absolute;
}
.single-game-box .content h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.single-game-box .content .rating {
  line-height: 1;
  font-size: 15px;
  color: #ffc107;
}
.single-game-box .overlay {
  border-radius: 7px;
  border: 1px solid #dedede;
}
.single-game-box .overlay::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  border-radius: 7px;
  position: absolute;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3645833333) 60%, rgb(0, 0, 0) 100%);
  transition: var(--transition);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-game-box .btn-box {
  margin-top: 22px;
}
.single-game-box .btn-box a:hover {
  transform: translateY(-5px);
}
.single-game-box:hover .image img {
  transform: scale(1.08);
}
.single-game-box:hover .overlay::before {
  opacity: 0.5;
}

.single-game-item {
  margin-bottom: 25px;
}
.single-game-item .image {
  border: 1px solid #dedede;
  border-radius: 7px;
  overflow: hidden;
}
.single-game-item .image img {
  border-radius: 7px;
  transition: var(--transition);
}
.single-game-item .content {
  margin-top: 15px;
  padding: 15px 28px;
  border-radius: 7px;
  border: 1px solid #dedede;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-game-item .content h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.single-game-item .content ul li {
  margin-right: 15px;
}
.single-game-item .content ul li span {
  color: var(--primaryColor);
  font-size: 12px;
}
.single-game-item .content ul li a {
  font-size: 14px;
  color: var(--paragraphColor);
}
.single-game-item .content ul li a:hover {
  color: var(--primaryColor);
}
.single-game-item .content ul li:last-child {
  margin-right: 0;
}
.single-game-item:hover .image img {
  transform: scale(1.08);
}

.gamesSwiper .swiper-pagination {
  bottom: 0;
  line-height: 1;
  margin-top: 10px;
  position: relative;
}
.gamesSwiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 30px;
  height: 3px;
  margin: 0 5px;
  border-radius: 0;
  background: var(--whiteColor);
  transition: var(--transition);
}
.gamesSwiper .swiper-pagination .swiper-pagination-bullet:hover, .gamesSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primaryColor);
}

.topGamesSwiper .swiper-pagination {
  bottom: 0;
  line-height: 1;
  margin-top: 5px;
  position: relative;
}
.topGamesSwiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 30px;
  height: 3px;
  margin: 0 5px;
  border-radius: 0;
  background: var(--whiteColor);
  transition: var(--transition);
}
.topGamesSwiper .swiper-pagination .swiper-pagination-bullet:hover, .topGamesSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primaryColor);
}

/*================================================
Team Area CSS
=================================================*/
.team-area.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/bg-image4.jpg);
}

.team-partners-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-team-member {
  margin-bottom: 25px;
}
.single-team-member .image {
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #3d3d3d;
  transition: var(--transition);
}
.single-team-member .image img {
  border-radius: 7px;
  transition: var(--transition);
}
.single-team-member .content {
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
.single-team-member .content h4 {
  font-size: 22px;
  margin-bottom: 5px;
}
.single-team-member .content span {
  font-size: 13px;
  color: var(--primaryColor);
}
.single-team-member .content ul li {
  margin-right: 12px;
}
.single-team-member .content ul li a {
  font-size: 18px;
  color: #dedede;
}
.single-team-member .content ul li a i {
  line-height: 1;
}
.single-team-member .content ul li a:hover {
  color: var(--primaryColor);
}
.single-team-member .content ul li:last-child {
  margin-right: 0;
}
.single-team-member:hover .image img {
  transform: scale(1.08);
}

.teams-list {
  padding-right: 25px;
  overflow-y: scroll;
  max-width: 665px;
  height: 675.38px;
  margin-left: auto;
  margin-top: 100px;
}
.teams-list::-webkit-scrollbar {
  -webkit-appearance: none;
}
.teams-list::-webkit-scrollbar:vertical {
  width: 4px;
}
.teams-list::-webkit-scrollbar:horizontal {
  height: 4px;
}
.teams-list::-webkit-scrollbar-track {
  border-radius: 100px;
  background-color: #2d2d2d;
}
.teams-list::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #6b6b6b;
}

.single-team-box {
  padding: 40px 30px;
  border-radius: 7px;
  margin-bottom: 25px;
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-team-box h4 {
  font-size: 26px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.single-team-box ul li {
  margin-left: 7px;
  margin-right: 7px;
}
.single-team-box ul li a {
  font-size: 20px;
  color: var(--paragraphColor);
}
.single-team-box ul li a i {
  line-height: 1;
}
.single-team-box ul li a:hover {
  color: var(--primaryColor);
}
.single-team-box ul li:first-child {
  margin-left: 0;
}
.single-team-box ul li:last-child {
  margin-right: 0;
}

.soilders-shape {
  z-index: -1;
  right: 90px;
  bottom: 58px;
  position: absolute;
  pointer-events: none;
}

/*================================================
Partners Area CSS
=================================================*/
.partners-area .border-top {
  border-color: #2d2d2d !important;
  padding-bottom: 100px;
}
.partners-area.extra-padding-bottom {
  padding-bottom: 280px;
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*================================================
Testimonials Area CSS
=================================================*/
.single-testimonial-item {
  border: 1px solid rgba(216, 216, 216, 0.2);
  margin-bottom: 25px;
  border-radius: 7px;
  padding: 60px 75px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-testimonial-item .icon {
  line-height: 1;
  font-size: 50px;
  margin-bottom: 15px;
  color: var(--primaryColor);
}
.single-testimonial-item p {
  font-size: 18px;
}
.single-testimonial-item .info {
  margin-top: 30px;
}
.single-testimonial-item .info img {
  width: 50px;
  height: 50px;
  margin-right: 17px;
  border: 1px solid #d8d8d8;
}
.single-testimonial-item .info h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
.single-testimonial-item .info span {
  font-size: 12px;
  color: var(--paragraphColor);
}

.testimonials-latest-news-area.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/bg-image9.jpg);
}
.testimonials-latest-news-area.extra-padding-top {
  margin-top: -215px;
  padding-top: 180px;
}

/*================================================
Process Area CSS
=================================================*/
.process-area.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/bg-image10.jpg);
}

.process-tabs {
  margin-top: 100px;
}
.process-tabs .nav.nav-tabs .nav-item {
  margin-bottom: 15px;
}
.process-tabs .nav.nav-tabs .nav-item .nav-link {
  font-size: 22px;
  color: var(--whiteColor);
}
.process-tabs .nav.nav-tabs .nav-item .nav-link img:nth-child(2) {
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: var(--transition);
}
.process-tabs .nav.nav-tabs .nav-item .nav-link span {
  left: 0;
  top: 50%;
  right: 0;
  position: absolute;
  padding-left: 40px;
  transform: translateY(-50%);
}
.process-tabs .nav.nav-tabs .nav-item .nav-link:hover img:nth-child(2), .process-tabs .nav.nav-tabs .nav-item .nav-link.active img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.process-tabs .nav.nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}
.process-tabs .tab-content {
  padding-left: 105px;
}
.process-tabs .tab-content .tab-pane h3 {
  font-size: 32px;
  margin-bottom: 30px;
}
.process-tabs .tab-content .tab-pane p {
  color: var(--whiteColor);
}
.process-tabs .tab-content .tab-pane img {
  border-radius: 7px;
  margin-top: 15px;
  margin-bottom: 30px;
}

/*================================================
Funfacts Area CSS
=================================================*/
.funfacts-area.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/bg-image2.jpg);
}
.funfacts-area.extra-padding-top {
  margin-top: -220px;
  padding-top: 325px;
}

.single-funfact-box {
  margin-bottom: 25px;
}
.single-funfact-box h3 {
  line-height: 1;
  font-size: 42px;
  margin-bottom: 12px;
}
.single-funfact-box span {
  line-height: 1;
  font-size: 18px;
  color: var(--primaryColor);
}

/*================================================
Shop Area CSS
=================================================*/
.shop-area.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.shop-area.extra-padding-bottom {
  padding-bottom: 340px;
}

.single-product-item {
  margin-bottom: 25px;
}
.single-product-item .image {
  border: 1px solid rgba(216, 216, 216, 0.2);
  transition: var(--transition);
  border-radius: 7px;
  overflow: hidden;
}
.single-product-item .image img {
  transition: var(--transition);
  border-radius: 7px;
}
.single-product-item .image .add-to-cart-btn {
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.4s;
  position: absolute;
  visibility: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
.single-product-item .content {
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
.single-product-item .content h4 {
  font-size: 22px;
  margin-bottom: 5px;
}
.single-product-item .content .price {
  color: var(--primaryColor);
}
.single-product-item:hover .image {
  border-color: rgba(216, 216, 216, 0.3);
}
.single-product-item:hover .image img {
  transform: scale(1.08);
}
.single-product-item:hover .image .add-to-cart-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(-20px);
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table table thead tr th {
  background-color: transparent;
  color: var(--whiteColor);
  padding: 0 30px 25px;
  box-shadow: unset;
  font-size: 22px;
  border: 0;
}
.cart-table table thead tr th:first-child {
  padding-left: 64px;
}
.cart-table table tbody tr td {
  box-shadow: unset;
  padding: 20px 30px;
  background: #170d21;
  vertical-align: middle;
  color: var(--whiteColor);
  border-bottom: 1px solid var(--darkColor);
}
.cart-table table tbody tr td .product {
  font-size: 16px;
}
.cart-table table tbody tr td .product img {
  width: 70px;
  margin-right: 20px;
  border: 1px solid rgba(216, 216, 216, 0.2);
}
.cart-table table tbody tr td .remove {
  transition: var(--transition);
  color: var(--primaryColor);
  margin-right: 20px;
  font-size: 18px;
}
.cart-table table tbody tr td .remove:hover {
  color: red;
}
.cart-table table tbody tr td.price {
  color: var(--primaryColor);
}
.cart-table table tbody tr td .number-counter {
  max-width: 90px;
  border-radius: 7px;
  background: #170d21;
  border: 1px solid #515151;
}
.cart-table table tbody tr td .number-counter input {
  padding: 0 18px;
  height: 36.259px;
  line-height: 30px;
  font-size: 10.36px;
  color: var(--paragraphColor);
}
.cart-table table tbody tr td .number-counter input::-webkit-outer-spin-button, .cart-table table tbody tr td .number-counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-table table tbody tr td .number-counter input[type=number] {
  -moz-appearance: textfield;
}
.cart-table table tbody tr td .number-counter .btn-box {
  transform: translateY(-50%);
  position: absolute;
  margin-top: 1px;
  right: 18px;
  top: 50%;
}
.cart-table table tbody tr td .number-counter .btn-box button {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.cart-table table tbody tr td .number-counter .btn-box button:hover {
  color: var(--primaryColor);
}
.cart-table table tbody tr td .number-counter .btn-box button:nth-child(1) {
  margin-bottom: -4px;
}
.cart-table table tbody tr td .number-counter .btn-box button:nth-child(2) {
  margin-top: -4px;
}
.cart-table table tbody tr:last-child td {
  border-bottom: none;
}

.coupon-cart {
  margin-top: 40px;
}
.coupon-cart form {
  position: relative;
  max-width: 400px;
}
.coupon-cart form .form-control {
  padding-left: 25px;
  padding-right: 25px;
}
.coupon-cart form .default-btn {
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute !important;
}
.coupon-cart .default-btn {
  background-color: transparent;
  padding-left: 35px;
  padding-right: 35px;
}
.coupon-cart .default-btn::before {
  transform: skew(-25deg, 0);
  transform-origin: top left;
  border: 1px solid #fbfbfb;
  background-color: transparent;
  border-radius: 4px 4px 0 4px;
  border-right: none;
}
.coupon-cart .default-btn .border {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  border-radius: 0 4px 4px 0;
  border: 1px solid #fbfbfb !important;
  border-left: none !important;
}

.cart-totals-box {
  max-width: 635px;
  margin-top: 100px;
}
.cart-totals-box h3 {
  font-size: 22px;
  margin-bottom: 0;
  padding-bottom: 34px;
  border-bottom: 2px solid #404040;
}
.cart-totals-box .box {
  border-bottom: 2px solid #404040;
  padding-top: 23px;
  padding-bottom: 23px;
}
.cart-totals-box .box span:nth-child(2) {
  color: var(--primaryColor);
}
.cart-totals-box .default-btn {
  margin-top: 40px;
}

/*================================================
Checkout Area CSS
=================================================*/
.your-order-details h3 {
  font-size: 22px;
  margin-bottom: 25px;
}
.your-order-details table tbody tr td {
  box-shadow: unset;
  padding: 20px 25px;
  background: #170d21;
  vertical-align: middle;
  color: var(--whiteColor);
  border-bottom: 1px solid var(--darkColor);
}
.your-order-details table tbody tr td .product {
  font-size: 16px;
}
.your-order-details table tbody tr td .product img {
  width: 70px;
  margin-right: 20px;
  border: 1px solid rgba(216, 216, 216, 0.2);
}
.your-order-details table tbody tr td .remove {
  transition: var(--transition);
  color: var(--primaryColor);
  margin-right: 20px;
  font-size: 18px;
}
.your-order-details table tbody tr td .remove:hover {
  color: red;
}
.your-order-details table tbody tr td.price {
  color: var(--primaryColor);
}
.your-order-details table tbody tr:last-child td {
  border-bottom: none;
}
.your-order-details .order-total {
  padding: 25px 25px 0;
}
.your-order-details .order-total span {
  font-size: 20px;
  color: var(--primaryColor);
}
.your-order-details .coupon-btn {
  color: var(--paragraphColor);
  margin-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: var(--optionalFontFamily);
  font-size: 18px;
}
.your-order-details .coupon-btn:hover {
  color: var(--primaryColor);
}
.your-order-details .info {
  margin-top: 35px;
}
.your-order-details .info .box {
  border-radius: 7px;
  margin-right: 30px;
  padding: 20px 40px 20px 108px;
  border: 1px solid rgba(216, 216, 216, 0.2);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.your-order-details .info .box i {
  top: 50%;
  left: 40px;
  line-height: 1;
  font-size: 50px;
  margin-top: 1px;
  position: absolute;
  color: var(--primaryColor);
  transform: translateY(-50%);
}
.your-order-details .info .box h5 {
  font-size: 18px;
  margin-bottom: 7px;
}
.your-order-details .info .box span {
  color: var(--paragraphColor);
  font-size: 15px;
  font-family: var(--optionalFontFamily);
}
.your-order-details .info .ssl {
  color: var(--paragraphColor);
  padding-left: 35px;
  font-size: 20px;
  font-family: var(--optionalFontFamily);
}
.your-order-details .info .ssl i {
  transform: translateY(-50%);
  position: absolute;
  color: #1cb645;
  margin-top: 3px;
  font-size: 25px;
  top: 50%;
  left: 0;
}

.billing-details h3 {
  font-size: 22px;
  margin-bottom: 25px;
}
.billing-details form .form-group {
  margin-bottom: 20px;
}
.billing-details form .form-select {
  border: 0;
  height: 56px;
  cursor: pointer;
  border-radius: 7px;
  margin-bottom: 20px;
  box-shadow: unset !important;
  color: var(--paragraphColor) !important;
  background-color: #170d21 !important;
  padding-left: 30px;
  padding-right: 30px;
  font-family: var(--optionalFontFamily);
  font-size: var(--fontSize);
  font-weight: 500;
}
.billing-details form p {
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.billing-details form p a {
  color: var(--primaryColor);
}
.billing-details form p a:hover {
  color: var(--whiteColor);
}

/*================================================
Product Details Area CSS
=================================================*/
.product-details-image {
  border-radius: 7px;
}
.product-details-image img {
  border-radius: 7px;
  border: 1px solid rgba(216, 216, 216, 0.2);
}

.product-details-content {
  padding-left: 110px;
}
.product-details-content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.product-details-content .price {
  color: var(--primaryColor);
}
.product-details-content .ratings {
  margin-top: 22px;
  margin-bottom: 35px;
}
.product-details-content .ratings i {
  color: #ffc107;
  font-size: 14px;
}
.product-details-content .ratings span {
  color: var(--paragraphColor);
  position: relative;
  margin-left: 20px;
  top: -1px;
  font-size: 15px;
  font-family: var(--optionalFontFamily);
}
.product-details-content p {
  font-size: 15px;
}
.product-details-content .number-counter {
  width: 140px;
  border-radius: 7px;
  margin-right: 20px;
  background-color: #170d21;
  margin-top: 30px;
  margin-bottom: 48px;
}
.product-details-content .number-counter input {
  height: 56px;
  padding: 0 25px;
  line-height: 30px;
  font-size: var(--fontSize);
  color: var(--paragraphColor);
}
.product-details-content .number-counter input::-webkit-outer-spin-button, .product-details-content .number-counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-details-content .number-counter input[type=number] {
  -moz-appearance: textfield;
}
.product-details-content .number-counter .btn-box {
  transform: translateY(-50%);
  position: absolute;
  margin-top: 1px;
  right: 25px;
  top: 50%;
}
.product-details-content .number-counter .btn-box button {
  font-size: 18px;
  color: var(--whiteColor);
  transition: var(--transition);
}
.product-details-content .number-counter .btn-box button:hover {
  color: var(--primaryColor);
}
.product-details-content .number-counter .btn-box button:nth-child(1) {
  margin-bottom: -4px;
}
.product-details-content .number-counter .btn-box button:nth-child(2) {
  margin-top: -4px;
}
.product-details-content .sku {
  color: var(--paragraphColor);
}
.product-details-content .sku span {
  color: var(--whiteColor);
  margin-left: 10px;
  font-size: 15px;
  font-family: var(--optionalFontFamily);
}
.product-details-content .categories {
  color: var(--paragraphColor);
  margin-top: 12px;
}
.product-details-content .categories a {
  color: var(--primaryColor);
  margin-left: 10px;
  font-size: 15px;
  font-family: var(--optionalFontFamily);
}
.product-details-content .categories a:hover {
  color: var(--whiteColor);
}
.product-details-content .tags {
  margin-top: 17px;
}
.product-details-content .tags span {
  margin-right: 10px;
  color: var(--paragraphColor);
}
.product-details-content .tags a {
  margin-left: 5px;
  padding: 5px 12px;
  font-size: 10.787px;
  border-radius: 30px;
  border: 1px solid var(--whiteColor);
}
.product-details-content .tags a:hover {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  color: var(--whiteColor);
}

.product-details-tabs .nav.nav-tabs {
  margin-bottom: 30px;
  border-bottom: 2px solid #404040;
}
.product-details-tabs .nav.nav-tabs .nav-item .nav-link {
  color: var(--whiteColor);
  padding: 0 45px 8px;
  font-size: 22px;
}
.product-details-tabs .nav.nav-tabs .nav-item .nav-link::before {
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  bottom: -2px;
  position: absolute;
  transition: var(--transition);
  background: var(--primaryColor);
}
.product-details-tabs .nav.nav-tabs .nav-item .nav-link:hover::before, .product-details-tabs .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.product-details-tabs .tab-content .tab-pane p {
  line-height: 1.7;
  margin-bottom: 20px;
}
.product-details-tabs .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}
.product-details-tabs .tab-content .tab-pane .reviews-list {
  max-width: 875px;
  margin-top: 50px;
}
.product-details-tabs .tab-content .tab-pane .reviews-list .review-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
  padding-left: 85px;
  padding-bottom: 30px;
}
.product-details-tabs .tab-content .tab-pane .reviews-list .review-item img {
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
  position: absolute;
}
.product-details-tabs .tab-content .tab-pane .reviews-list .review-item h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
.product-details-tabs .tab-content .tab-pane .reviews-list .review-item .date {
  color: var(--paragraphColor);
  margin-bottom: 15px;
  font-size: 14px;
  font-family: var(--optionalFontFamily);
}
.product-details-tabs .tab-content .tab-pane .reviews-list .review-item .rating {
  top: 0;
  right: 0;
  color: #f3c44c;
  position: absolute;
}
.product-details-tabs .tab-content .tab-pane .reviews-list .review-item:last-child {
  margin-bottom: 0;
}
.product-details-tabs .tab-content .tab-pane .reviews-form {
  margin-top: 50px;
  max-width: 875px;
}
.product-details-tabs .tab-content .tab-pane .reviews-form h2 {
  font-size: 32px;
  margin-bottom: 25px;
}
.product-details-tabs .tab-content .tab-pane .reviews-form .ratings {
  margin-bottom: 40px;
}
.product-details-tabs .tab-content .tab-pane .reviews-form .ratings span {
  color: var(--paragraphColor);
  font-size: 15px;
  font-family: var(--optionalFontFamily);
}
.product-details-tabs .tab-content .tab-pane .reviews-form .ratings .rating {
  margin-left: 25px;
  margin-top: 1px;
}
.product-details-tabs .tab-content .tab-pane .reviews-form .ratings .rating label {
  width: 25px;
  height: 25px;
  float: right;
  cursor: pointer;
  position: relative;
}
.product-details-tabs .tab-content .tab-pane .reviews-form .ratings .rating label:before {
  transition: var(--transition);
  content: "☆";
  color: #a89faa;
  font-size: 20px;
  line-height: 1;
}
.product-details-tabs .tab-content .tab-pane .reviews-form .ratings .rating input {
  display: none;
}
.product-details-tabs .tab-content .tab-pane .reviews-form .ratings .rating input:checked ~ label:before, .product-details-tabs .tab-content .tab-pane .reviews-form .ratings .rating:not(:checked) > label:hover:before, .product-details-tabs .tab-content .tab-pane .reviews-form .ratings .rating:not(:checked) > label:hover ~ label:before {
  color: #f6b500;
  content: "★";
}
.product-details-tabs .tab-content .tab-pane .reviews-form form .form-group {
  margin-bottom: 20px;
}
.product-details-tabs .tab-content .tab-pane .reviews-form form .default-btn {
  margin-top: 15px;
}

/*================================================
Video Area CSS
=================================================*/
.video-area .video-popup-btn {
  width: 115px;
  height: 115px;
  font-size: 35px;
  border-radius: 50%;
  color: var(--primaryColor);
  border: 1px solid #d4d4d4;
}
.video-area .video-popup-btn i {
  left: 0;
  right: 0;
  top: 50%;
  margin-top: 4px;
  position: absolute;
  transform: translateY(-50%);
}
.video-area .video-popup-btn:hover {
  color: var(--whiteColor);
  border-color: var(--primaryColor);
  background-color: var(--primaryColor);
}
.video-area.extra-padding {
  padding-top: 280px;
  padding-bottom: 490px;
}
.video-area.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/video-bg.jpg);
}

.video-box {
  overflow: hidden;
  max-width: 853px;
  border-radius: 7px;
  margin-bottom: 100px;
  border: 1px solid #3d3d3d;
}
.video-box img {
  border-radius: 7px;
  transition: var(--transition);
}
.video-box .video-btn {
  top: 50%;
  left: 50%;
  width: 83px;
  height: 83px;
  font-size: 37px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transform: translateY(-50%) translateX(-50%);
  background-color: rgba(255, 255, 255, 0.2);
}
.video-box .video-btn i {
  left: 0;
  right: 0;
  top: 50%;
  margin-top: 4px;
  position: absolute;
  transform: translateY(-50%);
}
.video-box .video-btn:hover {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}
.video-box:hover img {
  transform: scale(1.08);
}

/*================================================
Hire Us Area CSS
=================================================*/
.hire-us-inner {
  padding: 110px 100px;
  border-radius: 7px;
  margin-top: -218px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/bg15.jpg);
}
.hire-us-inner .sub-title {
  color: var(--primaryColor);
  margin-bottom: 7px;
}
.hire-us-inner h2 {
  font-size: 42px;
  margin-bottom: 15px;
}
.hire-us-inner p {
  font-size: 18px;
}
.hire-us-inner .default-btn {
  margin-top: 20px;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area.extra-margin-top {
  margin-top: -228.695px;
}

.subscribe-inner {
  border-radius: 7px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 100px;
  padding-right: 100px;
}
.subscribe-inner .section-title {
  margin-bottom: 40px;
}
.subscribe-inner .subscribe-form {
  max-width: 655px;
  padding-right: 237px;
}
.subscribe-inner .subscribe-form .alert-danger {
  padding-right: 0;
  border: unset;
  background-color: transparent;
  color: #ff0000;
}
.subscribe-inner .subscribe-form .form-group .input-newsletter {
  height: 56px;
  font-size: 15px;
  color: var(--whiteColor);
  border-radius: 7px 0 0 7px;
  background-color: transparent;
  border: 1px solid rgba(216, 216, 216, 0.2);
  border-right: none;
  padding-left: 30px;
  padding-right: 30px;
}
.subscribe-inner .subscribe-form .form-group .input-newsletter::-moz-placeholder {
  font-size: 13px;
  text-transform: uppercase;
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.subscribe-inner .subscribe-form .form-group .input-newsletter::placeholder {
  font-size: 13px;
  text-transform: uppercase;
  color: var(--paragraphColor);
  transition: var(--transition);
}
.subscribe-inner .subscribe-form .form-group .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.subscribe-inner .subscribe-form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}
.subscribe-inner .subscribe-form .form-group::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  transform: skew(-25deg, 0);
  border-radius: 0 7px 7px 7px;
  transform-origin: bottom left;
  border: 1px solid rgba(216, 216, 216, 0.2);
  border-left: none;
}
.subscribe-inner .subscribe-form .btn-box {
  top: 0;
  right: 0;
  position: absolute;
}
.subscribe-inner .subscribe-form .btn-box .default-btn::before {
  transform: skew(-25deg, 0);
  transform-origin: top left;
}

/*================================================
Socials Media Area CSS
=================================================*/
.socials-media-area .section-title {
  margin-bottom: 50px;
}

.social-media-box {
  margin-bottom: 25px;
}
.social-media-box img {
  transition: var(--transition);
}
.social-media-box .text {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.social-media-box .text span {
  color: #dedede;
  padding-left: 30px;
  transition: var(--transition);
}
.social-media-box .text span i {
  left: 0;
  top: 50%;
  line-height: 1;
  font-size: 20px;
  transition: 0.3s;
  position: absolute;
  transform: translateY(-50%);
}
.social-media-box::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  content: "";
  visibility: hidden;
  position: absolute;
  border-radius: 7px;
  transform: skew(-25deg, 0deg);
  transition: var(--transition);
  background: var(--primaryColor);
  margin-left: 13px;
  margin-right: 13px;
}
.social-media-box:hover img {
  opacity: 0;
  visibility: hidden;
}
.social-media-box:hover .text span {
  color: var(--whiteColor);
}
.social-media-box:hover .text span i {
  transform: translateY(-50%) translateX(-5px);
}
.social-media-box:hover::before {
  opacity: 1;
  visibility: visible;
}
.social-media-box.twitch::before {
  background: #9146ff;
}
.social-media-box.facebook::before {
  background: #1877f2;
}
.social-media-box.twitter::before {
  background: #1da1f2;
}
.social-media-box.tiktok::before {
  background: #fe2c55;
}
.social-media-box.vimeo::before {
  background: #1ab7ea;
}
.social-media-box.youtube::before {
  background: #ff0000;
}

.col-lg-2:nth-child(1) .social-media-box::before {
  background: #9146ff;
}
.col-lg-2:nth-child(1) .social-media-box .main {
  display: none;
}
.col-lg-2:nth-child(1) .social-media-box .one {
  display: block !important;
}
.col-lg-2:nth-child(2) .social-media-box::before {
  background: #1877f2;
}
.col-lg-2:nth-child(3) .social-media-box::before {
  background: #1da1f2;
}
.col-lg-2:nth-child(4) .social-media-box::before {
  background: #fe2c55;
}
.col-lg-2:nth-child(5) .social-media-box::before {
  background: #1ab7ea;
}
.col-lg-2:nth-child(6) .social-media-box::before {
  background: #ff0000;
}
.col-lg-2:nth-child(6) .social-media-box .main {
  display: none;
}
.col-lg-2:nth-child(6) .social-media-box .two {
  display: block !important;
}

/*================================================
Page Banner Area CSS
=================================================*/
.page-banner-area {
  padding-top: 238px;
  padding-bottom: 125px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-banner-area .page-title-content h1, .page-banner-area .page-title-content h2, .page-banner-area .page-title-content h3 {
  font-size: 42px;
  margin-bottom: 11px;
  text-transform: uppercase;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.page-banner-area .page-title-content ul li {
  font-size: 14px;
  color: #c5c5c5;
  margin-left: 15px;
  margin-right: 15px;
}
.page-banner-area .page-title-content ul li a {
  text-decoration: none;
}
.page-banner-area .page-title-content ul li::before {
  top: 50%;
  right: -27px;
  margin-top: 1px;
  content: "\f189";
  position: absolute;
  transform: translateY(-50%);
  font-family: flaticon_evel;
  font-size: 18px;
}
.page-banner-area .page-title-content ul li:first-child {
  margin-left: 0;
}
.page-banner-area .page-title-content ul li:last-child {
  margin-right: 0;
}
.page-banner-area .page-title-content ul li:last-child::before {
  display: none;
}
.page-banner-area.style-two {
  padding-bottom: 260px;
}

/*================================================
Quotes Area CSS
=================================================*/
.quotes-box {
  border-radius: 7px;
  padding: 50px 85px;
  border: 1px solid rgba(216, 216, 216, 0.2);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.quotes-box .content {
  padding-right: 35px;
}
.quotes-box .content .icon {
  line-height: 1;
  font-size: 50px;
  margin-bottom: 20px;
  color: var(--primaryColor);
}
.quotes-box .content p {
  font-size: 18px;
  max-width: 547px;
}
.quotes-box .content h4 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.quotes-box .content span {
  font-size: 12px;
  color: var(--paragraphColor);
}
.quotes-box .image {
  margin-left: -12px;
}
.quotes-box .image img {
  border-radius: 7px;
}

/*================================================
Our Mission Area CSS
=================================================*/
.our-mission-inner {
  background-color: #170d21;
  border-radius: 7px;
  padding: 70px;
}
.our-mission-inner .ourMissionSwiper {
  margin-right: 60px;
}
.our-mission-inner .ourMissionSwiper img {
  border-radius: 7px;
}
.our-mission-inner .ourMissionSwiper .swiper-pagination {
  bottom: 0;
  line-height: 1;
  margin-top: 15px;
  position: relative;
}
.our-mission-inner .ourMissionSwiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 30px;
  height: 3px;
  margin: 0 5px;
  border-radius: 0;
  background: var(--whiteColor);
  transition: var(--transition);
}
.our-mission-inner .ourMissionSwiper .swiper-pagination .swiper-pagination-bullet:hover, .our-mission-inner .ourMissionSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primaryColor);
}
.our-mission-inner .content {
  position: relative;
  top: -20px;
}
.our-mission-inner .content .sub-title {
  color: var(--primaryColor);
  margin-bottom: 8px;
}
.our-mission-inner .content h2 {
  font-size: 42px;
  margin-bottom: 15px;
}
.our-mission-inner .content p {
  max-width: 526px;
}
.our-mission-inner .content .default-btn {
  margin-top: 18px;
}

/*================================================
Portfolio Area CSS
=================================================*/
.portfolio-sorting-menu {
  margin-bottom: 40px;
}
.portfolio-sorting-menu .nav-item {
  margin-right: 8px;
}
.portfolio-sorting-menu .nav-item .nav-link {
  font-size: 14px;
  border-radius: 100px;
  padding: 6.5px 20px 7px;
  border: 1px solid #a8a7a2;
  color: var(--paragraphColor);
  background-color: transparent;
  transition: var(--transition);
  margin-left: 4px;
  margin-right: 4px;
}
.portfolio-sorting-menu .nav-item .nav-link:hover, .portfolio-sorting-menu .nav-item .nav-link.active {
  color: var(--whiteColor);
  border-color: var(--primaryColor);
  background-color: var(--primaryColor);
}
.portfolio-sorting-menu .nav-item .nav-link:first-child {
  margin-left: 0;
}
.portfolio-sorting-menu .nav-item .nav-link:last-child {
  margin-right: 0;
}

/*================================================
Portfolio Details Area CSS
=================================================*/
.portfoli-details-image {
  border-radius: 7px;
  margin-bottom: 60px;
}
.portfoli-details-image img {
  border-radius: 7px;
}

.portfoli-details-desc {
  padding-right: 12px;
}
.portfoli-details-desc h2 {
  font-size: 42px;
  margin-bottom: 15px;
}
.portfoli-details-desc h4 {
  margin-bottom: 15px;
  font-family: var(--optionalFontFamily);
  font-size: 20px;
}
.portfoli-details-desc h4:not(:first-child) {
  margin-top: 35px;
}
.portfoli-details-desc .images {
  margin-top: 35px;
  margin-bottom: 35px;
}
.portfoli-details-desc .images img {
  border-radius: 7px;
}

.portfoli-details-info {
  padding: 70px;
  margin-left: 60px;
  border-radius: 7px;
  border: 1px solid rgba(216, 216, 216, 0.2);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.portfoli-details-info li {
  margin-bottom: 40px;
}
.portfoli-details-info li h4 {
  font-size: 18px;
  margin-bottom: 8px;
}
.portfoli-details-info li p {
  margin-bottom: 0;
}
.portfoli-details-info li a {
  color: var(--paragraphColor);
  font-family: var(--optionalFontFamily);
}
.portfoli-details-info li a:hover {
  color: var(--primaryColor);
}
.portfoli-details-info li .socials-link {
  margin-top: 12px;
}
.portfoli-details-info li .socials-link a {
  margin-right: 10px;
  color: #dedede;
  font-size: 15px;
  line-height: 1;
}
.portfoli-details-info li .socials-link a:hover {
  color: var(--primaryColor);
}
.portfoli-details-info li .socials-link a:last-child {
  margin-right: 0;
}
.portfoli-details-info li:last-child {
  margin-bottom: 0;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-post {
  margin-bottom: 55px;
  border: 1px solid #3d3d3d;
  border-radius: 7px;
}
.single-blog-post .image {
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #3d3d3d;
}
.single-blog-post .image img {
  border-radius: 7px;
  transition: var(--transition);
}
.single-blog-post .content {
  padding: 30px;
}
.single-blog-post .content h4 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 8px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.single-blog-post .content ul li {
  margin-right: 20px;
  font-size: 14.212px;
  color: var(--paragraphColor);
}
.single-blog-post .content ul li:nth-child(1) {
  color: var(--primaryColor);
}
.single-blog-post .content ul li:last-child {
  margin-right: 0;
}
.single-blog-post .content ul li .name {
  color: var(--primaryColor);
}
.single-blog-post:hover .image img {
  transform: scale(1.08);
}
.single-blog-post.sticky {
  background-color: #170d21;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-image img {
  border-radius: 7px;
  border: 1px solid #3d3d3d;
}
.blog-details-image ul {
  margin-top: 30px;
}
.blog-details-image ul li {
  margin-right: 20px;
  font-size: 14.212px;
  color: var(--paragraphColor);
}
.blog-details-image ul li a {
  color: var(--primaryColor);
}
.blog-details-image ul li:last-child {
  margin-right: 0;
}

.blog-details-desc {
  margin-top: 35px;
}
.blog-details-desc h1, .blog-details-desc h2, .blog-details-desc h3, .blog-details-desc h4, .blog-details-desc h5, .blog-details-desc h6 {
  margin-bottom: 15px;
  font-family: var(--optionalFontFamily);
}
.blog-details-desc ul li {
  margin-bottom: 10px;
}
.blog-details-desc .image {
  margin-top: 35px;
  margin-bottom: 35px;
}
.blog-details-desc .image img {
  border-radius: 7px;
}
.blog-details-desc .images {
  margin-top: 35px;
  margin-bottom: 35px;
}
.blog-details-desc .images img {
  border-radius: 7px;
}

.blog-details-info {
  margin-top: 60px;
  clear: both;
}
.blog-details-info .tags li {
  margin-left: 3px;
  margin-right: 3px;
}
.blog-details-info .tags li a {
  font-size: 14px;
  border-radius: 100px;
  padding: 6px 15px 6.5px;
  border: 1px solid #a8a7a2;
  color: var(--paragraphColor);
}
.blog-details-info .tags li a:hover {
  color: var(--whiteColor);
  border-color: var(--primaryColor);
  background-color: var(--primaryColor);
}
.blog-details-info .tags li:first-child {
  margin-left: 0;
}
.blog-details-info .tags li:last-child {
  margin-right: 0;
}
.blog-details-info .share-post a {
  color: var(--primaryColor);
  position: relative;
  margin-right: 10px;
  font-size: 17px;
  line-height: 1;
  top: 2px;
}
.blog-details-info .share-post a:hover {
  color: var(--whiteColor);
}
.blog-details-info .share-post a:last-child {
  margin-right: 0;
}

.blog-details-author {
  padding: 40px;
  border-radius: 7px;
  border: 1px solid rgba(216, 216, 216, 0.2);
  margin-top: 60px;
  margin-bottom: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-details-author .image {
  border-radius: 7px;
  margin-right: 35px;
}
.blog-details-author .image img {
  border-radius: 7px;
}
.blog-details-author .content {
  margin-left: -20px;
  padding-right: 10px;
}
.blog-details-author .content h4 {
  margin-bottom: 8px;
  font-size: 18px;
}
.blog-details-author .content span {
  color: var(--primaryColor);
  margin-bottom: 12px;
  font-size: 12px;
}
.blog-details-author .content .socials-link {
  margin-top: 16px;
}
.blog-details-author .content .socials-link a {
  position: relative;
  margin-right: 10px;
  color: #dedede;
  font-size: 16px;
  line-height: 1;
  top: 2px;
}
.blog-details-author .content .socials-link a:hover {
  color: var(--primaryColor);
}
.blog-details-author .content .socials-link a:last-child {
  margin-right: 0;
}

.blog-details-related-posts {
  margin-top: 60px;
}
.blog-details-related-posts h2 {
  font-size: 32px;
  margin-bottom: 40px;
}
.blog-details-related-posts .latest-news-list.style-two .big-box {
  padding-bottom: 0;
  margin-bottom: 25px;
}
.blog-details-related-posts .latest-news-list.style-two .big-box::before {
  display: none;
}

.blog-details-comments-form {
  margin-top: 60px;
}
.blog-details-comments-form h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
.blog-details-comments-form p {
  font-size: 18px;
}
.blog-details-comments-form form {
  margin-top: 35px;
}
.blog-details-comments-form form .form-group {
  margin-bottom: 20px;
}
.blog-details-comments-form form .form-check {
  margin-bottom: 20px;
  margin-top: 25px;
}
.blog-details-comments-form form .form-check .form-check-input {
  background-color: transparent;
  border: 1px solid #a8a7a2;
  box-shadow: none;
}
.blog-details-comments-form form .form-check .form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.blog-details-comments-form form .form-check .form-check-label {
  cursor: pointer;
  color: var(--paragraphColor);
  font-size: var(--fontSize);
  font-family: var(--optionalFontFamily);
}
.blog-details-comments-form form .default-btn {
  margin-top: 15px;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 70px;
  position: relative;
}
.pagination-area .prev {
  font-size: var(--fontSize);
  padding-left: 20px;
  position: absolute;
  left: 0;
  text-decoration: none;
  color: var(--whiteColor) !important;
}
.pagination-area .prev i {
  color: var(--primaryColor);
  font-size: 20px;
  position: relative;
  top: 4px;
}
.pagination-area .page-numbers {
  color: var(--paragraphColor);
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
}
.pagination-area .page-numbers.current {
  color: var(--primaryColor);
}
.pagination-area .page-numbers:first-child {
  margin-left: 0;
}
.pagination-area .page-numbers:last-child {
  margin-right: 0;
}
.pagination-area .page-numbers span {
  pointer-events: none;
}
.pagination-area .page-numbers:hover {
  color: var(--primaryColor);
}
.pagination-area .next {
  font-size: var(--fontSize);
  padding-right: 20px;
  position: absolute;
  right: 0;
  text-decoration: none;
  color: var(--whiteColor);
}
.pagination-area .next i {
  color: var(--primaryColor);
  font-size: 20px;
  position: relative;
  top: 4px;
}
.pagination-area.style-two {
  margin-top: 20px;
}

/*================================================
Widget Area CSS
=================================================*/
.widget-area {
  padding-left: 25px;
}
.widget-area .widget {
  margin-bottom: 60px;
}
.widget-area .widget .widget-title {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: normal;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form .search-field {
  border: 0;
  width: 100%;
  height: 56px;
  display: block;
  border-radius: 7px;
  box-shadow: unset !important;
  color: var(--whiteColor) !important;
  background-color: #170d21 !important;
  border-color: transparent !important;
  padding-left: 25px;
  padding-right: 25px;
  font-family: var(--optionalFontFamily);
  font-size: var(--fontSize);
  font-weight: 500;
}
.widget-area .widget_search form .search-field::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.widget-area .widget_search form .search-field::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.widget-area .widget_search form .search-field:focus::-moz-placeholder {
  color: transparent;
}
.widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}
.widget-area .widget_search form button {
  top: -1px;
  bottom: 0;
  right: 25px;
  font-size: 23px;
  margin-top: 5px;
  position: absolute;
  color: var(--primaryColor);
  transition: var(--transition);
  background-color: transparent;
  padding-right: 0;
}
.widget-area .widget_search form button:hover {
  color: var(--whiteColor);
}
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  margin-bottom: 9px;
}
.widget-area .widget_categories ul li a {
  display: inline-block;
  text-transform: uppercase;
  color: var(--primaryColor);
}
.widget-area .widget_categories ul li a:hover {
  color: var(--whiteColor);
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_evel_posts_thumb .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
.widget-area .widget_evel_posts_thumb .item .thumb {
  flex: 0 0 auto;
  padding-right: 10px;
  width: 33.33333333%;
}
.widget-area .widget_evel_posts_thumb .item .thumb img {
  border-radius: 7px;
  border: 1px solid #3d3d3d;
}
.widget-area .widget_evel_posts_thumb .item .info {
  flex: 0 0 auto;
  padding-left: 10px;
  width: 66.66666667%;
}
.widget-area .widget_evel_posts_thumb .item .info .title {
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: normal;
}
.widget-area .widget_evel_posts_thumb .item .info .title a {
  text-decoration: none;
}
.widget-area .widget_evel_posts_thumb .item .info ul li {
  font-size: 10px;
  margin-right: 10px;
  color: var(--paragraphColor);
}
.widget-area .widget_evel_posts_thumb .item .info ul li:nth-child(1) {
  color: var(--primaryColor);
}
.widget-area .widget_evel_posts_thumb .item .info ul li:last-child {
  margin-right: 0;
}
.widget-area .widget_evel_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_tag_cloud .tagcloud {
  margin-top: -10px;
}
.widget-area .widget_tag_cloud .tagcloud a {
  font-size: 14px;
  padding: 6.5px 15px;
  border-radius: 100px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #a8a7a2;
  color: var(--paragraphColor);
  margin-right: 5px;
  margin-top: 10px;
}
.widget-area .widget_tag_cloud .tagcloud a:hover {
  color: var(--whiteColor);
  border-color: var(--primaryColor);
  background-color: var(--primaryColor);
}

/*================================================
FAQ Search Area CSS
=================================================*/
.faq-search-content {
  max-width: 856px;
}
.faq-search-content h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
.faq-search-content form .form-control {
  padding-left: 25px;
  padding-right: 25px;
}
.faq-search-content form button {
  top: 2px;
  bottom: 0;
  right: 25px;
  font-size: 23px;
  margin-top: 3px;
  position: absolute;
  color: var(--primaryColor);
  transition: var(--transition);
}
.faq-search-content form button:hover {
  color: var(--whiteColor);
}
.faq-search-content ul {
  margin-top: 30px;
}
.faq-search-content ul li {
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 5px;
}
.faq-search-content ul li a {
  font-size: 14px;
  padding: 6.5px 15px;
  border-radius: 100px;
  border: 1px solid #a8a7a2;
  color: var(--paragraphColor);
}
.faq-search-content ul li a:hover {
  color: var(--whiteColor);
  border-color: var(--primaryColor);
  background-color: var(--primaryColor);
}
.faq-search-content ul li:first-child {
  margin-left: 0;
}
.faq-search-content ul li:last-child {
  margin-right: 0;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-content h2 {
  font-size: 32px;
  margin-bottom: 50px;
}
.faq-content .accordion .accordion-item {
  border-radius: 7px;
  margin-bottom: 20px;
  border: 1px solid rgba(216, 216, 216, 0.2);
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.faq-content .accordion .accordion-item .accordion-button {
  background-color: transparent;
  box-shadow: unset !important;
  padding: 19px 85px 19px 28px;
  color: var(--whiteColor);
  border-radius: 0;
  font-size: 16px;
}
.faq-content .accordion .accordion-item .accordion-button::after {
  display: none;
}
.faq-content .accordion .accordion-item .accordion-button::before {
  top: 50%;
  right: 28px;
  content: "\f12e";
  position: absolute;
  color: var(--primaryColor);
  transform: translateY(-50%);
  font-family: flaticon_evel;
  font-size: 20px;
}
.faq-content .accordion .accordion-item .accordion-button.collapsed::before {
  content: "\f12d";
}
.faq-content .accordion .accordion-item .accordion-body {
  padding: 0 85px 25px 28px;
}
.faq-content .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

/*================================================
Contact Us Area CSS
=================================================*/
.contact-form h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
.contact-form p {
  font-size: 18px;
}
.contact-form form {
  margin-top: 35px;
}
.contact-form form .form-group {
  margin-bottom: 20px;
}
.contact-form form .default-btn {
  margin-top: 20px;
  padding: 8px 40px 1.5px;
  line-height: 1;
  font-weight: 500 !important;
}
.contact-form form .default-btn .title {
  line-height: 1;
}
.contact-form form .default-btn:hover .title {
  position: relative;
  top: -17px;
}

.contact-info {
  border-radius: 7px;
  margin-left: 110px;
  padding: 102px 50px;
  border: 1px solid rgba(216, 216, 216, 0.2);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-info li {
  margin-bottom: 45px;
  padding-left: 55px;
}
.contact-info li .icon {
  left: 0;
  top: 2px;
  line-height: 1;
  font-size: 35px;
  position: absolute;
  color: var(--primaryColor);
}
.contact-info li h4 {
  font-size: 18px;
  margin-bottom: 8px;
}
.contact-info li p {
  margin-bottom: 0;
}
.contact-info li p a {
  color: var(--paragraphColor);
}
.contact-info li p a:hover {
  color: var(--primaryColor);
}
.contact-info li .socials-link {
  margin-top: 12px;
}
.contact-info li .socials-link a {
  margin-right: 10px;
  color: #dedede;
  font-size: 15px;
  line-height: 1;
}
.contact-info li .socials-link a:hover {
  color: var(--primaryColor);
}
.contact-info li .socials-link a:last-child {
  margin-right: 0;
}
.contact-info li:last-child {
  margin-bottom: 0;
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.privacy-policy-content .h1, .privacy-policy-content .h2, .privacy-policy-content .h3, .privacy-policy-content .h4, .privacy-policy-content .h5, .privacy-policy-content .h6, .privacy-policy-content h1, .privacy-policy-content h2, .privacy-policy-content h3, .privacy-policy-content h4, .privacy-policy-content h5, .privacy-policy-content h6 {
  margin-bottom: 15px;
  font-family: var(--optionalFontFamily);
}
.privacy-policy-content .h1:not(:first-child), .privacy-policy-content .h2:not(:first-child), .privacy-policy-content .h3:not(:first-child), .privacy-policy-content .h4:not(:first-child), .privacy-policy-content .h5:not(:first-child), .privacy-policy-content .h6:not(:first-child), .privacy-policy-content h1:not(:first-child), .privacy-policy-content h2:not(:first-child), .privacy-policy-content h3:not(:first-child), .privacy-policy-content h4:not(:first-child), .privacy-policy-content h5:not(:first-child), .privacy-policy-content h6:not(:first-child) {
  margin-top: 30px;
}
.privacy-policy-content strong {
  color: var(--whiteColor);
}
.privacy-policy-content p a {
  color: var(--primaryColor);
  text-decoration: none;
}
.privacy-policy-content p a:hover {
  text-decoration: underline;
}
.privacy-policy-content ul, .privacy-policy-content ol {
  font-family: var(--optionalFontFamily);
}
.privacy-policy-content ul li, .privacy-policy-content ol li {
  color: var(--paragraphColor);
  margin-bottom: 12px;
}
.privacy-policy-content ul li a, .privacy-policy-content ol li a {
  color: var(--primaryColor);
  text-decoration: none;
}
.privacy-policy-content ul li a:hover, .privacy-policy-content ol li a:hover {
  text-decoration: underline;
}
.privacy-policy-content ul li:last-child, .privacy-policy-content ol li:last-child {
  margin-bottom: 0;
}

/*================================================
Terms & Conditions Area CSS
=================================================*/
.terms-conditions-content .h1, .terms-conditions-content .h2, .terms-conditions-content .h3, .terms-conditions-content .h4, .terms-conditions-content .h5, .terms-conditions-content .h6, .terms-conditions-content h1, .terms-conditions-content h2, .terms-conditions-content h3, .terms-conditions-content h4, .terms-conditions-content h5, .terms-conditions-content h6 {
  margin-bottom: 15px;
  font-family: var(--optionalFontFamily);
}
.terms-conditions-content .h1:not(:first-child), .terms-conditions-content .h2:not(:first-child), .terms-conditions-content .h3:not(:first-child), .terms-conditions-content .h4:not(:first-child), .terms-conditions-content .h5:not(:first-child), .terms-conditions-content .h6:not(:first-child), .terms-conditions-content h1:not(:first-child), .terms-conditions-content h2:not(:first-child), .terms-conditions-content h3:not(:first-child), .terms-conditions-content h4:not(:first-child), .terms-conditions-content h5:not(:first-child), .terms-conditions-content h6:not(:first-child) {
  margin-top: 30px;
}
.terms-conditions-content strong {
  color: var(--whiteColor);
}
.terms-conditions-content p a {
  color: var(--primaryColor);
  text-decoration: none;
}
.terms-conditions-content p a:hover {
  text-decoration: underline;
}
.terms-conditions-content ul, .terms-conditions-content ol {
  font-family: var(--optionalFontFamily);
}
.terms-conditions-content ul li, .terms-conditions-content ol li {
  color: var(--paragraphColor);
  margin-bottom: 12px;
}
.terms-conditions-content ul li a, .terms-conditions-content ol li a {
  color: var(--primaryColor);
  text-decoration: none;
}
.terms-conditions-content ul li a:hover, .terms-conditions-content ol li a:hover {
  text-decoration: underline;
}
.terms-conditions-content ul li:last-child, .terms-conditions-content ol li:last-child {
  margin-bottom: 0;
}

/*================================================
Not Found Area CSS
=================================================*/
.not-found-area h3 {
  font-size: 32px;
  margin-bottom: 15px;
  margin-top: 35px;
}
.not-found-area p {
  max-width: 500px;
}
.not-found-area .default-btn {
  margin-top: 15px;
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.profile-authentication-tabs {
  max-width: 650px;
}
.profile-authentication-tabs .nav.nav-tabs {
  margin-bottom: 40px;
}
.profile-authentication-tabs .nav.nav-tabs .nav-item {
  margin-left: 15px;
  margin-right: 15px;
}
.profile-authentication-tabs .nav.nav-tabs .nav-item .nav-link {
  font-size: 32px;
  color: var(--whiteColor);
}
.profile-authentication-tabs .nav.nav-tabs .nav-item .nav-link.active {
  color: var(--primaryColor);
}
.profile-authentication-tabs .nav.nav-tabs .nav-item:first-child {
  margin-left: 0;
}
.profile-authentication-tabs .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.profile-authentication-tabs form .form-group {
  margin-bottom: 20px;
}
.profile-authentication-tabs form .form-group .form-control {
  padding-left: 25px;
  padding-right: 25px;
}
.profile-authentication-tabs form .form-check {
  margin-top: 25px;
  margin-bottom: 20px;
}
.profile-authentication-tabs form .form-check .form-check-input {
  border: 1px solid rgba(216, 216, 216, 0.25);
  background-color: transparent;
  box-shadow: none;
}
.profile-authentication-tabs form .form-check .form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.profile-authentication-tabs form .form-check .form-check-label {
  cursor: pointer;
  color: var(--paragraphColor);
  font-size: var(--fontSize);
  font-family: var(--optionalFontFamily);
}
.profile-authentication-tabs form .default-btn {
  margin-top: 10px;
}
.profile-authentication-tabs form p {
  margin-top: 20px;
  font-size: 14px;
  font-style: italic;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  height: 100vh;
}

.coming-soon-content .logo {
  margin-bottom: 22px;
}
.coming-soon-content h1 {
  font-size: 50px;
  margin-bottom: 22px;
}
.coming-soon-content p {
  line-height: initial;
}
.coming-soon-content #countdown {
  max-width: 510px;
  margin-bottom: 35px;
  margin-top: 25px;
}
.coming-soon-content #countdown div {
  line-height: 1;
  font-size: 15px;
  margin-left: 25px;
  margin-right: 25px;
}
.coming-soon-content #countdown div span {
  font-size: 35px;
}
.coming-soon-content #countdown div::before {
  top: 50%;
  right: -30px;
  content: ":";
  line-height: 1;
  position: absolute;
  color: var(--whiteColor);
  transform: translateY(-50%);
  font-size: 35px;
  font-weight: normal;
}
.coming-soon-content #countdown div:nth-child(1) {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
.coming-soon-content #countdown div:nth-child(1)::before {
  display: none;
}
.coming-soon-content #countdown div:nth-child(1) span {
  font-size: 120px;
}
.coming-soon-content #countdown div:first-child {
  margin-left: 0;
}
.coming-soon-content #countdown div:last-child {
  margin-right: 0;
}
.coming-soon-content #countdown div:last-child::before {
  display: none;
}
.coming-soon-content #countdown div:nth-child(2) {
  margin-left: 0;
}
.coming-soon-content #countdown::after, .coming-soon-content #countdown::before {
  content: "";
  bottom: 14px;
  width: 110px;
  height: 116px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.coming-soon-content #countdown::after {
  left: -20px;
}
.coming-soon-content #countdown::before {
  right: -20px;
  transform: scaleX(-1);
}
.coming-soon-content form {
  max-width: 510px;
  margin-bottom: 35px;
}
.coming-soon-content form .input-newsletter {
  height: 60px;
  border-radius: 6px;
  color: var(--whiteColor);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--optionalFontFamily);
  font-size: var(--fontSize);
  font-weight: 500;
}
.coming-soon-content form .input-newsletter::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.coming-soon-content form .input-newsletter::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.coming-soon-content form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.coming-soon-content form .input-newsletter:focus::placeholder {
  color: transparent;
}
.coming-soon-content form .button {
  top: 0;
  right: 0;
  bottom: 0;
  width: 54px;
  font-size: 20px;
  border-radius: 3px;
  position: absolute;
  color: var(--whiteColor);
  transition: var(--transition);
  background: var(--primaryColor);
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.coming-soon-content form .button i {
  left: 0;
  right: 0;
  top: 50%;
  line-height: 1;
  position: absolute;
  transform: translateY(-50%);
}
.coming-soon-content form .button:hover {
  background: var(--whiteColor);
  color: var(--primaryColor);
}
.coming-soon-content .socials-link li {
  margin-left: 1px;
  margin-right: 1px;
}
.coming-soon-content .socials-link li a {
  width: 38px;
  height: 38px;
  font-size: 17px;
  line-height: 38px;
  color: var(--whiteColor);
  background-color: rgba(255, 255, 255, 0.08);
}
.coming-soon-content .socials-link li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.coming-soon-content .socials-link li:first-child {
  margin-left: 0;
}
.coming-soon-content .socials-link li:last-child {
  margin-right: 0;
}
.coming-soon-content .more-info {
  padding-left: 15px;
  margin-top: 25px;
  font-size: 15px;
}
.coming-soon-content .more-info::after {
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  position: absolute;
  background: #dae0f5;
  transform: translateY(-50%);
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  padding-top: 70px;
}
.footer-area.style-one {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-area .footer-jet-image {
  margin-left: -7px;
  margin-bottom: 78px;
}
.footer-area .footer-widget.widget_nav_menu {
  margin-bottom: 0;
}
.footer-area .footer-widget.widget_nav_menu .menu {
  text-align: end;
  padding-left: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.footer-area .footer-widget.widget_nav_menu .menu li {
  position: relative;
  margin-right: 58px;
  display: inline-block;
  margin-bottom: 0;
}
.footer-area .footer-widget.widget_nav_menu .menu li a {
  color: var(--paragraphColor);
  text-decoration: none;
}
.footer-area .footer-widget.widget_nav_menu .menu li a:hover {
  color: var(--primaryColor);
}
.footer-area .footer-widget.widget_nav_menu .menu li::before {
  top: 50%;
  width: 20px;
  height: 1px;
  content: "";
  right: -40px;
  position: absolute;
  transform: translateY(-50%);
  background: var(--paragraphColor);
}
.footer-area .footer-widget.widget_nav_menu .menu li:first-child {
  margin-left: 0;
}
.footer-area .footer-widget.widget_nav_menu .menu li:last-child {
  margin-right: 0;
}
.footer-area .footer-widget.widget_nav_menu .menu li:last-child::before {
  display: none;
}
.footer-area .copyright-area {
  margin-top: 100px;
  border-top: 1px solid #2d2d2d;
  padding-top: 65px;
  padding-bottom: 25px;
}
.footer-area .copyright-area p {
  font-size: 14px;
  font-weight: 300;
  font-family: var(--mainFontFamily);
}
.footer-area .copyright-area p a {
  color: var(--primaryColor);
}
.footer-area .copyright-area p a:hover {
  color: var(--whiteColor);
}
.footer-area .copyright-area .footer-language-switcher {
  text-align: end;
  display: flex;
  justify-content: end;
}
.footer-area .copyright-area .footer-language-switcher span {
  font-size: 14px;
  margin-right: 25px;
  color: var(--paragraphColor);
  position: relative;
  top: 12px;
}
.footer-area .copyright-area .footer-language-switcher .form-select {
  border: 1px solid var(--paragraphColor);
  color: var(--paragraphColor);
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  width: 172px;
  height: 40px;
}
.footer-area .copyright-area .footer-language-switcher .gt_float_switcher {
  background-color: transparent;
  border: 1px solid var(--paragraphColor);
  top: -13px;
  border-radius: 3px;
}
.footer-area .copyright-area .footer-language-switcher .gt_float_switcher .gt-selected {
  background-color: transparent;
}
.footer-area .copyright-area .footer-language-switcher .gt_float_switcher .gt_options {
  position: absolute;
  background-color: var(--darkColor);
  max-height: 160px;
  min-width: 150px;
  top: 45px;
}
.footer-area .copyright-area .footer-language-switcher .gt_float_switcher .gt_options a {
  text-align: start;
  font-size: 14px;
  color: var(--paragraphColor);
  text-transform: uppercase;
}
.footer-area .copyright-area .footer-language-switcher .gt_float_switcher img {
  width: 20px;
}
.footer-area .copyright-area .footer-language-switcher .gt_float_switcher .gt_float_switcher-arrow {
  position: relative;
  right: -28px;
  top: 1px;
}
.footer-area .footer-shape {
  top: -52px;
  z-index: -1;
  right: 16.3%;
  position: absolute;
  pointer-events: none;
}
.footer-area.style-two {
  padding-top: 290px;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-area.style-two .copyright-area {
  padding-bottom: 160px;
}

/*================================================
Back to Top CSS
=================================================*/
#backtotop {
  opacity: 0;
  right: 40px;
  z-index: 99;
  width: 50px;
  bottom: 40px;
  height: 50px;
  font-size: 25px;
  transition: 0.5s;
  line-height: 58px;
  color: var(--whiteColor);
  background-color: #2f2836;
  animation: border-transform 10s linear infinite alternate forwards;
}
#backtotop:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
#backtotop.active {
  opacity: 1;
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/* Start "Game Showcase Demo CSS" & "Features Games Demo CSS" */
/* Game Showcase Demo CSS 📌 */
/*================================================
Game Showcase Banner Area CSS
=================================================*/
.game-showcase-banner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/banner-bg.jpg);
  padding-top: 275px;
  padding-bottom: 155px;
}
.game-showcase-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.game-showcase-banner-content .sub-title {
  margin-bottom: 12px;
  color: var(--primaryColor);
}
.game-showcase-banner-content h1 {
  font-size: 65px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.game-showcase-banner-content .btn-box {
  margin-top: 30px;
}
.game-showcase-banner-content .btn-box .default-btn:nth-child(2) {
  margin-left: 40px;
  background-color: transparent;
  padding-left: 35px;
  padding-right: 35px;
}
.game-showcase-banner-content .btn-box .default-btn:nth-child(2)::before {
  transform: skew(-25deg, 0);
  transform-origin: top left;
  border: 1px solid #fbfbfb;
  background-color: transparent;
  border-radius: 4px 4px 0 4px;
  border-right: none;
}
.game-showcase-banner-content .btn-box .default-btn:nth-child(2) .border {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  border-radius: 0 4px 4px 0;
  border: 1px solid #fbfbfb !important;
  border-left: none !important;
}
.game-showcase-banner-content .award-list {
  display: flex;
  align-items: center;
  margin-top: 65px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.game-showcase-banner-content .award-list li {
  list-style-type: none;
  margin-right: 25px;
}
.game-showcase-banner-content .award-list li:last-child {
  margin-right: 0;
}

.game-showcase-banner-image {
  margin-top: 0;
  margin-left: 0;
}

.game-showcase-banner-large-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  z-index: -1;
  width: 100%;
}
.game-showcase-banner-large-shape img {
  width: 100%;
}

/*================================================
GS Start Here Area CSS
=================================================*/
.gs-start-here-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 170px;
  padding-bottom: 365px;
}
.gs-start-here-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.gs-start-here-image {
  margin-right: 55px;
}

.gs-start-here-content .sub-title {
  margin-bottom: 12px;
  color: var(--primaryColor);
}
.gs-start-here-content h2 {
  font-size: 42px;
  margin-bottom: 25px;
}
.gs-start-here-content p {
  color: var(--whiteColor);
  max-width: 655px;
  margin-bottom: 25px;
}
.gs-start-here-content p:last-child {
  margin-bottom: 0;
}

.gs-start-here-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.gs-start-here-shape img {
  width: 100%;
}

/*================================================
GS Features Area CSS
=================================================*/
.gs-features-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.gs-features-tabs-inner .nav.nav-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}
.gs-features-tabs-inner .nav.nav-tabs .nav-item {
  margin-right: 15px;
}
.gs-features-tabs-inner .nav.nav-tabs .nav-item .nav-link {
  margin: 0;
  border: 0;
  z-index: 1;
  font-size: 15px;
  transition: 0.3s;
  position: relative;
  padding: 17.7px 70px;
  color: var(--whiteColor);
  border-radius: 5px;
  background-color: transparent;
}
.gs-features-tabs-inner .nav.nav-tabs .nav-item .nav-link::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  transition: 0.3s;
  position: absolute;
  transform: skew(-25deg, 0deg);
  background-color: transparent;
  border: 1px solid var(--primaryColor);
  border-radius: 5px;
}
.gs-features-tabs-inner .nav.nav-tabs .nav-item .nav-link:hover, .gs-features-tabs-inner .nav.nav-tabs .nav-item .nav-link.active {
  color: var(--whiteColor);
}
.gs-features-tabs-inner .nav.nav-tabs .nav-item .nav-link:hover::before, .gs-features-tabs-inner .nav.nav-tabs .nav-item .nav-link.active::before {
  background-color: var(--primaryColor);
}
.gs-features-tabs-inner .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.gs-features-tabs-inner .tab-content .tab-pane.inner-wrap {
  background-color: #340A53;
  padding: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.gs-features-tabs-inner .tab-content .tab-pane.inner-wrap .row {
  background-color: #040421;
}
.gs-features-tabs-inner .tab-content .tab-pane.inner-wrap .wrap-shape1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.gs-features-tabs-inner .tab-content .tab-pane.inner-wrap .wrap-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.gs-features-content {
  padding: 0 50px;
}
.gs-features-content h2 {
  font-size: 42px;
  margin-bottom: 25px;
}
.gs-features-content p {
  color: var(--whiteColor);
  margin-bottom: 35px;
}
.gs-features-content .nav.image-tabs {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  margin-top: 65px;
  margin-bottom: 0;
}
.gs-features-content .nav.image-tabs .nav-item {
  margin-right: 8px;
}
.gs-features-content .nav.image-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  transition: var(--transition);
}
.gs-features-content .nav.image-tabs .nav-item .nav-link img {
  max-width: 145px;
  border: 2px solid #040421;
  transition: var(--transition);
}
.gs-features-content .nav.image-tabs .nav-item .nav-link:hover img, .gs-features-content .nav.image-tabs .nav-item .nav-link.active img {
  border: 2px solid var(--primaryColor);
}
.gs-features-content .nav.image-tabs .nav-item:last-child {
  margin-right: 0;
}
.gs-features-content .steps {
  font-weight: 500;
  font-family: var(--optionalFontFamily);
  display: block;
  margin-bottom: 7px;
}
.gs-features-content .list {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
}
.gs-features-content .list li {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px;
  font-family: var(--optionalFontFamily);
}
.gs-features-content .list li:last-child {
  margin-bottom: 0;
}

/*================================================
GS Fun Facts Area CSS
=================================================*/
.gs-fun-facts-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 170px;
  padding-bottom: 365px;
}
.gs-fun-facts-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.gs-fun-facts-card h3 {
  line-height: 1;
  font-size: 55px;
  margin-bottom: 0;
}
.gs-fun-facts-card span {
  color: var(--primaryColor);
  display: block;
  margin-top: 12px;
}

.gs-fun-facts-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.gs-fun-facts-shape img {
  width: 100%;
}

/*================================================
GS Blog Area CSS
=================================================*/
.gs-blog-area {
  overflow: hidden;
}

.inner-blog-items .item {
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
  margin-bottom: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
}
.inner-blog-items .item .gs-blog-content {
  max-width: 390px;
  padding-left: 20px;
}
.inner-blog-items .item .gs-blog-content h3 {
  margin-bottom: 17px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}
.inner-blog-items .item .gs-blog-content h3 a {
  text-decoration: unset;
}
.inner-blog-items .item .gs-blog-content p {
  margin-bottom: 0;
  color: var(--whiteColor);
}
.inner-blog-items .item .gs-blog-btn {
  text-align: end;
}
.inner-blog-items .item .gs-blog-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  border: 1px solid var(--primaryColor);
  border-radius: 50%;
  transition: var(--transition);
  position: relative;
}
.inner-blog-items .item .gs-blog-btn a img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.inner-blog-items .item:hover .gs-blog-btn a {
  background-color: var(--primaryColor);
}
.inner-blog-items .item:nth-child(2) {
  border-top: none;
  padding-top: 0;
}
.inner-blog-items .item:last-child {
  margin-bottom: 0;
  border-top: none;
  padding-top: 0;
}

/*================================================
GS Streaming Area CSS
=================================================*/
.gs-streaming-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 365px;
  padding-bottom: 365px;
}
.gs-streaming-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.gs-streaming-item {
  border: 1px solid #3d3d3d;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
  transition: var(--transition);
}
.gs-streaming-item img {
  border-radius: 10px;
}
.gs-streaming-item .content {
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 20px;
  position: absolute;
}
.gs-streaming-item .content .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57.807px;
  font-size: 25px;
  height: 57.807px;
  line-height: 57.807px;
  text-align: center;
  margin-right: 14px;
  color: var(--primaryColor);
  transition: var(--transition);
  border-radius: 0px 0px 0px 7px;
  border: 0px solid rgba(216, 216, 216, 0);
  background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(22.9411754608px);
          backdrop-filter: blur(22.9411754608px);
}
.gs-streaming-item .content h5 {
  font-size: 15.294px;
  margin-bottom: 7px;
}
.gs-streaming-item .content span {
  color: var(--primaryColor);
  padding-left: 18px;
  font-size: 10px;
}
.gs-streaming-item .content span i {
  left: 0;
  top: 50%;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  transform: translateY(-50%);
}
.gs-streaming-item:hover {
  border-bottom: 1px solid var(--primaryColor);
}
.gs-streaming-item:hover .content .icon i {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border-radius: 50%;
}

.gs-streaming-slider {
  position: relative;
}

.gs-streaming-button .streaming-button-prev {
  position: absolute;
  left: 320px;
  top: 40%;
  transform: translateY(-40%);
  z-index: 1;
}
.gs-streaming-button .streaming-button-prev i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: var(--darkColor);
  color: var(--whiteColor);
  border: 1px solid var(--primaryColor);
  border-radius: 50%;
  transition: var(--transition);
  font-size: 37px;
}
.gs-streaming-button .streaming-button-prev i:hover {
  background-color: var(--primaryColor);
}
.gs-streaming-button .streaming-button-next {
  position: absolute;
  right: 320px;
  top: 40%;
  transform: translateY(-40%);
  z-index: 1;
}
.gs-streaming-button .streaming-button-next i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: var(--darkColor);
  color: var(--whiteColor);
  border: 1px solid var(--primaryColor);
  border-radius: 50%;
  transition: var(--transition);
  font-size: 37px;
}
.gs-streaming-button .streaming-button-next i:hover {
  background-color: var(--primaryColor);
}

.gs-streaming-shape1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: -1;
  width: 100%;
}
.gs-streaming-shape1 img {
  width: 100%;
}

.gs-streaming-shape2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
.gs-streaming-shape2 img {
  width: 100%;
}

/*================================================
GS Testimonials Area CSS
=================================================*/
.gs-testimonials-area {
  background-image: url(../img/testimonials-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 245px;
  padding-bottom: 400px;
}

.gs-testimonials-inner {
  max-width: 925px;
  margin-left: auto;
  position: relative;
}

.gs-testimonials-content {
  margin-left: 235px;
  margin-bottom: 40px;
}
.gs-testimonials-content .sub-title {
  margin-bottom: 12px;
  color: var(--primaryColor);
}
.gs-testimonials-content h2 {
  font-size: 42px;
  margin-bottom: 0;
}

.gs-testimonials-quote {
  margin-top: 55px;
  margin-left: 20px;
}

.gs-testimonials-quotation p {
  font-size: 32px;
  color: var(--whiteColor);
  margin-bottom: 0;
  font-style: italic;
  line-height: 1.5;
}
.gs-testimonials-quotation .info {
  display: flex;
  align-items: center;
  margin-top: 55px;
  max-width: 450px;
}
.gs-testimonials-quotation .info .image img {
  max-width: 65px;
  border-radius: 50%;
}
.gs-testimonials-quotation .info .title {
  margin-left: 17px;
}
.gs-testimonials-quotation .info .title h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.gs-testimonials-quotation .info .title span {
  display: block;
  font-weight: 500;
  color: var(--primaryColor);
  margin-top: 8px;
  font-family: var(--optionalFontFamily);
}

.gs-testimonials-button {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
}
.gs-testimonials-button li {
  list-style-type: none;
  margin-right: 10px;
}
.gs-testimonials-button li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: var(--darkColor);
  color: var(--whiteColor);
  border: 1px solid var(--primaryColor);
  border-radius: 50%;
  transition: var(--transition);
  font-size: 37px;
}
.gs-testimonials-button li i:hover {
  background-color: var(--primaryColor);
}
.gs-testimonials-button li:last-child {
  margin-right: 0;
}

/*================================================
GS Subscribe Area CSS
=================================================*/
.subscribe-area.gs-subscribe-area {
  margin-top: -170px;
  z-index: 1;
  position: relative;
}

/*================================================
GS Socials Media Area CSS
=================================================*/
.socials-media-area.gs-socials-media-area {
  padding-bottom: 365px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gs-socials-media-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.gs-socials-media-shape img {
  width: 100%;
}

/* Features Games Demo CSS 📌 */
/*================================================
Features Games Banner Area CSS
=================================================*/
.features-games-slider-area {
  position: relative;
  z-index: 1;
}

.features-games-slider-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 330px;
  padding-bottom: 300px;
}
.features-games-slider-item .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.features-games-slider-content {
  max-width: 950px;
}
.features-games-slider-content h1 {
  font-size: 72px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.features-games-slider-content .list {
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  padding: 15px 20px 15px 20px;
  max-width: 565px;
  margin-bottom: 35px;
}
.features-games-slider-content .list li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--optionalFontFamily);
  margin-right: 34px;
  position: relative;
}
.features-games-slider-content .list li::before {
  position: absolute;
  content: "";
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #BFBFBF;
}
.features-games-slider-content .list li:last-child {
  margin-right: 0;
}
.features-games-slider-content .list li:last-child::before {
  display: none;
}
.features-games-slider-content p {
  font-size: 18px;
  color: var(--whiteColor);
  max-width: 720px;
  margin-bottom: 0;
}
.features-games-slider-content .btn-box {
  margin-top: 50px;
}
.features-games-slider-content .btn-box .default-btn:nth-child(2) {
  margin-left: 40px;
  background-color: transparent;
  padding-left: 35px;
  padding-right: 35px;
}
.features-games-slider-content .btn-box .default-btn:nth-child(2)::before {
  transform: skew(-25deg, 0);
  transform-origin: top left;
  border: 1px solid #fbfbfb;
  background-color: transparent;
  border-radius: 4px 4px 0 4px;
  border-right: none;
}
.features-games-slider-content .btn-box .default-btn:nth-child(2) .border {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  border-radius: 0 4px 4px 0;
  border: 1px solid #fbfbfb !important;
  border-left: none !important;
}

.features-games-slider-thumb {
  position: absolute !important;
  right: 30px !important;
  bottom: 55px !important;
  z-index: 1 !important;
  max-width: 740px;
  margin-right: 0 !important;
}
.features-games-slider-thumb .swiper-slide.swiper-slide-thumb-active .features-games-thumb-image img {
  background-color: #833EB0;
}

.features-games-thumb-image img {
  max-width: 240px;
  border-radius: 5px !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  padding: 8px;
  cursor: pointer;
}

/*================================================
FG Features Area CSS
=================================================*/
.fg-features-area {
  overflow: hidden;
}

.fg-features-card {
  text-align: center;
  max-width: 310px;
  margin: auto;
}
.fg-features-card .icon {
  margin-bottom: 35px;
}
.fg-features-card h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.fg-features-card p {
  color: var(--whiteColor);
  font-size: 15px;
}

/*================================================
FG Community Area CSS
=================================================*/
.fg-community-area {
  overflow: hidden;
}

.fg-community-content {
  padding-left: 50px;
}
.fg-community-content .sub-title {
  margin-bottom: 12px;
  color: var(--primaryColor);
}
.fg-community-content h2 {
  font-size: 42px;
  margin-bottom: 30px;
}
.fg-community-content p {
  color: var(--whiteColor);
  margin-bottom: 25px;
}
.fg-community-content .community-btn {
  margin-top: 45px;
}

/*================================================
FG Games Area CSS
=================================================*/
.fg-games-area {
  overflow: hidden;
}
.fg-games-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.fg-games-item {
  position: relative;
  border-radius: 7px;
  border: 1px solid #3D3D3D;
  border-radius: 10px;
  transition: var(--transition);
}
.fg-games-item img {
  border-radius: 10px;
}
.fg-games-item .content {
  border-radius: 10px;
  border: 1px solid rgba(216, 216, 216, 0);
  background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  padding: 25px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  max-width: 350px;
  margin: auto;
}
.fg-games-item .content h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.fg-games-item .content ul li {
  margin-right: 15px;
}
.fg-games-item .content ul li span {
  color: var(--primaryColor);
  font-size: 12px;
}
.fg-games-item .content ul li a {
  font-size: 14px;
  color: var(--paragraphColor);
}
.fg-games-item .content ul li a:hover {
  color: var(--primaryColor);
}
.fg-games-item .content ul li:last-child {
  margin-right: 0;
}
.fg-games-item:hover {
  border-bottom: 1px solid var(--primaryColor);
}

.fg-games-slider {
  position: relative;
}

.fg-games-button .games-button-prev {
  position: absolute;
  left: 320px;
  top: 40%;
  transform: translateY(-40%);
  z-index: 1;
}
.fg-games-button .games-button-prev i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: var(--darkColor);
  color: var(--whiteColor);
  border: 1px solid var(--primaryColor);
  border-radius: 50%;
  transition: var(--transition);
  font-size: 37px;
}
.fg-games-button .games-button-prev i:hover {
  background-color: var(--primaryColor);
}
.fg-games-button .games-button-next {
  position: absolute;
  right: 320px;
  top: 40%;
  transform: translateY(-40%);
  z-index: 1;
}
.fg-games-button .games-button-next i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: var(--darkColor);
  color: var(--whiteColor);
  border: 1px solid var(--primaryColor);
  border-radius: 50%;
  transition: var(--transition);
  font-size: 37px;
}
.fg-games-button .games-button-next i:hover {
  background-color: var(--primaryColor);
}

/*================================================
FG Streaming Area CSS
=================================================*/
.fg-streaming-item {
  border: 1px solid #3d3d3d;
  border-radius: 7px;
  overflow: hidden;
}
.fg-streaming-item img {
  border-radius: 7px;
  transition: var(--transition);
}
.fg-streaming-item .content {
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 2px;
  position: absolute;
}
.fg-streaming-item .content .icon {
  width: 56.807px;
  font-size: 25px;
  height: 56.807px;
  line-height: 60px;
  text-align: center;
  margin-right: 14px;
  color: var(--primaryColor);
  transition: var(--transition);
  border-radius: 0px 0px 0px 7px;
  border: 0px solid rgba(216, 216, 216, 0);
  background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(22.9411754608px);
          backdrop-filter: blur(22.9411754608px);
}
.fg-streaming-item .content h5 {
  font-size: 15.294px;
  margin-bottom: 5px;
}
.fg-streaming-item .content span {
  color: var(--primaryColor);
  padding-left: 18px;
  font-size: 10px;
}
.fg-streaming-item .content span i {
  left: 0;
  top: 50%;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  transform: translateY(-50%);
}
.fg-streaming-item:hover img {
  transform: scale(1.08);
}
.fg-streaming-item:hover .content .icon {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

/*================================================
FG Blog Area CSS
=================================================*/
.fg-blog-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 365px;
  padding-bottom: 365px;
}

.fg-blog-shape1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.fg-blog-shape1 img {
  width: 100%;
}

.fg-blog-shape2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
.fg-blog-shape2 img {
  width: 100%;
}

/*================================================
FG Partners Area CSS
=================================================*/
.partners-area.fg-partners-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 365px;
}

.fg-partners-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
.fg-partners-shape img {
  width: 100%;
}

/*================================================
FG Testimonials Area CSS
=================================================*/
.fg-testimonials-area {
  background-image: url(../img/testimonials-bg2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 130px;
  padding-bottom: 310px;
}

.fg-testimonials-inner {
  position: relative;
}
.fg-testimonials-inner .testimonials-button-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.fg-testimonials-inner .testimonials-button-prev i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  width: 85px;
  line-height: 85px;
  background-color: var(--darkColor);
  color: var(--whiteColor);
  border: 1px solid var(--primaryColor);
  border-radius: 50%;
  transition: var(--transition);
  font-size: 35px;
}
.fg-testimonials-inner .testimonials-button-prev i:hover {
  background-color: var(--primaryColor);
}
.fg-testimonials-inner .testimonials-button-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.fg-testimonials-inner .testimonials-button-next i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  width: 85px;
  line-height: 85px;
  background-color: var(--darkColor);
  color: var(--whiteColor);
  border: 1px solid var(--primaryColor);
  border-radius: 50%;
  transition: var(--transition);
  font-size: 35px;
}
.fg-testimonials-inner .testimonials-button-next i:hover {
  background-color: var(--primaryColor);
}

.fg-testimonials-quotation {
  max-width: 855px;
  margin: auto;
  text-align: center;
}
.fg-testimonials-quotation .quote {
  margin-bottom: 25px;
}
.fg-testimonials-quotation .quote img {
  max-width: 90px;
}
.fg-testimonials-quotation p {
  font-size: 32px;
  color: var(--whiteColor);
  margin-bottom: 0;
  font-style: italic;
  line-height: 1.5;
}
.fg-testimonials-quotation .info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
.fg-testimonials-quotation .info .image img {
  max-width: 65px;
  border-radius: 50%;
}
.fg-testimonials-quotation .info .title {
  margin-left: 17px;
  text-align: start;
}
.fg-testimonials-quotation .info .title h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.fg-testimonials-quotation .info .title span {
  display: block;
  font-weight: 500;
  color: var(--primaryColor);
  margin-top: 8px;
  font-family: var(--optionalFontFamily);
}

.footer-area.footer-without-bg-before {
  padding-top: 140px;
  background-color: #0E0E25;
}

/* End "Game Showcase Demo CSS" & "Features Games Demo CSS" *//*# sourceMappingURL=tinja-main-style.css.map */