@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    background-color: #2b0115;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

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

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'uni-sans-heavy';
    src: url(../fonts/uni-sans-heavy.otf);

}

@font-face {
    font-family: 'uni-heavy';
    src: url(../fonts/uni-heavy.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'uni-sans-heavy';
    font-size: 55px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1.1;
}

h2 {
    font-family: 'uni-sans-heavy';
    font-size: 55px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
}

h3 {
    font-family: 'uni-sans-heavy';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 10px;
}

h4 {
    font-family: 'uni-sans-heavy';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
}

h5 {
    font-family: 'uni-sans-heavy';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
}

h6 {
    font-family: '';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
}

p {
    color: #95808a;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0 0 10px;
}


/* Header Start */

.menuSec {
    padding: 0px 0;
}

.top-sec-logo-img a img {
    width: 95px;
    height: 90px;
    object-fit: contain;
}

.top-sec .row {
    align-items: center;
    border-bottom: 1px solid #5a3948;
    padding: 10px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inp input::placeholder {
    color: #fff;
    font-weight: 400;
    font-family: 'uni-thin.otf';
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 0;
    font-size: 20px;
}


.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.top-sec .container-fluid {
    padding: 0 4%;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}


.top-sec-search-bar input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #683b50;
    border-radius: 8px;
    padding-left: 75px;
    height: 60px;
    color: #b0a4a9;
    font-weight: 400 !important;
    font-family: 'uni-sans-heavy';
    letter-spacing: 0.5px;
    font-size: 14px;
}

.top_bar_icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.top_bar_icons .social-links-ftr a:hover {
    background: #fb248b;
}

.top_bar_icons .social-links-ftr a {
    color: #fff !important;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #603a4c;
    box-shadow: none;
    font-size: 20px;
}

.men-sec {
    padding: 22px 0;
}

.men-sec li.active a {
    color: #fb248a !important;
}


.top-sec-cart-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #603a4c;
    border-radius: 8px;
    color: #fff;
}

.top-sec-search-bar-icon button {
    background: none !important;
    color: #fff !important;
    border: none !important;
    font-size: 14px;
    width: 60px;
    height: 40px;
    border-right: 1px solid #633a4e !important;
}

.top-sec-search-bar {
    position: relative;
    display: flex;
    align-items: center;
}


.top-sec-search-bar-icon {
    position: absolute;
}


.top-sec-search-bar input::placeholder {
    color: #b0a4a9;
    font-weight: 400 !important;
}


.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.men-sec ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.men-sec ul li a {
    font-size: 13px;
    color: #fff;
    font-family: 'uni-sans-heavy';
    letter-spacing: 0.8px;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.logo-img {
    padding-bottom: 10px;
}

header {
    position: relative;
}

header:before {
    content: "";
    position: absolute;
    background-image: url(../images/header-before.png);
    width: 555px;
    height: 526px;
    right: 0;
    top: 0;
    background-size: cover;
    z-index: -1;
}

/* Header Ends */


/* Banner Start */

.main-banner-one-box-text ul {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.main-banner-two-box-img img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    border-radius: 20px;
}

.main-banner-one-box-text h1 span {
    display: block;
    font-size: 65px;
}

.main-banner-sec {
    padding: 70px 0 20px;
}

.main-banner-categories-excitement-back {
    background-image: url(../images/main-banner-back.png);
    width: 100%;
    height: 100%;
    background-size: cover;
}

.main-banner-one-box-img img {
    width: 100%;
    border-radius: 20px;
    height: 511px;
    object-fit: cover;
}

.main-banner-one-box-img img {
    width: 100%;
}

.main-banner-one-box-text {
    position: absolute;
    left: 30px;
}

.main-banner-one-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-banner-one-box-text p {
    font-family: "Montserrat", sans-serif;
    color: #fdaaca;
    font-size: 14px;
    width: 58%;
    font-weight: 600;
}

.theme-btn-1 {
    font-family: uni-sans-heavy;
}

.theme-btn-1 {
    font-family: uni-sans-heavy;
    background: #fff;
    border-radius: 50px;
    padding: 15px 25px;
    color: #000;
    font-size: 14px;
}

.theme-btn-2 {
    font-family: uni-sans-heavy;
    border: 1px solid #fa4da0;
    padding: 15px 25px;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
}

.main-banner-two-box-heading h2 {
    font-size: 22px;
}

.main-banner-two-box-text-row {
    display: flex;
    align-items: center;
    border-top: 1px solid #411b2e;
    padding-top: 5px;
    margin-top: 8px;
    justify-content: space-between;
    width: 100%;
}


.main-banner-two-box {
    position: relative;
}

.main-banner-two-box-heading {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 0 15px;
}

.main-banner-two-box-text-row-ticket ul:before {
    content: "";
    position: absolute;
    background: #411b2d;
    width: 1px;
    height: 100%;
    right: 0;
    left: 10px;
    margin: 0 auto;
}

.main-banner-two-box-text-row-ticket ul {
    position: relative;
}

.main-banner-two-box-text-row-btn a {
    font-family: 'uni-sans-heavy';
    font-size: 11px;
    background: #fb248a;
    padding: 12px 20px;
    border-radius: 50px;
    color: #fff;
}

.main-banner-two-box-text-row-ticket ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-banner-two-box-text-row-ticket ul li a {
    font-size: 12px;
    color: #e3dde0;
    text-transform: uppercase;
    font-weight: 600;
}


/* Banner Ends */

/*Categories That Spark Excitement Start */

.categories-excitement-text p {
    font-size: 12px;
    color: #95808a;
    font-weight: 500;
    line-height: 20px;
}

.categories-that-spark-excitement-heading {
    text-align: center;
    border-bottom: 1px solid #6c1f44;
    padding-bottom: 30px;
}

.categories-excitement-img img {
    width: 100%;
    height: 268px;
    border-radius: 15px;
    object-fit: cover;
}

.categories-excitement-text h2 {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

.categories-excitement-silder-items {
    position: relative;
}

.categories-excitement-text {
    position: absolute;
    bottom: 15px;
    text-align: center;
    padding: 0 8px;
}

.categories-excitement-silder .slick-active {
    opacity: 1.5;
}

.categories-excitement-silder .slick-slide {
    margin: 0px 5px;
}

.categories-that-spark-excitement-row {
    margin-top: 45px;
}

.categories-excitement-silder .slick-dots {

    bottom: -65px;

}

.categories-excitement-silder .slick-dots li {

    margin: 0 2px;

}

.categories-excitement-silder .slick-dots li button:before {

    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    text-align: center;
    opacity: 1 !important;
    background: #a6145a;
    border-radius: 50%;
}

.categories-excitement-silder .slick-dots li.slick-active button:after {
    content: "";
    position: absolute;
    border: 1px solid #a71659;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: -6px;
    top: -6px;
}


/*Categories That Spark Excitement Ends */


/*Active Competitions Start */

.active-competitions-sec {

    position: relative;
}

.active-competitions-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/active-competitions-before.png);
    width: 916px;
    height: 1559px;
    background-size: cover;
    top: -770px;
    z-index: -1;
    left: 0;
}

.active-competitions-heading {
    text-align: center;
}

.active-competitions-heading h2 {
    margin-bottom: 10px;
}

.active-competitions-heading p {
    width: 80%;
    margin: 0 auto;
    color: #87707b;
    font-size: 14px;
    font-weight: 600;
}

.active-competitions-box {
    margin-top: 35px;
    border: 1px solid #402a35;
    border-radius: 20px;
    padding-bottom: 30px;
}

.active-competitions-box-image img {
    width: 100%;
    height: 260px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.active-competitions-entry-max-instants ul li h2 {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
}

.active-competitions-entry-max-instants ul li h3 {
    color: #fb248a;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}

.active-competitions-entry-max-instants {
    background: #57082e;
    padding: 10px 20px;
    column-count: 3;
}

.active-competitions-entry-max-instants ul li {
    text-align: center;
    padding: 10px 0;
}

.active-competitions-entry-max-instants ul li.boader {
    border-left: 1px solid #793958;
    border-right: 1px solid #793958;
}

.active-competitions-box-text h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.active-competitions-box-image {
    position: relative;
}

.active-competitions-date {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    width: fit-content;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 6px;
    color: #000000;
    text-transform: uppercase;
}

.active-competitions-box-text {
    padding: 25px 20px;
}

.active-competitions-box-text p {
    color: #b0a0a8;
}

.active-competitions-main-line {
    background: #411223;
    height: 30px;
    width: 100%;
    border-radius: 50px;
}

.active-competitions-sold {
    margin-top: 22px;
}

.active-competitions-main-line-second {
    background: #fb248a;
    width: 40%;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'uni-sans-heavy';
    font-size: 12px;
    transition: 0.5s;
}

.active-competitions-box:hover .active-competitions-main-line-second {
    width: 100%;
    transition: 0.5s;
}

.active-competitions-sold p {
    text-align: end;
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 13px;
    color: #eeebed;
}

.active-competitions-button {
    padding: 0 20px;
}

.active-competitions-button a {
    background: #fb248a;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    text-transform: uppercase;
    font-family: 'uni-sans-heavy';
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 50px;
}

.sec-padding {
    padding: 80px 0;
}


/*Active Competitions Ends */


/* How To Play & Win Start*/

.how-to-txt {
    text-align: center;
}

.how-to-txt h3 {
    font-size: 56px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 12px;
}

.how-to-txt p {
    margin: 0 auto;
    width: 75%;
}

.main-bx-how h5 {
    font-size: 20px;
    color: #fff;
    margin: 20px 0px 10px;
}

.main-bx-how p {
    width: 75%;
    line-height: 25px;
}

.main-bx-how img {
    width: 35px;
    height: 33px;
    object-fit: contain;
}

.main-bx-how {
    padding: 35px 20px;
    height: 220px;
    background-color: #250715;
    border: 1px solid #535353;
    margin-top: 28px;
    transition: 0.5s;
    border-radius: 8px;
}

.main-bx-how:hover {
    background-color: #fb248a;
    border: none !important;
    transition: 0.5s;
}

.main-bx-how:hover {
    background-color: #fb248a;
    border: none !important;
    transition: 0.5s;
}

.main-bx-how:hover p {
    color: #fff;
}


/* How To Play & Win Ends */


/*Gaming Setup Start */


.gaming-setup-text h2 {
    font-size: 40px;
    margin-bottom: 20px;
    position: relative;
}

.gaming-setup-text h2 span {
    display: block;
}

.gaming-setup-text h2 span {
    font-size: 62px;
    background: #fff;
    color: #fb248a;
    border-radius: 8px;
    margin-top: 5px;
    padding-left: 20px;
}

.gaming-setup-text h2:before {
    content: "";
    position: absolute;
    background: #763a58;
    width: 150%;
    height: 1px;
    bottom: -16px;
}

.gaming-setup-text p {
    margin-bottom: 20px;
    line-height: 25px;
    padding-top: 10px;
}

.gaming-setup-sec {
    display: flex
;
    align-items: center;
    margin-bottom: 80px;
    width: 100%;
    height: 770px;
    background-size: cover;
    background-image: url(../images/gaming-setup-back.png);
}

/*Gaming Setup Ends */


/*Meet Our Lucky Winners Start*/


.meet-our-lucky-winners-heading h2 {
    margin-bottom: 5px;
}

.meet-our-lucky-winners-heading p {
    width: 80%;
    line-height: 25px;
}

.meet-our-lucky-winners-silder-items-img img {
    width: 100%;
    height: 283px;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.5s;
}

.meet-our-lucky-winners-silder-items {
    border: 1px solid #402a35;
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
    transition: 0.5s;
}

.meet-our-lucky-winners-silder-items:hover * {
    color: #ffff;
}

.meet-our-lucky-winners-silder-items-img {
    overflow: hidden;
}

.meet-our-lucky-winners-silder-items:hover .meet-our-lucky-winners-silder-items-img img {
    transition: 0.5s;
    transform: scale(1.1);
}

.meet-our-lucky-winners-silder .slick-active {
    opacity: 1.5;
}

.meet-our-lucky-winners-silder .slick-slide {
    margin: 0px 5px;
}

.meet-our-lucky-winners-silder-items-text h2 {
    font-size: 17px;
    margin-bottom: 12px;
}

.meet-our-lucky-winners-silder-items-text ul li img {
    width: 68px;
    height: 63px;
    object-fit: cover;
    border-radius: 8px;
}

.meet-our-lucky-winners-silder-items-text ul li h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.meet-our-lucky-winners-silder-items-text {
    margin-top: 22px;
}

.meet-our-lucky-winners-silder-items-text p {
    font-size: 12px;
    line-height: 20px;
}

.meet-our-lucky-winners-silder-items-text ul {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 18px;
}

.meet-our-lucky-winners-silder-items-text ul li p {
    font-family: "Montserrat", sans-serif;
    color: #e3dde0;
    font-size: 14px;
    text-transform: uppercase;
}

.meet-our-lucky-winners-silder-items:hover {
    background: #fb248a;
    transition: 0.5s;
}

.meet-our-lucky-winners-silder .slick-dots {
    position: absolute;
    bottom: inherit;
    width: 100%;
    text-align: end;
    top: -70px;
}

.meet-our-lucky-winners-silder .slick-dots li.slick-active button:after {
    content: "";
    position: absolute;
    border: 1px solid #a71659;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    left: -8px;
    top: -8px;
}

.meet-our-lucky-winners-silder .slick-dots li button:before {
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    text-align: center;
    opacity: 1 !important;
    background: #a6145a;
    border-radius: 50%;
}

.meet-our-lucky-winners-silder .slick-dots li {

    margin: 0 3px;

}


/*Meet Our Lucky Winners Ends */


/* Happy Clients Start */

.testimonial_sec {
    position: relative;
    padding-bottom: 70px;
}


.testimonial_sec::before {
    position: absolute;
    left: -140px;
    width: 300px;
    content: '';
    height: 500px;
    background: #c11a69;
    filter: blur(100px);
    z-index: -1;
    bottom: 0;
}

.testimonial_sec .custom-space {
    margin-top: 50px;
}

.testimonial_top_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.testimonial_top_bar p {
    text-align: center;
    color: #666666;
    margin: 0 auto;
    width: 50%;
}

.testimonial_top_bar {
    padding: 30px 0 15px 0;
}

.checked {
    color: #fd8f00;
}

.testimonial_boxspan {
    color: #f3b15c;
}

.testimonial_box {
    padding: 65px 40px;
    height: 340px;
    margin: 25px 0px;
    position: relative;
}

.testimonial_slider .slick-track {
    display: flex;
    align-items: center;
}

.testimonial_box i {
    position: absolute;
    color: #FFF;
    top: -7%;
    padding: 20px;
    border-radius: 50%;
    background-color: #2d0317;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.section-heading h2 {
    font-size: 56px;
    color: #fff;
}

.section-heading p {
    margin: 0 auto;
    width: 75%;
    line-height: 25px;
}

.testimonial_box p {
    padding: 0;
    font-weight: 500;
    color: #8a8b8d;

    font-family: 'Montserrat';
}

.profile {
    padding: 25px 0 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.profile_text p {
    margin: 0;
    padding: 0;
    overflow-y: visible;
}

.profile_text h6 {
    color: #fff;
    font-size: 18px;
    font-family: 'uni-sans-heavy';
    text-transform: uppercase;
}

.profile_text p {
    padding: 0;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box i {
    background-color: #2b0115;
    color: #fff;
    opacity: 1;
}

.testimonial_slider .slick-slide.slick-current.slick-active .profile_text p {
    padding: 0 !important;
    color: #fff;
    margin: 0 !important;
}


.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box h6 {
    color: #fff;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box p {
    color: #febcdb;
    line-height: 25px;
    margin-top: 15px;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box {
    background-color: #fb248a;
    box-shadow: 23.013px 9.768px 59px 0px rgba(193, 193, 193, 0.2);
    border-radius: 20px;
    height: 370px;
}

.testimonial_box:hover i {
    opacity: 1;
    background-color: #2b0115;
    color: #fff;
}

.testimonial_slider .slick-slide.slick-current.slick-active {
    width: 11% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active {
    width: 7% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active {
    width: 7% !important;
}

.testimonial_slider .slick-list.draggable {
    height: 463px;
    padding: 25px 0;
}

.testimonial_slider .slick-active {
    opacity: 1;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #1e000f;
    border-radius: 15px;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #fff;
}

.profile i {
    position: relative;
    top: 0;
    left: 0;
    background-color: #000000 !important;
    border: 1px solid #fff;
    color: #fff !important;
}

.testimonial_slider .slick-slide.slick-active+.slick-slide.slick-active .testimonial_box p {
    color: #fff;
    margin: 15px 0 0px;
    font-size: 13px;
    line-height: 25px;
}

.profile_text p {
    margin: 0 !important;
}


.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #fff;
    border-radius: 0px;
}

.testimonial_slider-btn {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
}

.testimonial_slider-btn button {
    height: 60px;
    width: 60px;
    display: flex;
    flex-shrink: 0;
    color: #cccccc;
    border-radius: 50%;
    align-items: center;
    transition: ease-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid #cccccc;
    background-color: transparent;
}

.testimonial_slider-btn button:hover {
    color: #000;
    transition: ease-in;
    border-color: #5a4140;
    transition-duration: 0.5s;
    background-color: #5a4140;
}

.abouttestimonial_sec {
    overflow-x: hidden;
    padding: 80px 5% 100px;
}

.section-heading {
    text-align: center;
}


/* Happy Clients Ends */


/* Footer Start */

a.top-navigator {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 80px;
    font-size: 25px;
    color: white;
    background: #fb248a;
}

a.top-navigator:hover {
    background: #000;
}


a.top-navigator i {
    transition: 0.3s all ease-in-out;
}

footer {
    padding: 80px 0 0px 0;
    position: relative;
    z-index: 0;
    background: #1e000f;
}

footer .col-lg-3.col-md-6.col-sm-12.col-12 a img {
    width: 50%;
    height: 80px;
    object-fit: cover;
}

.foot-bottom {
    background: #250112;
    margin-top: 50px;
    padding: 22px 0px 5px;
}

footer h5 {
    position: relative;
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding-left: 15px;
}


footer p {
    font-size: 14px;
    color: #93858c;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
}

.quick-linkd {
    margin-left: 35px;
}

.social-links-ftr a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #817078;
    background: transparent;
    border: 1px solid #817078;
    border-radius: 50%;
    font-size: 16px;
    box-shadow: 0 5px 15px 0px rgb(0 0 0 / 60%);
    transform: translatey(0px);
    transition: 0.3s all ease-in-out;
    overflow: hidden;
    margin-right: 8px;
}

.follow-us-box {
    margin-left: 20px;
}

.social-links-ftr a:hover {
    background: #cd6a2c;
    color: #fff;
    border-color: #0000;
}

.social-links-ftr a:hover {
    background-color: #fff;
    color: #fd2889;
}

.quick-links a {
    font-size: 14px;
    color: #807d7f;
    line-height: 40px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.5s;
}

.quick-links a:hover {
    color: #fb248a;
    text-decoration: underline;
    transition: 0.5s;
}

.foot-number {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    display: block;
    margin-bottom: 12px;
    font-family: 'uni-sans-heavy';
}

.foot-number:hover {
    color: #fb248a;
}

.foot-number:focus {
    color: #fff;
}

a.req-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #4f3844;
    padding: 30px 40px;
    font-size: 16px;
    color: white;
    transition: 0.3s all ease-in-out;
    margin-top: 20px;
}


.foot-timing li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #3c3c3c;
}

.foot-timing li span {
    font-size: 15px;
    color: #a8a8a8;
}

.foot-bottom p {
    text-align: end;
    color: #ffffff96;
    margin-right: 80px;
}


span.text-darkbrown.green {
    color: #cd6a2c;
}


footer h5:before {
    position: absolute;
    content: '';
    background: #fb248a;
    width: 2px;
    top: -1px;
    height: 100%;
    left: 0;
}

.active-competitions-button a {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;

}

.active-competitions-button a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    transition: all 0.6s ease;
}

.active-competitions-button a:hover::before {
    left: 125%;
}

.active-competitions-button a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(238, 9, 121, 0.4);
}


a.req-btn {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;

}

a.req-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    transition: all 0.6s ease;
}

a.req-btn:hover::before {
    left: 125%;
}

a.req-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(238, 9, 121, 0.4);
}


.main-banner-two-box-text-row-btn a {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;

}

.main-banner-two-box-text-row-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    transition: all 0.6s ease;
}

.main-banner-two-box-text-row-btn a:hover::before {
    left: 125%;
}

.main-banner-two-box-text-row-btn a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(238, 9, 121, 0.4);
}


.main-banner-one-box-text a {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;

}

.main-banner-one-box-text a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    transition: all 0.6s ease;
}

.main-banner-one-box-text a:hover::before {
    left: 125%;
}

.main-banner-one-box-text a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(238, 9, 121, 0.4);
}

/* Footer Ends */
	.woocommerce.columns-3 li.product.type-product {
    clear: unset !important;
    opacity: 1 !important;
    margin: 0 10px 70px 10px !important;
    height: 630px !important;
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1500px) {
	
h2.wpb_heading.wpb_singleimage_heading {
    font-size: 35px;
}

section.vc_section.vc_custom_1762941770488 img.vc_single_image-img.attachment-full {
    height: 550px;
    object-fit: cover;
}
.wpb_text_column.wpb_content_element {
    margin: 0;
}
        .categories-excitement-text {
    position: unset !important;
    bottom: 15px;
    text-align: center;
    padding: 0 8px;
    left: 50%;
}
.categories-excitement-silder-items {
    background: white;
    border-radius: 10px;
    height: auto !important;
}
.categories-excitement-img img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 15px;
    object-fit: cover;
    margin: 0 auto 20px auto !important;
}
.categories-excitement-silder-items {
    background: white;
    border-radius: 10px;
    height: 270px!important;
    padding: 11px 1px !important;
}
.gaming-setup-sec {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    width: 100%;
    height: 540px;
    background-size: cover;
    background-image: url(../images/gaming-setup-back.png);
}
.main-bx-how p {
    width: 100%;
    line-height: 25px;
}html body .status-publish {
    background: #57082e;
    padding: 10px 20px !important;
    margin: 10px 5px 50px 5px !important;
}
	.woocommerce.columns-3 li.product.type-product {
    clear: unset !important;
    opacity: 1 !important;
    margin: 0 10px 70px 10px !important;
    height: 630px !important;
}
	a.wc-block-components-product-name {
    white-space: nowrap !important;
}	
}

@media only screen and (min-width: 1291px) and (max-width: 1365px) {
	a.wc-block-components-product-name {
    white-space: nowrap !important;
}	
		ul.tabs.wc-tabs {
    flex-wrap: wrap;
}
	h2.wpb_heading.wpb_singleimage_heading {
    font-size: 35px;
}

section.vc_section.vc_custom_1762941770488 img.vc_single_image-img.attachment-full {
    height: 550px;
    object-fit: cover;
}
.wpb_text_column.wpb_content_element {
    margin: 0;
}
    .categories-excitement-text {
    position: unset !important;
    bottom: 15px;
    text-align: center;
    padding: 0 8px;
    left: 50%;
}
.categories-excitement-silder-items {
    background: white;
    border-radius: 10px;
    height: auto !important;
}
.categories-excitement-img img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 15px;
    object-fit: cover;
    margin: 0 auto 20px auto !important;
}
.categories-excitement-silder-items {
    background: white;
    border-radius: 10px;
    height: 270px!important;
    padding: 11px 1px !important;
}
.gaming-setup-sec {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    width: 100%;
    height: 540px;
    background-size: cover;
    background-image: url(../images/gaming-setup-back.png);
}
.main-bx-how p {
    width: 100%;
    line-height: 25px;
}
html body .status-publish {
    background: #57082e;
    padding: 10px 20px !important;
    margin: 10px 5px 50px 5px !important;
}
.woocommerce.columns-3 li.product.type-product {
    clear: unset !important;
    opacity: 1 !important;
    margin: 0 10px 70px 10px !important;
    height: 630px !important;
}
	.text-innerban h2 {
    font-size: 45px !important;
}	
a.wc-block-components-product-name {
    white-space: nowrap !important;
}	

}


@media only screen and (min-width: 992px) and (max-width: 1290px) {
	.main-banner-two-box-img img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    border-radius: 20px;
}
	.vc_row.wpb_row.vc_row-fluid.vc_column-gap-25.vc_row-o-content-middle.vc_row-flex {
    margin: 0 0 50px 0;
}
a.wc-block-components-product-name {
    white-space: nowrap !important;
}	
.text-innerban h2 {
    font-size: 45px !important;
}	
 section.related.products li.product.type-product  {
    width: 48%;
	    opacity: 1 !important;
}	
	
 section.related.products li.product.type-product  {
    width: 48%;
	    opacity: 1 !important;
}
	h2.wpb_heading.wpb_singleimage_heading {
    font-size: 35px;
}

section.vc_section.vc_custom_1762941770488 img.vc_single_image-img.attachment-full {
    height: 450px;
    object-fit: cover;
}
.wpb_text_column.wpb_content_element {
    margin: 0;
}    
    html body  .status-publish {
    background: #57082e;
    padding: 10px 20px !important;
    margin: 10px 5px 50px 5px !important;
}
    section.vc_section.vc_custom_1762935937087 .vc_row.vc_column-gap-25>.vc_column_container {
    padding: 0;
}

    .main-banner-two-box-text-row {
    display: flex;
    align-items: center;
    border-top: 1px solid #411b2e;
    padding-top: 5px;
    margin-top: 8px;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.categories-excitement-text {
    position: unset !important;
    bottom: 15px;
    text-align: center;
    padding: 0 8px;
    left: 50%;
}
.categories-excitement-silder-items {
    background: white;
    border-radius: 10px;
    height: auto !important;
}
.categories-excitement-img img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 15px;
    object-fit: cover;
    margin: 0 auto 20px auto !important;
}
.categories-excitement-silder-items {
    background: white;
    border-radius: 10px;
    height: 280px!important;
    padding: 11px 1px !important;
}
.gaming-setup-sec {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    width: 100%;
    height: 370px;
    background-size: cover;
    background-image: url(../images/gaming-setup-back.png);
}

.main-bx-how p {
    width: 100%;
    line-height: 25px;
}

.wow {
    visibility: visible !important;
}
.foot-bottom p {
    text-align: end;
    color: #ffffff96;
    margin-right: 120px;
}
h1 {
    font-family: 'uni-sans-heavy';
    font-size: 45px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1.1;
}
.main-banner-one-box-text h1 span {
    display: block;
    font-size: 35px;
}
.single-img img {
    width: 100%;
    height: 350px !important;
    border-radius: 0;
}

ul.tabs.wc-tabs {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 30px !important;
}
.woocommerce.columns-3 li.product.type-product {
    clear: unset !important;
    opacity: 1 !important;
    margin: 0 10px 70px 10px !important;
    height: 640px !important;
}li#tab-title-description a:after {
    font-size: 13px !important;   
}	
	
	ul.tabs.wc-tabs {
    flex-wrap: wrap;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
.main-banner-two-box-img img {
    height: 215px;
}	
ul.tabs.wc-tabs {
    flex-wrap: wrap;
}	
li#tab-title-description a:after {
    font-size: 13px !important;   
}	
.text-innerban h2 {
    font-size: 35px !important;
}
	
	h4.vc_tta-panel-title.vc_tta-controls-icon-position-left span.vc_tta-title-text {
    font-size: 16px;
}	
	

		h2.wpb_heading.wpb_singleimage_heading {
    font-size: 35px;
}
	
	
.woocommerce.columns-3 li.product.type-product {
    clear: unset !important;
    opacity: 1 !important;
    margin: 0 10px 70px 10px !important;
    height: auto;
}
	
	
.inner-box {
    height: 230px;
    box-shadow: 11px 9px 15px 8px #20b9db4a;
    border: 2px solid #fb248a;
    outline: 4px solid #f5bd25;
    padding: 25px 0;
    border-radius: 10px;
}    
    

    .contact-email a {
    font-size: 14px;
}
    
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
    text-align: right !important;
    width: 410px !important;
}

.categories-excitement-text {
    position: unset !important;
    bottom: 15px;
    text-align: center;
    padding: 0 8px;
    left: 50%;
}
.categories-excitement-silder-items {
    background: white;
    border-radius: 10px;
    height: auto !important;
}
.categories-excitement-img img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 15px;
    object-fit: cover;
    margin: 0 auto 20px auto !important;
}
.categories-excitement-silder-items {
    background: white;
    border-radius: 10px;
    height: auto !important;
    padding: 11px 1px !important;
}
.follow-us-box {
    margin-left: 0;
}
html {
    overflow-x: hidden;
}
.gaming-setup-sec {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    width: 100%;
    height: auto;
    background-size: cover;
    background-image: url(../images/gaming-setup-back.png);
    background-position: left;
    padding: 40px 0;
}
.gaming-setup-text p {
    color: #ffff;
}
.top-sec-search-bar-icon button {
    background: none !important;
    color: #fff !important;
    border: none !important;
    font-size: 11px;
    width: 40px;
    height: 30px;
    border-right: 1px solid #633a4e !important;
}

html body .top-sec-search-bar input {
    padding-left: 50px !important;
}
.top_bar_icons .social-links-ftr a {
    width: 40px;
    height: 40px;
    font-size: 12px;
}
.top_bar_icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
}
.top-sec-cart-button {
    width: 40px !important;
    height: 40px !important;
    font-size: 12px !important;
}
.categories-excitement-silder .slick-track {
    margin: 0;
}
.xoo-wsc-sc-bki {
    font-size: 16px !important;
}
span.xoo-wsc-sc-count, span.xoo-wsch-items-count {
    width: 15px !important;
    height: 15px !important;
    font-size: 7px !important;
    right: -10px !important;
    top: -10px !important;
}

    
.main-banner-two-box {
    position: relative;
    width: 47%;
    margin: 20px 0;
}

.main-banner-sec .col-lg-3.col-md-12.col-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-bx-how {
    padding: 25px 10px;
    height: 250px;
    background-color: #250715;
    border: 1px solid #535353;
    margin-top: 28px;
    transition: 0.5s;
    border-radius: 8px;
}
.main-bx-how p {
    width: 100%;
    line-height: 25px;
}

.foot-bottom p {
    text-align: end;
    color: #ffffff96;
    margin-right: 98px;
}

.inner-box {
    box-shadow: 11px 9px 15px 8px #20b9db4a;
    border: 2px solid #fb248a;
    outline: 4px solid #f5bd25;
    padding: 25px 0 !important;
    border-radius: 10px;
}
.single-img img {
    width: 100%;
    height: auto !important;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 900;
    color: white !important;
    text-align: center;
    background: #0d0d0d;
    border: 0;
    margin:0 !important;
}
li#tab-title-description a:after {
    font-size: 14px !important;
    content: 'Terms & COndition';
    height: 40px;
}
ul.tabs.wc-tabs {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 30px !important;
}

section.vc_section.vc_custom_1762935937087 .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}
.wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block {
    display: none;
}
 section.related.products li.product.type-product  {
    width: 48%;
	    opacity: 1 !important;
}
	
section.products li.product.type-product  {
    width: 48% !important;
    opacity: 1 !important;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
	
	.meet-our-lucky-winners-silder .slick-dots {
    bottom: -10px;
    top: unset;
}

.meet-our-lucky-winners-silder-items {
    margin: 40px 0;
}

.meet-our-lucky-winners-silder-items.wow.fadeInUp {}
	
.woocommerce table.shop_table td {
    font-size: 12px;
}

.woocommerce table.shop_table th {
    font-size: 12px;
    white-space: nowrap;
}	
 section.related.products li.product.type-product {
    width: 100%;
	    opacity: 1 !important;
}	
	
 section.products li.product.type-product  {
   		 width: 100% !important;
   		 opacity: 1 !important;
}
	h4.vc_tta-panel-title.vc_tta-controls-icon-position-left span.vc_tta-title-text {
    font-size: 16px;
}
	.meet-our-lucky-winners-sec.sec-padding {
    padding-bottom: 0;
}

.meet-our-lucky-winners-silder-items-text ul {
    flex-wrap: wrap;
    gap: 10px;
}
.main-banner-two-box-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}    
    .wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block {
    display: none;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
    background: transparent !important;
    border-radius: 4px;
    box-sizing: border-box;
    height: auto !important;
    position: relative;
    width: 100%;
}
.wc-blocks-components-select .wc-blocks-components-select__label {
    color: #fff !important;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: 0 !important;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.25;
    margin: 0;
    max-width: calc(100% - 27px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 2px;
    transform: translateY(15%) scale(.75);
    transform-origin: top left;
    transition: all .2s ease;
    white-space: nowrap;
    z-index: 1;
}
.wc-blocks-components-select .wc-blocks-components-select__select {
    appearance: none;
    background: none;
    border: 1px solid hsl(0deg 0% 100% / 80%) !important;
    border-radius: 4px;
    color: #fff !important;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    height: 50px !important;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 0 10px !important;
    text-decoration: inherit;
    text-transform: inherit;
    width: 100%;
    position: unset;
}

 .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
    text-align: right !important;
    width: 260px !important;
}
 .section-heading h2 {
    font-size: 36px;
    color: #fff;
}
h3 {
    font-family: 'uni-sans-heavy';
    font-size: 25px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 10px;
}
section.vc_section.vc_custom_1762935937087 .vc_row.vc_column-gap-25>.vc_column_container {
    padding: 0;
}

.top-sec .row {
    align-items: center;
    border-bottom: 1px solid #5a3948;
    padding: 10px 0;
    gap: 10px;
}
.text-innerban h2 {
    color: #fff;
    font-size: 35px !important;
    font-weight: 600;
    text-transform: uppercase;
}
.section-heading p {
    margin: 0 auto;
    width: 100%;
    line-height: 25px;
}
.single-img img {
    width: 100%;
    height: auto !important;
    border-radius: 0;
}
        

.main-banner-one-box {
    flex-direction: column;
}

.top-sec-logo-img {
    display: flex;
    justify-content: center;
    margin: 0 0 10px 0;
}

.top_bar_icons {
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
}

.top_bar_icons .social-links-ftr a {
    width: 45px;
    height: 45px;
    font-size: 12px;
}

.top-sec-cart-button {
    width: 45px !important;
    height: 45px !important;
    font-size: 12px;
}

.xoo-wsc-sc-bki {
    font-size: 16px !important;
}

span.xoo-wsc-sc-count, span.xoo-wsch-items-count {
    width: 15px !important;
    height: 15px !important;
    font-size: 7px !important;
    right: -10px !important;
    top: -10px !important;
}

h1 {
    font-size: 30px
}

.main-banner-one-box-text h1 span {
  font-size: 25px
}
.main-banner-one-box-text{
    position: unset;
}

.main-banner-one-boxt {
    flex-direction: column;
}

.main-banner-one-box-img img {
    height: 310px;
    margin: 0 0 20px 0;
}

.main-banner-one-box-text p {
    width: 100% !important;
}


.main-banner-one-box-text ul {
    flex-wrap: wrap;
}


h2 {
    font-size: 29px;
    margin: 0 0 10px 0;
}

h4 {
    margin: 0 0 10px;
}

p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.5;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    margin: 0 !important;
}

.wow.bounceIn {
    visibility: visible !important;
}

.categories-excitement-text {
    position: unset !important;
    width: 100%;
    height: auto;
}

.categories-excitement-silder-items {
    height: auto !important;
    padding: 10px 0;
}

html {
    overflow-x: hidden;
}

.gaming-setup-sec {
    z-index: 1;
    height: auto;
    padding: 100px 0;
    position: relative;
}

.gaming-setup-sec::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    background: #000000bd;
    height: 100%;
}

.gaming-setup-text p {
    color: #ffff;
}    

.how-to-txt p {
    width: 95%;
}

.how-to-txt h3 {
    font-size: 35px;
    line-height: 1.2;
}

.quick-linkd {
    margin-left: 0;
}
.follow-us-box {
    margin-left: 0;
}
footer h5 {
    position: relative;
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding-left: 15px;
    margin-top: 20px;
}
.quick-links a {
    font-size: 12px;
    color: #807d7f;
    line-height: 1.2;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.5s;
}
a.top-navigator {
    position: absolute;
    bottom: unset;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 15px;
    color: white;
    background: #fb248a;
    top: 0;
}
section#media_image-2 {
    display: flex;
    justify-content: center;
}
.foot-bottom p {
    color: #ffffff96;
    margin-right: 0;
    text-align: center;
}
.categories-excitement-img img {
    width: 50% !important;
    height: 150px !important;
    border-radius: 15px;
    object-fit: cover;
    margin: 0 auto 10px auto !important;
}

ul.tabs.wc-tabs {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 10px !important;
    flex-wrap: wrap;
    padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 900;
    color: white !important;
    text-align: center;
    background: #0d0d0d;
    border: 0;
    margin:0 !important;
}
li#tab-title-description a:after {
    font-size: 12px !important;
    content: 'Terms & COndition';
    height: 40px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: unset;
}
	
.woocommerce.columns-3 li.product.type-product {
    clear: unset !important;
    opacity: 1 !important;
    height: 700px !important;
}
	.woocommerce ul.products li.product a img {
    height: 250px !important;
    object-fit: cover;
    width: 100%;
}
	.text-innerban h2 {
    font-size: 35px !important;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
.text-innerban h2 {
    font-size: 35px !important;
}	
 section.related.products li.product.type-product  {
   		 width: 100%;
	    opacity: 1 !important;
}
	
.woocommerce.columns-3 li.product.type-product {
    clear: unset !important;
    opacity: 1 !important;
    height: 600px !important;
}
.slick-dots li button:before {
    color: #fff;
	opacity: 0.7 !important;
}	

ul.slick-dots li {
    margin: 0 !important;
}
	
.woocommerce .products ul li{
	opacity: 0.7 !important;
}
	
.woocommerce .products ul li.slick-active{
	opacity: 1 !important;
}
	
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #fff;
}
	
 .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
    text-align: right;
    width: 150px;
}
 .main-banner-one-box {
    flex-direction: column;
}

.top-sec-logo-img {
    display: flex;
    justify-content: center;
    margin: 0 0 10px 0;
}

.top_bar_icons {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.top_bar_icons .social-links-ftr a {
    width: 45px;
    height: 45px;
    font-size: 12px;
}

.top-sec-cart-button {
    width: 45px !important;
    height: 45px !important;
    font-size: 12px;
}

.xoo-wsc-sc-bki {
    font-size: 16px !important;
}

span.xoo-wsc-sc-count, span.xoo-wsch-items-count {
    width: 15px !important;
    height: 15px !important;
    font-size: 7px !important;
    right: -10px !important;
    top: -10px !important;
}

h1 {
    font-size: 30px
}

.main-banner-one-box-text h1 span {
  font-size: 25px
}
.main-banner-one-box-text{
    position: unset;
}

.main-banner-one-boxt {
    flex-direction: column;
}

.main-banner-one-box-img img {
    height: 310px;
    margin: 0 0 20px 0;
}

.main-banner-one-box-text p {
    width: 100% !important;
}


.main-banner-one-box-text ul {
    flex-wrap: wrap;
}


h2 {
    font-size: 29px;
    margin: 0 0 10px 0;
}

h4 {
    margin: 0 0 10px;
}

p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.5;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		/*width: 100% !important; */
       margin: 10px 0px 20px !important;
}

	.slick-slide {
		margin: 20px 20px;
	}
.wow.bounceIn {
    visibility: visible !important;
}

.categories-excitement-text {
    position: unset !important;
    width: 100%;
    height: auto;
}

.categories-excitement-silder-items {
    height: 260px !important;
    padding: 10px 0;
}

html {
    overflow-x: hidden;
}

.gaming-setup-sec {
    z-index: 1;
    height: auto;
    padding: 40px 0;
    position: relative;
    background-position: -40px 0px;
}

.gaming-setup-sec::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    background: #000000bd;
    height: 100%;
}

.gaming-setup-text p {
    color: #ffff;
}    

.how-to-txt p {
    width: 95%;
}

.how-to-txt h3 {
    font-size: 35px;
    line-height: 1.2;
}

.quick-linkd {
    margin-left: 0;
}
.follow-us-box {
    margin-left: 0;
}
footer h5 {
    position: relative;
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding-left: 15px;
    margin-top: 20px;
}
.quick-links a {
    font-size: 12px;
    color: #807d7f;
    line-height: 1.2;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.5s;
}
a.top-navigator {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 15px;
    color: white;
    background: #fb248a;
}
section#media_image-2 {
    display: flex;
    justify-content: center;
}
.foot-bottom p {
    color: #ffffff96;
    margin-right: 0;
    text-align: center !important;
}
.categories-excitement-img img {
    width: 50% !important;
    height: 150px !important;
    border-radius: 15px;
    object-fit: cover;
    margin: 0 auto 10px auto !important;
}



.top-sec .row {
    align-items: center;
    border-bottom: 1px solid #5a3948;
    padding: 10px 0;
    gap: 10px;
}
.text-innerban h2 {
    color: #fff;
    font-size: 35px !important;
    font-weight: 600;
    text-transform: uppercase;
}
.section-heading p {
    margin: 0 auto;
    width: 100%;
    line-height: 25px;
}
.single-img img {
    width: 100%;
    height: auto !important;
    border-radius: 0;
}
ul.tabs.wc-tabs {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 10px !important;
    flex-wrap: wrap;
    padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 900;
    color: white !important;
    text-align: center;
    background: #0d0d0d;
    border: 0;
    margin:0 !important;
}
li#tab-title-description a:after {
    font-size: 12px !important;
    content: 'Terms & COndition';
    height: 40px;
}
 
 
 
 
 .section-heading h2 {
    font-size: 36px;
    color: #fff;
}
h3 {
    font-family: 'uni-sans-heavy';
    font-size: 25px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 10px;
}
section.vc_section.vc_custom_1762935937087 .vc_row.vc_column-gap-25>.vc_column_container {
    padding: 0;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: unset;
    width: 100%;
}
.g-recaptcha {
    transform: scale(0.7) !important;
    margin: 0 0  0 -37px;
}
.wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block {
    display: none;
}
.contact-email a {
    font-size: 12px;
}
.contact-email {
    color: #fff !important;
    border-radius: 10px;
    border: 1px solid #603a4c;
    box-shadow: none;
    font-size: 20px;
    padding: 10px 4px;
    color: white !important;
}
.wc-blocks-components-select .wc-blocks-components-select__container {
    background: transparent !important;
    border-radius: 4px;
    box-sizing: border-box;
    height: auto !important;
    position: relative;
    width: 100%;
}
.wc-blocks-components-select .wc-blocks-components-select__label {
    color: #fff !important;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: 0 !important;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.25;
    margin: 0;
    max-width: calc(100% - 27px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 2px;
    transform: translateY(15%) scale(.75);
    transform-origin: top left;
    transition: all .2s ease;
    white-space: nowrap;
    z-index: 1;
}
.wc-blocks-components-select .wc-blocks-components-select__select {
    appearance: none;
    background: none;
    border: 1px solid hsl(0deg 0% 100% / 80%) !important;
    border-radius: 4px;
    color: #fff !important;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    height: 50px !important;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 0 10px !important;
    text-decoration: inherit;
    text-transform: inherit;
    width: 100%;
    position: unset;
}

.main-banner-two-box-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
}

.main-bx-how p {
    width: 100%;
    line-height: 25px;
}
h1.product_title.entry-title {
    font-size: 34px !important;
}
.lty-lottery-timer #lty_lottery_days, .lty-lottery-timer #lty_lottery_hours, .lty-lottery-timer #lty_lottery_minutes, .lty-lottery-timer #lty_lottery_seconds {
    font-size: 12px !important;
    font-weight: 600;
}
.lty-lottery-timer .lty-lottery-timer-content {
    display: block;
    font-size: 12px !important;
}
.single-product .summary.entry-summary {
    padding: 20px 10px 24px 10px;
    border-radius: 4px;
    background: #1c1d1f;
}
.status-publish {
    background: #57082e;
    padding: 10px 10px !important;
    margin: 0 0 50px !important;
}
	
	h4.vc_tta-panel-title.vc_tta-controls-icon-position-left span.vc_tta-title-text {
    font-size: 16px;
}
 section.related.products li.product.type-product {
    width: 100% !important;
    opacity: 1 !important;
}
	.woocommerce table.shop_table td {
    font-size: 12px;
}

.woocommerce table.shop_table th {
    font-size: 12px;
    white-space: nowrap;
}
	
	.meet-our-lucky-winners-silder .slick-dots {
    bottom: -10px;
    top: unset;
}

.meet-our-lucky-winners-silder-items {
    margin: 40px 0;
}

.meet-our-lucky-winners-silder-items.wow.fadeInUp {}
}




/*Media Query End*/


#primary {
    padding: 80px 0;
}
.woocommerce-breadcrumb {
    color: #ffffff !important;
}
nav.woocommerce-breadcrumb {
    padding: 10px !important;
    background: #54032e;
}
 .woocommerce-breadcrumb a {
    color: #ffffff96 !important ;
}

.woocommerce div.product div.images img {
    height: auto !important;
    object-fit: contain;
    background: #2b0115;
    border: 1px solid;
    padding: 16px;
    border-radius: 10px;
}
h1.product_title.entry-title {
    font-size: 30px;
}

.lty-instant-winners-table .lty-prize-available {
    color: #ffff !important;
}
p.woocommerce-result-count {
    color: #fff;
}
select.orderby {
    color: #000;
    appearance: auto;
    background: #ffff;
    width: 100%;
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-medium table.wc-block-cart-items .wc-block-cart-items__header, .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-mobile table.wc-block-cart-items .wc-block-cart-items__header, .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: block !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: visible !important;
}
th.wc-block-cart-items__header-product {
    width: 25% !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 80px !important;
}
.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: block !important;
    font-size: 12px !important;
    font-family: 'Montserrat' !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
    background: transparent !important;
    border-radius: 4px;
    box-sizing: border-box;
    height: auto !important;
    position: relative;
    width: 100%;
}
.wc-blocks-components-select .wc-blocks-components-select__label {
    color: #fff !important;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: 0 !important;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.25;
    margin: 0;
    max-width: calc(100% - 27px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 2px;
    transform: translateY(15%) scale(.75);
    transform-origin: top left;
    transition: all .2s ease;
    white-space: nowrap;
    z-index: 1;
}
.wc-blocks-components-select .wc-blocks-components-select__select {
    appearance: none;
    background: none;
    border: 1px solid hsl(0deg 0% 100% / 80%) !important;
    border-radius: 4px;
    color: #fff !important;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    height: 50px !important;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 0 10px !important;
    text-decoration: inherit;
    text-transform: inherit;
    width: 100%;
    position: unset;
}

.woocommerce ul.products li.product a img {
    height: 167px;
    object-fit: cover;
    width: 100%;
}

.woocommerce-info {
    margin: 0 0 20px 0 !important;
}
button.single_add_to_cart_button.button.alt.lty-participate-now-button.lty-range-slider {
    margin-top: 40px !important;
}
