/*-------------------------------------
    Template Name: Gemox - eSports Html Template
    Template URI: https://---.com
    Description: Gemox - eSports Html Template
    Author: ...
    Author URI: https://---.com
    Version: 1.0
    Tags: theme, template, etc
---------------------------------------*/
/*
    Table of Context
    -------------------------------
    01. Common CSS
    02. Content Box
    03. Video Box
    04. Icon Box
    05. Order, Unorder List
    06. Round One side
    07. Overlap Image Box
    08. Image Box
    09. Icon list block

    01. Header style
    02. Banner style
    03. Block style
    04. Banner section
    05. About section
    06. Counter section
    07. Service section
    08. Portfolio section
    09. Skill section 
    10. Resume section
    11. Awards section
    12. Testimonial section
    13. Blog section
    14. Breadcrumb section
    16. Sidebar Section
    17. Contact Section 
    18. Footer Section 


*/
/*********************************
/* Fonts
/* Rajdhani
/* Poppins
/*
*********************************/
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
/**********
 ** Uses
@include themify($themes) {
    propnname: themed('variable');  
}
**/
/**
 * For max-width media query, device width are sets as::after
 * xl = 1440
 * medium = 1199
 * tabland = 991
 * tabport = 767
 * phone
 * phone-sm
 * phone-mid
 * phone-xm
 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background: #141414;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.7rem;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0px;
}

button:hover, button:focus {
  outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: inherit;
}

figure {
  margin: 0;
}

section {
  display: block;
  position: relative;
  padding: 60px 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  section {
    overflow: hidden;
  }
}
@media screen and (max-width: 575px) {
  section {
    padding: 50px 0;
  }
}

.gutters-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.gutters-5 > .col,
.gutters-5 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutters-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.gutters-10 > .col,
.gutters-10 > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutters-15 {
  margin-right: -15px;
  margin-left: -15px;
}
.gutters-15 > .col,
.gutters-15 > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.gutters-20 {
  margin-right: -20px;
  margin-left: -20px;
}
.gutters-20 > .col,
.gutters-20 > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.gutters-25 {
  margin-right: -25px;
  margin-left: -25px;
}
.gutters-25 > .col,
.gutters-25 > [class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
}

.mb-05 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mt-05 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

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

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.ml-05 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.mr-05 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.px-05 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.px-105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

.px-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.px-115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.px-125 {
  padding-left: 125px !important;
  padding-right: 125px !important;
}

.px-130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.px-135 {
  padding-left: 135px !important;
  padding-right: 135px !important;
}

.px-140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.px-145 {
  padding-left: 145px !important;
  padding-right: 145px !important;
}

.px-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.py-05 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

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

.py-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.py-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.py-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}

.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.py-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.pb-05 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

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

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

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

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

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

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pt-05 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

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

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

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

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pl-05 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pr-05 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.text-10 {
  font-size: 10px !important;
}

.text-11 {
  font-size: 11px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-13 {
  font-size: 13px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-15 {
  font-size: 15px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-17 {
  font-size: 17px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-19 {
  font-size: 19px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-21 {
  font-size: 21px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-23 {
  font-size: 23px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-25 {
  font-size: 25px !important;
}

.text-26 {
  font-size: 26px !important;
}

.text-27 {
  font-size: 27px !important;
}

.text-28 {
  font-size: 28px !important;
}

.text-29 {
  font-size: 29px !important;
}

.text-30 {
  font-size: 30px !important;
}

.text-31 {
  font-size: 31px !important;
}

.text-32 {
  font-size: 32px !important;
}

/*********************************
/*  Common Css Start
*********************************/
.border-none {
  border: none !important;
}

.btn-round {
  border-radius: 4px !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-color {
  background: #191919 !important;
}

button:hover, button:focus {
  outline: 0px;
}

/*********************************
/*  Input Apperance Start
*********************************/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

/*********************************
/*  Input Apperance End
*********************************/
/*********************************
/*  Custom Scroll Bar Css
*********************************/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 8px;
}

::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #dd163b;
  border-radius: 8px;
}

/*********************************
/*  Custom Scroll Bar Css
*********************************/
/*********************************
/*  row Custom
*********************************/
.row > * {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
  margin-top: var(--bs-gutter-y);
}

@media screen and (max-width: 768px) {
  .column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

@media (min-width: 479px) and (max-width: 575px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
/*********************************
/*  Heading Typography
*********************************/
h1 {
  font-family: "Rajdhani", sans-serif;
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media screen and (max-width: 375px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 34px;
    line-height: 48px;
  }
}
@media screen and (max-width: 400px) {
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

h3 {
  font-family: "Rajdhani", sans-serif;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
}

h4 {
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
}

/*********************************
/*  Content Typography
*********************************/
p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #787878;
}

/*********************************
/* Scroll Up Css Start
*********************************/
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(221, 22, 59, 0.3);
          box-shadow: inset 0 0 0 2px rgba(221, 22, 59, 0.3);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #dd163b;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #dd163b;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*********************************
/* Scroll Up Css End
*********************************/
/*********************************
/*  Button Start
*********************************/
.btn {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 14px 29px;
  border-radius: 8px;
  border: none;
  outline: none;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn i {
  font-size: 14px;
  margin-left: 8px;
}
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.btn-primary {
  background-color: #dd163b;
  color: #fff;
  border: 2px solid #dd163b;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
}
.btn-primary:focus, .btn-primary:hover {
  border-color: #dd163b;
  background: transparent;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-disabled {
  background-color: #9c9a9a;
  color: #fff;
  border: 2px solid #9c9a9a;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
}
.btn-disabled:focus, .btn-disabled:hover {
  border-color: #9c9a9a;
  background: transparent;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline {
  background-color: transparent;
  color: #fff;
  border: 2px solid #dd163b;
}
.btn-outline:focus, .btn-outline:hover {
  background: #dd163b;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #dd163b;
}

.solid__btn {
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.solid__btn i {
  font-size: 14px;
  margin-left: 8px;
}
.solid__btn:hover {
  color: #dd163b;
}

/*********************************
/* Preloader Start
*********************************/
.preloader {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}
.preloader svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #000000;
}
.preloader-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  color: #fff;
  text-transform: uppercase;
  z-index: 20;
}
.preloader-heading .load-text span {
  -webkit-animation: loading 1s infinite alternate;
          animation: loading 1s infinite alternate;
}
.preloader-heading .load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.preloader-heading .load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.preloader-heading .load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.preloader-heading .load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.preloader-heading .load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader-heading .load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.preloader-heading .load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*********************************
/* Preloader End
*********************************/
/*********************************
/*  Section Tittle Start
*********************************/
.section__title {
  margin-bottom: 60px;
  /* max-width: 570px; */
}

/* .section__title {
  margin-bottom: 60px;
  max-width: 570px;
} */
.section__title.text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section__title.text-start {
  margin-right: auto;
  text-align: left;
}
.section__title.text-end {
  margin-left: auto;
  text-align: right;
}
.section__title .subtitle {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: inline-block;
  padding: 6px 20px 4px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.section__title .subtitle i {
  color: #dd163b;
  font-size: 18px;
  margin-right: 8px;
}
.section__title .title {
  font-family: "Rajdhani", sans-serif;
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .section__title .title {
    font-size: 46px;
    line-height: 58px;
  }
}
@media screen and (max-width: 767px) {
  .section__title .title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media screen and (max-width: 479px) {
  .section__title .title {
    font-size: 34px;
    line-height: 48px;
  }
}
@media screen and (max-width: 400px) {
  .section__title .title {
    font-size: 28px;
    line-height: 34px;
  }
}
.section__title .title span {
  color: #dd163b;
}
.section__title p,
.section__title .desc {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #787878;
  margin: 10px 0 0;
}

/*********************************
/*  Section Tittle End
*********************************/
/*********************************
/* Header Start
*********************************/
.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 12px 0;
}
.header .nav {
  background-color: transparent;
  padding: 0px;
  margin: 0 auto;
}
.header__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.header__wrapper .header__logo a img {
  width: auto;
  height: auto;
  display: block;
  max-width: 150px;
}
.header__wrapper .header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.header__wrapper .header__menu.mblMenu__open {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media screen and (max-width: 991px) {
  .header__wrapper .header__menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 100px 0;
    background: #191919;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
}
.header__wrapper .header__menu .main__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  gap: 30px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .header__wrapper .header__menu .main__menu {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__wrapper .header__menu .main__menu li {
  position: relative;
  list-style: none;
}
.header__wrapper .header__menu .main__menu li.has__dropdown a {
  position: relative;
}
.header__wrapper .header__menu .main__menu li.has__dropdown a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #fff;
  margin-left: 8px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header__wrapper .header__menu .main__menu li a {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  line-height: 55px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}
.header__wrapper .header__menu .main__menu li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background: #dd163b;
  bottom: 0px;
  left: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header__wrapper .header__menu .main__menu li a:hover, .header__wrapper .header__menu .main__menu li a.active {
  font-weight: 500;
  color: #dd163b;
}
@media screen and (max-width: 991px) {
  .header__wrapper .header__menu .main__menu li a {
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .header__wrapper .header__menu .main__menu li a {
    font-size: 20px;
    line-height: 30px;
  }
}
.header__wrapper .header__menu .main__menu li.current__menu a {
  color: #dd163b;
}
.header__wrapper .header__menu .main__menu li.current__menu a::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.header__wrapper .header__menu .main__menu li:hover a, .header__wrapper .header__menu .main__menu li.active a {
  color: #dd163b;
}
.header__wrapper .header__menu .main__menu li:hover a::before, .header__wrapper .header__menu .main__menu li.active a::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.header__wrapper .header__menu .main__menu li:last-child a {
  margin-right: 0;
}
.header__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
}
.header__meta .meta__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  gap: 20px;
  list-style: none;
}
@media screen and (max-width: 375px) {
  .header__meta .meta__list {
    gap: 10px;
  }
}
.header__meta .meta__list a {
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.header__meta .meta__list a svg {
  width: 19px;
  height: auto;
}
.header__meta .meta__list a svg path {
  fill: #fff;
}
.header__meta .meta__list .cart__bag span {
  position: absolute;
  top: -4px;
  right: -8px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  height: 18px;
  width: 18px;
  background: #dd163b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.header__meta .header__toggle {
  height: 40px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #dd163b;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 991px) {
  .header__meta .header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__meta .header__toggle:hover {
  background: #dd163b;
}
.header__meta .header__toggle:hover .toggle__bar {
  background: #fff;
}
.header__meta .header__toggle:hover .toggle__bar::after, .header__meta .header__toggle:hover .toggle__bar::before {
  background: #fff;
}
.header__meta .header__toggle .toggle__bar {
  height: 2px;
  width: 25px;
  background: #dd163b;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header__meta .header__toggle .toggle__bar.active {
  width: 0;
}
.header__meta .header__toggle .toggle__bar.active::after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -12px;
}
.header__meta .header__toggle .toggle__bar.active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -12px;
  top: 0;
}
.header__meta .header__toggle .toggle__bar::after, .header__meta .header__toggle .toggle__bar::before {
  content: "";
  position: absolute;
  top: -8px;
  height: 2px;
  width: 25px;
  background: #dd163b;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header__meta .header__toggle .toggle__bar::after {
  top: auto;
  bottom: -8px;
}

.nav-bg {
  background: #141414;
  border-bottom: 1px solid #141414;
  -webkit-box-shadow: 0 22px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 22px 20px rgba(0, 0, 0, 0.05);
}

/*********************************
/* Header Mini Cart Start
*********************************/
.flyout__cart {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.flyout__cart.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.flyout__cart.active .dropdown__cart {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.dropdown__cart {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: calc(100% - 15px);
  border-radius: 15px;
  max-width: 350px;
  width: 100%;
  background: #141414;
  padding: 30px 20px;
  border: 0;
  right: -100px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-box-shadow: 0 0 39px rgba(0, 0, 0, 0.1882352941);
          box-shadow: 0 0 39px rgba(0, 0, 0, 0.1882352941);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 479px) {
  .dropdown__cart {
    width: 300px;
  }
}
.dropdown__cart .cart__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #212020;
}
.dropdown__cart .cart__title .title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}
.dropdown__cart .cart__title .close__btn {
  position: relative;
  font-size: 24px;
  color: #fff;
  height: 25px;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.dropdown__cart .cart__title .close__btn:hover {
  color: #dd163b;
}
.dropdown__cart .cart__items {
  height: calc(100% - 250px);
  overflow-y: auto;
}
.dropdown__cart .cart__items .singleCart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 15px;
  padding: 15px 0 0 15px;
  margin-bottom: 15px;
}
.dropdown__cart .cart__items .singleCart__item .thumb {
  height: 80px;
  width: 80px;
  border-radius: 8px;
  background: #191919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.dropdown__cart .cart__items .singleCart__item .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.dropdown__cart .cart__items .singleCart__item .btn__close {
  position: absolute;
  top: -5px;
  left: -5px;
  font-size: 12px;
  color: #fff;
  height: 21px;
  width: 21px;
  background: #2d2d2d;
  border-radius: 50%;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.dropdown__cart .cart__items .singleCart__item .btn__close i {
  font-size: 12px;
}
.dropdown__cart .cart__items .singleCart__item .btn__close:hover {
  background: #dd163b;
  color: #fff;
}
.dropdown__cart .cart__items .singleCart__item .singleCart__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dropdown__cart .cart__items .singleCart__item .singleCart__content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.dropdown__cart .cart__items .singleCart__item .singleCart__content .title a {
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.dropdown__cart .cart__items .singleCart__item .singleCart__content .title a:hover {
  color: #dd163b;
}
.dropdown__cart .cart__items .singleCart__item .singleCart__content .total__quantity {
  font-size: 16px;
  color: #dd163b;
  line-height: 1.75;
  display: block;
  font-weight: 600;
}
.dropdown__cart .cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  padding-right: 10px;
}
.dropdown__cart .cart__total .label {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  display: block;
  color: #fff;
}
.dropdown__cart .cart__total .value {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  display: block;
  color: #dd163b;
}
.dropdown__cart .cart__btns {
  margin-top: 15px;
}
.dropdown__cart .cart__btns .btn {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.dropdown__cart .cart__btns .btn i {
  margin-left: 0;
}

/*********************************
/* Header Mini Cart End
*********************************/
/*********************************
/*  Banner Section Start
*********************************/
.bannerSlide__wrapper {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 280px 0 200px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .bannerSlide__wrapper {
    padding: 200px 0 140px;
  }
}
@media screen and (max-width: 767px) {
  .bannerSlide__wrapper {
    padding: 160px 0 140px;
  }
}
.bannerSlide__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(100.89% 100.89% at 50.83% 52.56%, rgba(11, 14, 19, 0) 0%, rgba(11, 14, 19, 0.83) 0%, #0b0e13 63%);
}

.hero__text {
  position: relative;
  z-index: 1;
  max-width: 850px;
}
@media screen and (max-width: 991px) {
  .hero__text {
    max-width: 100%;
    text-align: center;
  }
}
.hero__text .sub__title {
  font-family: "Rajdhani", sans-serif;
  color: #dd163b;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  margin: 0 0 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .hero__text .sub__title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.hero__text .title {
  font-size: 84px;
  line-height: 93px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.hero__text .title span {
  color: #dd163b;
}
@media screen and (max-width: 1440px) {
  .hero__text .title {
    font-size: 74px;
    line-height: 83px;
  }
}
@media screen and (max-width: 767px) {
  .hero__text .title {
    font-size: 54px;
    line-height: 70px;
  }
}
@media screen and (max-width: 575px) {
  .hero__text .title {
    font-size: 44px;
    line-height: 55px;
  }
}
@media screen and (max-width: 479px) {
  .hero__text .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 375px) {
  .hero__text .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.hero__text .desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 25px;
  max-width: 650px;
}
@media screen and (max-width: 991px) {
  .hero__text .desc {
    max-width: 100%;
  }
}
.hero__text .btn__group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 375px) {
  .hero__text .btn__group {
    gap: 10px;
  }
}
@media screen and (max-width: 400px) {
  .hero__text .btn {
    font-size: 15px;
    padding: 11px 16px;
  }
}

.video__btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.video__btn i {
  position: relative;
  width: 56px;
  height: 56px;
  font-size: 14px;
  color: #fff;
  background: #dd163b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: pulse-animation 2s infinite;
          animation: pulse-animation 2s infinite;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.video__btn:hover {
  color: #dd163b;
}
.video__btn:hover i {
  background: #fff;
  color: #dd163b;
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(221, 22, 59, 0.4);
            box-shadow: 0 0 0 0px rgba(221, 22, 59, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(221, 22, 59, 0);
            box-shadow: 0 0 0 20px rgba(221, 22, 59, 0);
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(221, 22, 59, 0.4);
            box-shadow: 0 0 0 0px rgba(221, 22, 59, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(221, 22, 59, 0);
            box-shadow: 0 0 0 20px rgba(221, 22, 59, 0);
  }
}
/* Banner Navigation Start */
.banner__swiper__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media screen and (max-width: 991px) {
  .banner__swiper__navigation {
    display: none;
  }
}
.banner__swiper__navigation .swiper-button-next,
.banner__swiper__navigation .swiper-button-prev {
  color: #fff;
  font-size: 18px;
  height: 56px;
  width: 56px;
  background: #191919;
  border: 1px solid #787878;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  margin: 0;
  z-index: 999;
}
.banner__swiper__navigation .swiper-button-next::after,
.banner__swiper__navigation .swiper-button-prev::after {
  display: none;
}
.banner__swiper__navigation .swiper-button-next:hover,
.banner__swiper__navigation .swiper-button-prev:hover {
  background: #dd163b;
  border-color: #dd163b;
  color: #fff;
}
.banner__pagination .swiper-pagination-bullets {
  bottom: 40px;
  z-index: 99;
}
.banner__pagination .swiper-pagination-bullets .swiper-pagination-bullet {
  height: 8px;
  width: 20px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.banner__pagination .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 30px;
  background: #dd163b;
}

/* Banner Navigation End */
/*********************************
/*  Banner Section End
*********************************/
/*********************************
/*  About Section Start
*********************************/
.about__content .about__subtitle {
  font-family: "Rajdhani", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
  color: #dd163b;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .about__content .about__subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .about__content .about__subtitle {
    font-size: 16px;
  }
}
.about__content .about__title {
  font-family: "Rajdhani", sans-serif;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  text-transform: capitalize;
}
@media screen and (max-width: 1440px) {
  .about__content .about__title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1199px) {
  .about__content .about__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .about__content .about__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about__content .about__title {
    font-size: 35px;
    line-height: 48px;
  }
}
@media screen and (max-width: 400px) {
  .about__content .about__title {
    font-size: 28px;
    line-height: 34px;
  }
}
.about__content .about__title span {
  color: #dd163b;
}
.about__content .about__desc {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 24px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  /*text-transform: capitalize;*/
}

.about__content .about__desc span {
  color: #dd163b;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .about__content .about__desc {
    margin-top: 20px;
  }
}
.about__content .about__btn {
  margin-top: 40px;
  display: block;
}
@media screen and (max-width: 991px) {
  .about__content .about__btn {
    margin-top: 30px;
  }
}

.about__figure {
  position: relative;
  height: 100%;
  width: auto;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 89% 0, 100% 10%, 100% 100%, 9% 100%, 0 92%);
          clip-path: polygon(0 0, 89% 0, 100% 10%, 100% 100%, 9% 100%, 0 92%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .about__figure {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.about__figure img {
  max-width: 600px;
  margin: auto;
}

/*********************************
/*  About Section End
*********************************/
/*********************************
/*  Counter Start
*********************************/
.counter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-top: 48px;
}

.counterItem {
  position: relative;
  background: #191919;
  padding: 50px 15px;
}
@media screen and (max-width: 767px) {
  .counterItem {
    margin: 15px 0px;
  }
}
.counterItem .counter__count {
  position: relative;
  z-index: 1;
  line-height: 100%;
}
.counterItem__content {
  display: block;
  gap: 20px;
}
.counterItem__content .title {
  font-size: 46px;
  text-wrap: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.counterItem__content .title .plus {
  position: relative;
  z-index: 9;
  color: #dd163b;
  line-height: 100%;
}
.counterItem__content .subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #787878;
  font-weight: 400;
  display: block;
  position: relative;
  z-index: 1;
}

/*********************************
/*  Counter End
*********************************/
/*  Game Section Start
*********************************/
.gameBox {
  position: relative;
  text-align: center;
}
.gameBox__thumb {
  position: relative;
}
.gameBox__thumb img {
  width: 100%;
  height: 100%;
  display: block;
}
.gameBox__overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  display: grid;
  place-content: center;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.gameBox__overlay .title {
  font-family: "Rajdhani", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .gameBox__overlay .title {
    font-size: 20px;
  }
}
.gameBox__overlay .title a {
  display: block;
  color: currentColor;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.gameBox__overlay .title a:hover {
  color: #dd163b;
}
.gameBox:hover .gameBox__overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.gameBox__rating {
  padding-top: 10px;
}
.gameBox__rating a {
  color: #ffd600;
  font-size: 15px;
  display: inline-block;
  margin: 0px 3px;
}

.game__slider .swiper-slide-active .gameBox .gameBox__overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/*  Game Section Start
*********************************/
/*  Match Section Start
*********************************/
.match__item {
  background: #191919;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
  padding: 25px 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .match__item {
    gap: 12px;
  }
}
@media screen and (max-width: 479px) {
  .match__item {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    padding: 30px 15px;
  }
}
.match__item .match__thumb img {
  width: 100%;
  height: auto;
  max-width: 80px;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.match__item .match__thumb img:hover {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.match__item .match__thumb .title {
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin: 10px 0 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .match__item .match__thumb .title {
    font-size: 17px;
  }
}
.match__item .match__time {
  display: grid;
  place-content: center;
  height: 100%;
  gap: 5px;
}
.match__item .match__time .time {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 0;
}
.match__item .match__time .date {
  font-family: "Rajdhani", sans-serif;
  color: #fff;
  font-weight: 400;
  display: block;
  margin: 0;
}
.match__item .match__time .social__icon a {
  font-size: 16px;
  color: #fff;
  margin: 0px 5px;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.match__item .match__time .social__icon a:hover {
  color: #dd163b;
}

/*  Match Section End
*********************************/
/*********************************
/*  Products Card Start
*********************************/
.productCard {
  background: #191919;
  padding: 10px;
}
.productCard__thumb {
  position: relative;
  background: #262525;
  padding: 10px;
  height: 200px;
  display: block;
}
.productCard__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: auto;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.productCard__thumb .badge {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #dd163b;
  position: absolute;
  top: 15px;
  right: 15px;
  text-transform: uppercase;
}
.productCard__rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.productCard__rating li {
  font-size: 12px;
  color: #ffd600;
  height: 16px;
  width: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productCard__content {
  padding: 20px 10px 10px;
}
.productCard__content .productCard__title {
  font-family: "Rajdhani", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productCard__content .productCard__title a {
  color: currentColor;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.productCard__content .productCard__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  gap: 10px;
}
.productCard__content .productCard__price {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 575px) {
  .productCard__content .productCard__price {
    font-size: 14px;
  }
}
.productCard__content .productCard__price del {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  color: #787878;
}
.productCard__content .cart__btn .btn {
  font-size: 16px;
  padding: 4px 10px;
  width: 100%;
}
.productCard:hover .productCard__thumb img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.productCard:hover .productCard__title a {
  color: #fff;
}

/*********************************
/*  Products Card End
*********************************/
/*  Streaming Section Start
*********************************/
.streaming__section {
  background: url("../images/streaming/01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 500px 0;
  min-height: 1024px;
}
.streaming__section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(100.89% 100.89% at 50.83% 52.56%, rgba(11, 14, 19, 0) 0%, rgba(11, 14, 19, 0.53) 0%, #0b0e13 93%);
  z-index: -1;
}

.streaming__wrapper {
  max-width: 850px;
  margin: auto;
}
.streaming__wrapper .streaming__thumb {
  margin-bottom: 30px;
}
.streaming__wrapper .streaming__thumb .streamingvideo__btn {
  height: 120px;
  width: 120px;
  background: #dd163b;
  color: #fff;
  font-size: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-animation: pulse-animation 2s infinite;
          animation: pulse-animation 2s infinite;
}
@media screen and (max-width: 767px) {
  .streaming__wrapper .streaming__thumb .streamingvideo__btn {
    height: 100px;
    width: 100px;
  }
}
@media screen and (max-width: 575px) {
  .streaming__wrapper .streaming__thumb .streamingvideo__btn {
    height: 80px;
    width: 80px;
  }
}
.streaming__wrapper .streaming__thumb .tagline {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
}
.streaming__wrapper .streaming__title {
  font-family: "Rajdhani", sans-serif;
  font-size: 62px;
  line-height: 72px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .streaming__wrapper .streaming__title {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (max-width: 767px) {
  .streaming__wrapper .streaming__title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media screen and (max-width: 479px) {
  .streaming__wrapper .streaming__title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 375px) {
  .streaming__wrapper .streaming__title {
    font-size: 32px;
    line-height: 42px;
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(221, 22, 59, 0.4);
            box-shadow: 0 0 0 0px rgba(221, 22, 59, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(221, 22, 59, 0);
            box-shadow: 0 0 0 50px rgba(221, 22, 59, 0);
  }
}
/*********************************
/*  Streaming Section End
*********************************/
/*********************************
/*  Partner Section Start
*********************************/
.partner__section {
  padding-top: 120px;
}

.partner__wrapper .partner__image {
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.partner__wrapper .partner__image img {
  width: auto;
  height: auto;
  display: block;
  max-width: 90%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.partner__wrapper .partner__image:hover img {
  opacity: 1;
}

/*********************************
/*  Partner Section End
*********************************/
/*********************************
/*  Team Section Start
*********************************/
.teamCard {
  background: #191919;
  padding: 45px 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.teamCard__thumb {
  max-width: 150px;
  height: auto;
  display: inline-block;
}
.teamCard__thumb img {
  width: 100%;
  height: auto;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.teamCard__content {
  margin-top: 20px;
}
.teamCard__content .title {
  font-family: "Rajdhani", sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1199px) {
  .teamCard__content .title {
    font-size: 22px;
  }
}
.teamCard__content .title a {
  display: block;
  color: currentColor;
}
.teamCard__content .social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.teamCard__content .social a {
  font-size: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.teamCard__content .social a:hover {
  background: #dd163b;
}
.teamCard:hover .teamCard__thumb img {
  -webkit-transform: rotateY(360deg) scale(1.1);
          transform: rotateY(360deg) scale(1.1);
}
.teamCard:hover .teamCard__content .title {
  color: #dd163b;
}

/*********************************
/*  Team Section End
*********************************/
/*********************************
/*  CtaBox Section Start
*********************************/
.ctaBox__wrapper {
  background-image: url("../images/ctaBox/bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 50px 0 0 50px;
  border-radius: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .ctaBox__wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 70px 50px;
  }
}
@media screen and (max-width: 479px) {
  .ctaBox__wrapper {
    padding: 50px 30px;
  }
}

.ctaBox__content .subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #dd163b;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.ctaBox__content .title {
  text-transform: uppercase;
  margin: 20px 0;
}
.ctaBox__content .title span {
  color: #dd163b;
}
.ctaBox__content p,
.ctaBox__content .desc {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .ctaBox__thumb {
    display: none;
  }
}
.ctaBox__thumb img {
  width: auto;
  height: auto;
  display: block;
  max-width: 500px;
  margin-left: auto;
}

/*********************************
/*  CtaBox Section End
*********************************/
/*********************************
/* Blog Section Start
*********************************/
.blogPost__item {
  background: #191919;
  border-radius: 8px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .blogPost__item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
  }
}
.blogPost__item .blog__figure {
  overflow: hidden;
  height: 100%;
  max-height: 260px;
  background: #191919;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.blogPost__item .blog__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 575px) {
  .blogPost__item .blog__figure img {
    max-width: inherit;
    max-height: inherit;
  }
}
.blogPost__item .blog__figure .post__date {
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.blogPost__item .blog__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.blogPost__item .blog__meta span {
  position: relative;
}
.blogPost__item .blog__meta span::before {
  content: "";
  position: absolute;
  right: -10px;
  height: 100%;
  width: 2px;
  background: #787878;
}
.blogPost__item .blog__meta span:last-of-type::before {
  display: none;
}
.blogPost__item .blog__meta span a,
.blogPost__item .blog__meta span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #787878;
  text-decoration: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.blogPost__item .blog__meta span a i,
.blogPost__item .blog__meta span i {
  color: #dd163b;
}
.blogPost__item .blog__meta span a a,
.blogPost__item .blog__meta span a {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blogPost__item .blog__meta span a a:hover,
.blogPost__item .blog__meta span a:hover {
  color: #dd163b;
}
.blogPost__item .blog__content {
  padding: 30px;
}
.blogPost__item .blog__content h4 {
  font-family: "Rajdhani", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .blogPost__item .blog__content h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .blogPost__item .blog__content h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .blogPost__item .blog__content h4 {
    font-size: 22px;
  }
}
.blogPost__item .blog__content h4 a {
  color: currentColor;
  text-decoration: none;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blogPost__item .blog__content h4 a:hover {
  color: #dd163b;
}
.blogPost__item .blog__content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #787878;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .blogPost__item .blog__content p {
    font-size: 15px;
  }
}
.blogPost__item .blog__content .blog__btn {
  margin-top: 15px;
}
.blogPost__item .blog__content .blog__btn .solid__btn {
  color: #dd163b;
}
.blogPost__item:hover .blog__figure img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*********************************
/* Blog Section End
*********************************/
/*********************************
/*  Newsletter Start
*********************************/
.newsletter__wrapper {
  background: #191919;
  position: relative;
  padding: 60px 100px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .newsletter__wrapper {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    padding: 60px 30px;
  }
}
@media screen and (max-width: 575px) {
  .newsletter__wrapper {
    padding: 60px 20px;
  }
}
.newsletter__wrapper .newsletter__subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #dd163b;
  text-transform: uppercase;
}
.newsletter__wrapper .newsletter__title {
  color: #fff;
  display: block;
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 0px;
}
@media screen and (max-width: 400px) {
  .newsletter__wrapper .newsletter__title {
    font-size: 28px;
    line-height: 36px;
  }
}

.newsletter__form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
@media screen and (max-width: 400px) {
  .newsletter__form {
    display: block;
  }
}
.newsletter__form .form-control {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: #141414;
  color: #fff;
  display: block;
  padding: 20px 30px;
  padding-right: 170px;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #262525;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.newsletter__form .form-control:focus {
  border-color: #dd163b;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 400px) {
  .newsletter__form .form-control {
    padding: 12px 20px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.newsletter__form .btn {
  position: absolute;
  right: 10px;
  padding: 10px 30px;
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .newsletter__form .btn {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 400px) {
  .newsletter__form .btn {
    width: 100%;
    position: relative;
    right: 0;
  }
}

/*********************************
/*  Newsletter End
*********************************/
/*********************************
/* Footer Section Start
*********************************/
.footer__section {
  background: #191919;
  padding: 220px 0px 0px;
  position: relative;
  margin-top: -120px;
}
@media screen and (max-width: 575px) {
  .footer__section {
    margin-top: -170px;
  }
}

@media screen and (max-width: 991px) {
  .footer__widget {
    margin-bottom: 30px;
  }
}
.footer__widget .logo {
  margin-bottom: 30px;
}
.footer__widget .logo img {
  max-width: 200px;
  width: auto;
  height: auto;
  display: block;
}
.footer__widget p {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  color: #787878;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.footer__widget .social__icon {
  margin-top: 40px;
}
.footer__widget .social__icon ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer__widget .social__icon ul li {
  list-style: none;
}
.footer__widget .social__icon ul li a {
  font-size: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  height: 40px;
  width: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.footer__widget .social__icon ul li a:hover {
  background: #dd163b;
  color: #fff;
}
.footer__widget .widget__title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 35px;
  display: inline-block;
  color: #fff;
  position: relative;
}
.footer__widget .widget__title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 2px;
  width: 50px;
  background: #dd163b;
}
.footer__widget .widget__list {
  list-style: none;
}
.footer__widget .widget__list li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.footer__widget .widget__list li p,
.footer__widget .widget__list li a {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  color: #787878;
  line-height: 24px;
  font-weight: 500;
  color: #787878;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.footer__widget .widget__list li p:hover,
.footer__widget .widget__list li a:hover {
  color: #dd163b;
}
.footer__widget .widget__list li p i,
.footer__widget .widget__list li p img,
.footer__widget .widget__list li a i,
.footer__widget .widget__list li a img {
  width: auto;
  height: auto;
  display: block;
  margin-right: 8px;
}
.footer__widget .widget__list li .icon {
  font-size: 16px;
  margin-right: 8px;
  display: block;
  color: #dd163b;
}

.footer__bottom {
  border-top: 1px solid rgba(217, 217, 217, 0.1294117647);
  margin-top: 80px;
}
@media screen and (max-width: 575px) {
  .footer__bottom {
    margin-top: 0;
  }
}
.footer__bottom .footer__content {
  padding: 20px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer__bottom .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer__bottom .copyright p {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #787878;
  text-transform: capitalize;
  margin-bottom: 0;
}

/*********************************
/* Footer Section End
*********************************/
/*********************************
/* Cart Section Start
*********************************/
.cart__wrapper {
  margin-bottom: 0px;
}
.cart__wrapper thead tr {
  border: none;
}
.cart__wrapper thead tr th {
  vertical-align: middle;
  padding: 17px 0;
  border: none;
  background: #191919;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.cart__wrapper thead tr th:first-child {
  padding-left: 30px;
  border-radius: 8px 0 0 8px;
  text-align: left;
}
.cart__wrapper thead tr th:last-child {
  border-radius: 0 8px 8px 0;
}
.cart__wrapper tbody tr {
  border-bottom: 1px solid #262525;
}
.cart__wrapper tbody tr td {
  vertical-align: middle;
  padding: 20px 0;
  border: none;
  min-width: 160px;
  text-align: center;
}
.cart__wrapper tbody tr td.product {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  min-width: 400px;
}
.cart__wrapper tbody tr td.product .product__thumb {
  background: #191919;
  border-radius: 4px;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart__wrapper tbody tr td.product .product__thumb img {
  width: 100%;
  height: auto;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart__wrapper tbody tr td h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.cart__wrapper tbody tr td h5 a {
  color: currentColor;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.cart__wrapper tbody tr td h5 a:hover {
  color: #dd163b;
}
.cart__wrapper tbody tr td .close {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.cart__wrapper tbody tr td .close:hover {
  color: #dd163b;
}

.quantity__box {
  display: inline-block;
  border-radius: 6px;
  background: #191919;
  border: 1px solid #262525;
}
.quantity__box > input[type=number] {
  color: #fff;
  border: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  background: transparent;
  margin: 0;
  text-align: center;
  width: 50px;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
.quantity__box button {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  height: 40px;
  width: 40px;
  background: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  outline: none;
}
@media screen and (max-width: 479px) {
  .quantity__box button {
    height: 34px;
    width: 33px;
    font-size: 12px;
  }
}

.cart__coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 479px) {
  .cart__coupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cart__coupon .form-control {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  color: #fff;
  padding: 14px 20px;
  background: #191919;
  display: inline-block;
  height: auto;
  border: 2px solid #262525;
  border-radius: 8px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cart__coupon .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cart__order {
  background: #191919;
  padding: 35px 30px;
  border-radius: 8px;
}
.cart__order h5 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
.cart__order ul li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #262525;
  gap: 20px;
  padding: 14px 0 6px;
  line-height: 24px;
}
.cart__order ul li:last-child {
  color: #fff;
}

/*********************************
/* Cart Section End
*********************************/
/*********************************
/* Login Form Start
*********************************/
#form__container {
  background-color: #191919;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  max-width: 900px;
  min-height: 600px;
  margin: auto;
  border: 2px solid #262525;
}
@media screen and (max-width: 767px) {
  #form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  #form__container .form__inner {
    position: relative;
    height: 550px;
  }
}
#form__container .form__wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#form__container .form__wrapper form {
  background: #191919;
  text-align: center;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media screen and (max-width: 400px) {
  #form__container .form__wrapper form {
    padding: 0 30px;
  }
}
#form__container .form__wrapper form .title {
  margin-bottom: 0px;
}
#form__container .form__wrapper form .form-group {
  margin-bottom: 15px;
}
#form__container .form__wrapper form .form-group .form-control {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: #141414;
  color: #fff;
  display: block;
  padding: 16px 20px;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #262525;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#form__container .form__wrapper form .form-group .form-control:focus {
  border-color: #dd163b;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#form__container .form__wrapper form span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}
#form__container .form__wrapper form .forget {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#form__container .form__wrapper form .forget:hover {
  color: #dd163b;
}
#form__container .form__wrapper form .btn {
  padding: 10px 20px;
  min-width: 200px;
}
#form__container .social__icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin: 20px 0;
}
#form__container .social__icons a {
  font-size: 13px;
  height: 40px;
  width: 40px;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #262525;
}
#form__container .sign__in {
  left: 0;
  width: 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #form__container .sign__in {
    left: 0;
    width: 100%;
    bottom: 0;
  }
}
#form__container .sign__up {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #form__container .sign__up {
    left: -100%;
    width: 100%;
    bottom: 0;
  }
}
#form__container.active .sign__in {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#form__container.active .sign__up {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 1;
  z-index: 5;
}
#form__container.active .toggle__container {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  border-radius: 0 80px 80px 0;
}
@media screen and (max-width: 767px) {
  #form__container.active .toggle__container {
    -webkit-transform: initial;
            transform: initial;
    border-radius: 0 0 30px 30px;
  }
}
#form__container.active .toggle {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
#form__container.active .toggle__left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#form__container.active .toggle__right {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}

.toggle__container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border-radius: 80px 0 0 80px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .toggle__container {
    position: relative;
    height: 300px;
    left: 0;
    width: 100%;
    border-radius: 0 0 30px 30px;
  }
}
.toggle__container .toggle {
  background-color: #262525;
  height: 100%;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.toggle__container .toggle .toggle__left {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}
.toggle__container .toggle .toggle__right {
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 375px) {
  .toggle__container .toggle h3,
  .toggle__container .toggle .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.toggle__container .toggle p,
.toggle__container .toggle .desc {
  margin: 20px 0;
}
@media screen and (max-width: 375px) {
  .toggle__container .toggle p,
  .toggle__container .toggle .desc {
    margin-top: 10px;
    line-height: 22px;
  }
}
.toggle__container .toggle__panel {
  position: absolute;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px;
  text-align: center;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 375px) {
  .toggle__container .toggle__panel {
    padding: 0 15px;
  }
}
.toggle__container .toggle__panel .btn {
  padding: 10px 20px;
  min-width: 200px;
}

/*********************************
/* Login Form End
*********************************/
/*********************************
/* Breadcrumb Area Start
*********************************/
.breadcrumb__area {
  background: #191919;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 160px 0 140px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .breadcrumb__area {
    padding: 160px 0px 80px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb__area {
    padding: 140px 0px 50px;
  }
}
.breadcrumb__area .breadcrumb__title {
  text-align: center;
  max-width: 900px;
  margin: auto;
}
.breadcrumb__area .breadcrumb__title .title {
  font-family: "Rajdhani", sans-serif;
  color: #fff;
  font-size: 52px;
  line-height: 60px;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .breadcrumb__area .breadcrumb__title .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb__area .breadcrumb__title .title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 479px) {
  .breadcrumb__area .breadcrumb__title .title {
    font-size: 30px;
  }
}
.breadcrumb__area .breadcrumb__title ul,
.breadcrumb__area .breadcrumb__title .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-top: 10px;
}
.breadcrumb__area .breadcrumb__title ul li,
.breadcrumb__area .breadcrumb__title .link li {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
.breadcrumb__area .breadcrumb__title ul li:not(:last-child)::after,
.breadcrumb__area .breadcrumb__title .link li:not(:last-child)::after {
  content: ">";
  position: absolute;
  left: auto;
  right: -15px;
  top: 1px;
  width: auto;
  height: auto;
  color: #fff;
}
.breadcrumb__area .breadcrumb__title ul li:not(:last-child),
.breadcrumb__area .breadcrumb__title .link li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  .breadcrumb__area .breadcrumb__title ul,
  .breadcrumb__area .breadcrumb__title .link {
    font-size: 14px;
    margin-top: 20px;
    padding: 8px 18px;
  }
}
@media screen and (max-width: 479px) {
  .breadcrumb__area .breadcrumb__title ul,
  .breadcrumb__area .breadcrumb__title .link {
    margin-top: 10px;
  }
}
.breadcrumb__area .breadcrumb__title ul a,
.breadcrumb__area .breadcrumb__title .link a {
  color: #dd163b;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.breadcrumb__area .breadcrumb__title ul a:hover,
.breadcrumb__area .breadcrumb__title .link a:hover {
  color: #dd163b;
}

/*********************************
/* Breadcrumb Area End
*********************************/
/*********************************
/* Contact Form Start
*********************************/
.contact__form .modal-dialog {
  max-width: 750px;
}
.contact__form .modal-dialog .modal-content {
  background: #191919;
  margin: 0 20px;
  border-radius: 8px;
}
.contact__form .modal-dialog .modal-header {
  padding: 16px 30px;
  margin-bottom: 16px;
  border-bottom: 1px solid #262525;
  border-radius: 0;
}
.contact__form .modal-dialog button.btn-close {
  height: 30px;
  width: 30px;
  background-image: none;
  background-color: #dd163b;
  color: #fff;
  opacity: 1;
  font-size: 16px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  line-height: 100%;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
}
.contact__form .modal-dialog .modal-body {
  padding: 16px 30px;
}
.contact__form .modal-dialog .modal-footer {
  padding: 16px 30px;
  border-top: 1px solid #262525;
  border-radius: 0;
}
.contact__form .form__title {
  font-family: "Rajdhani", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.contact__form .form__title b {
  color: #dd163b;
}
.contact__form .flex__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 400px) {
  .contact__form .flex__item {
    display: block;
  }
}
.contact__form .input__group {
  width: 100%;
  margin-bottom: 20px;
}
.contact__form .input__group label {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #787878;
  margin-bottom: 8px;
}
.contact__form .input__group .form-control {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  color: #fff;
  background: transparent;
  font-weight: 400;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 55px;
  display: block;
  padding: 15px;
}
.contact__form .input__group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #dd163b;
}
.contact__form .input__group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
}
.contact__form .input__group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
}
.contact__form .input__group .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
}
.contact__form .input__group .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
}
.contact__form .input__group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
}
.contact__form .input__group .form-control:hover {
  border-color: #dd163b;
}
.contact__form .input__group .text__area {
  height: 150px;
}
.contact__form .submit__btn {
  height: 55px;
  width: 100%;
  line-height: 15px;
  border-radius: 6px;
}
.contact__form .submit__btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*********************************
/* Contact Form End
*********************************/
/*********************************
/* Search Form Start
*********************************/
.search__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
.search__modal .modal-dialog {
  max-width: 600px !important;
}
.search__modal .modal-content {
  background: transparent;
}

.search__bar {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 600px;
  width: 100%;
  text-align: center;
}
.search__bar .form-control {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  background: transparent;
  color: #fff;
  display: block;
  padding: 14px 30px;
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #262525;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.search__bar .form-control:focus {
  border-color: #dd163b;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search__bar .btn {
  padding: 10px 30px;
  height: 56px;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .search__bar .btn {
    padding: 10px 20px;
  }
}

/*********************************
/* Search Form End
*********************************/


/*    Sweet Alert   */
.swal-text {
  text-align: center;
}
.swal-footer {
  text-align: center !important;
  margin-bottom: 20px !important; }


  /*  Match Section Start
*********************************/
.match__item1 {
  background: #191919;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  text-align: center;
  padding: 25px 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .match__item1 {
    gap: 12px;
  }
}
@media screen and (max-width: 479px) {
  .match__item1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    padding: 30px 15px;
  }
}
.match__item1 .match__thumb img {
  width: 100%;
  height: auto;
  max-width: 80px;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.match__item1 .match__thumb img:hover {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.match__item1 .match__thumb .title {
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin: 10px 0 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .match__item1 .match__thumb .title {
    font-size: 17px;
  }
}
.match__item1 .match__time {
  display: grid;
  place-content: center;
  height: 100%;
  gap: 5px;
}
.match__item1 .match__time .time {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 0;
}
.match__item1 .match__time .date {
  font-family: "Rajdhani", sans-serif;
  color: #fff;
  font-weight: 400;
  display: block;
  margin: 0;
}
.match__item1 .match__time .social__icon a {
  font-size: 16px;
  color: #fff;
  margin: 0px 5px;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.match__item1 .match__time .social__icon a:hover {
  color: #dd163b;
}

/*  Match Section End
*********************************/

