@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200;300;400;500;600;700;800&family=Poppins:wght@200;300;400;500;600&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Oxanium', sans-serif;
    white-space: initial;
    display: inline-block;
}
.header-logo h3 {
    font-size: 21px;
    color: #fff;
}

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: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/
.stream-box {
    /* max-height: 600px; */
    /* overflow-y: auto; */
}
/* .stream-box::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.stream-box::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.stream-box::-webkit-scrollbar-thumb
{
	background-color: #000000;
} */


.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: 'Oxanium', sans-serif;
    font-size: 55px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 0px;
}

h2 {
    font-family: 'Oxanium', sans-serif;
    font-size: 58px;
    color: #000;
    font-weight: 700;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h3 {
    font-family: 'Oxanium', sans-serif;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h4 {
    font-family: 'Oxanium', sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h5 {
    font-family: 'Oxanium', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h6 {
    font-family: 'Oxanium', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

p {
    color: #5d5d5d;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 15px 0;
    position: relative;
    z-index: 2;
    background: black;
}

.menuSec img {
    margin: 0;
    max-width: 38px;
}

.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;
    width: 80%;
    margin: 0 auto;
}

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

.menuSec li ul {
    display: none;
}

.menuSec ul li a:after {
    position: absolute;
    content: '';
    width: 0%;
    left: 50%;
    height: 2px;
    background: #fff;
    bottom: -2px;
    transition: .5s all;
}

.menuSec ul li a:hover:after {
    left: 0;
    width: 100%;
}

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


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.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: #fff;
}

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

.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;
}

.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;
}


/* You just need to get this field - start */

.search-box {
    width: 450px;
    position: relative;
    justify-content: flex-start;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.search-input {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 0 45px 0px 15px;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    height: 40px;
    border: none;
    transition: all .4s;
    border: 1px solid #000;
}

.search-input:focus {
    border: none;
    outline: none;
    box-shadow: 0 1px 12px #b8c6db;
    -moz-box-shadow: 0 1px 12px #b8c6db;
    -webkit-box-shadow: 0 1px 12px #b8c6db;
}

.search-btn {
    background-color: transparent;
    font-size: 18px;
    padding: 6px 9px;
    margin-left: -45px;
    border: none;
    color: #fff;
    transition: all .4s;
    z-index: 10;
}

.fadeInRight .log-in-wrap {
    min-height: 632px;
}
.loginform button.btn-2 {
    font-size: 18px;
    padding: 12px 20px;
}

.loginform {
    padding: 20px 35px !important;
}

.loginform .form-group input {
    height: 55px;
    margin-bottom: 10px;
}

.loginform h2 {
    margin-bottom: 10px !important;
    font-size: 36px !important;
}

.search-btn:hover {
    transform: scale(1.2);
    cursor: pointer;
    color: black;
}

.search-btn:focus {
    outline: none;
    color: black;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    /* right: 0; */
    /* bottom: 0; */
    width: 100%;
    z-index: 9;
}

ul.header-cont {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    /* gap: 30px; */
    position: relative;
}

ul.header-cont li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

ul.header-cont i {
    font-size: 20px;
    color: #fff;
}

ul.header-cont a {
    font-size: 14px;
    color: #fff;
}

ul.header-cont:after {
    height: 100%;
    left: 0;
    background: #fff;
    right: 0;
    margin: auto;
}

ul.header-cont li:first-child {
    /* border-right: 1px solid #fff; */
    padding-right: 20px;
    margin-right: 20px;
}

ul.header-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

ul.header-social i {
    font-size: 20px;
    color: #000;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 6 Brands";
    transition: .5s all;
}

ul.header-social i:hover {
    background: #ea4033;
    color: #fff;
    transform: rotate(45deg);
}

.topSec {
    padding: 10px 0;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

button.search-btn i {
    width: auto;
    height: auto;
    background: transparent;
    font-weight: 300;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 20px;
}

.header-btn i {
    font-size: 20px;
    color: #fff;
    background: #612fe6;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-input::placeholder {
    color: #fff;
}

.menuSec .row {
    align-items: center;
}

.menuSec:after,
.menuSec:before {
    position: absolute;
    content: '';
    width: 32%;
    height: 100%;
    left: 0;
    top: 0;
    background: #612fe6;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    transition: .8s all;
}

.menuSec:before {
    left: auto;
    right: 0;
    background: #ea4033;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    transition: .8s all;
}

.menuSec:hover:after,
.menuSec:hover:before {
    width: 53%;
}


/* You just need to get this field - end */


/* Header Section End */


/* Home Banner Section Start */

.banner_text {
    text-align: left;
}

.banner_text h3 {
    font-size: 54px;
    color: #fff;
    font-weight: 700;
    line-height: 54px;
}

.banner_text h1 {
    font-size: 72px;
    color: #fff;
    font-weight: 700;
    line-height: 72px;
}

.banner_text p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: 'Oxanium';
    word-spacing: 5px;
    width: 90%;
}

.banner-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 20px;
}

.btn-1 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 40px;
    /* background: #ea4033; */
    border-radius: 6px;
    letter-spacing: 1px;
    transition: 1s all;
    border: 0;
    box-shadow: inset 0 -80px 0 0 #ea4033;
}

.btn-2 {
    color: #fff;
    text-transform: uppercase;
    padding: 14px 40px;
    /* background: #612fe6; */
    border-radius: 6px;
    letter-spacing: 1px;
    font-size: 16px;
    transition: 1s all;
    border: 0;
    box-shadow: inset 0px 70px 0px 0px #612fe6;
}

.btn-2:hover {
    box-shadow: inset 0px -80px 0px 0px #ea4033;
    color: #fff;
}

.btn-1:hover {
    box-shadow: inset 0px 80px 0px 0px #420fc9;
    color: #fff;
}

.main_slider {
    position: relative;
}

img.home-banner-image {
    width: 100%;
}
.main_slider video {
    width: 100%;
    height: 100%;
}
.main_slider .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #0000006b;
    backdrop-filter: blur(5px);
}

.main_slider .carousel-indicators {
    bottom: 70px;
}

.main_slider .carousel-indicators [data-bs-target] {
    height: 5px;
    margin: 0 3px;
    opacity: 1;
    border: 0;
}

.main_slider .carousel-indicators .active {
    background: #612fe6;
    /* height: 5px; */
    border: 0;
}

.main_slider .carousel-item {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 75% 100%, 29% 90%, 0 100%);
}

.banner_img {
    position: relative;
    z-index: 1;
    margin-left: -100px;
}

.banner_img:after,
.banner_img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: -20px;
    background: #ea4033;
    opacity: .5;
    width: 90%;
    margin: 0 auto;
    z-index: -1;
}

.banner_img:before {
    width: 85%;
    margin: 0 auto;
    bottom: -35px;
}


/* Home Banner Section End */
.loginbtn {
    padding: 6px 25px;
    background: #5d3de3;
    border: 2px solid #5d3de3;
    transition: all .5s ease-in-out;
}
.loginbtn:hover {
    padding: 6px 25px;
    color: #e83532;
    background: #fff;
    border: 2px solid #fff;
}
/* About Section Start */

.about-sec {
    position: relative;
    padding: 86px 0 80px;
}

.about-top-image {
    text-align: center;
    margin: 0;
    position: absolute;
    top: -12px;
    left: 15%;
}

.jet-smk {
    transform: rotate(-25deg);
}

img.jet-smok {
    position: absolute;
    left: -18px;
    width: 135px;
    bottom: 2px;
    display: block;
}

.about-top-image img {
    animation: vibrate-3 1s linear infinite both;
}

@keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }
    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.about-sec .row {
    align-items: center;
}

.about-text h6 {
    font-size: 24px;
    color: #ea4033;
}

.about-image img {
    width: 100%;
    border-radius: 0;
}

figure.inverse_triangle {
    position: absolute;
    bottom: -30px;
    left: -15px;
}

.about-image {
    /* border: 10px solid #ea4033; */
    border-top: 0;
    border-right: 0;
    position: relative;
}

.about-text h2 {
    font-size: 57px;
    font-weight: 700;
    line-height: 60px;
}

.about-text p {
    padding: 10px 0;
    line-height: 30px;
}

.about-text a {
    margin-top: 30px;
}

.about-image figure {
    background: #282E3A;
    width: 200px;
    height: 300px;
    /* margin: 20px; */
    display: inline-block;
}

.about-image .triangle {
    background: none;
    width: 0;
    height: 0;
    border-bottom: 350px solid #282E3A;
    border-left: 225px solid transparent;
    border-right: 0px solid transparent;
}

.about-image .inverse_triangle {
    background: none;
    width: 0;
    height: 0;
    border-bottom: 625px solid rgb(234 64 51);
    border-left: 0 solid transparent;
    border-right: 655px solid transparent;
    z-index: -1;
}


/* About Section End */


/* Live Stream Section Start */

.stream-sec {
    position: relative;
   /* background-image: url(../images/stream-bg.jpg);*/
   background: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    background-attachment: fixed;
}

.stream-box h2 {
    font-size: 58px;
    /* color: #fff; */
}

.stream-sec table.table tr:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    top: 0;
    /* background: #000000; */
    z-index: -1;
    transition: .5s all;
}

.stream-sec table.table tr:hover:after {
    height: 100%;
    top: auto;
    bottom: 0;
}

.stream-sec table.table tr {
    /* background: #612fe6; */
    text-align: left;
    border: 10px solid #282828;
    border-left: 0;
    border-right: 0;
    position: relative;
    z-index: 1;
}

.stream-sec table.table tr td {
    padding: 14px 10px;
    font-size: 16px;
    /* color: #ffffff; */
    text-transform: capitalize;
    font-family: 'Oxanium';
    vertical-align: middle;
    text-align: center;
    text-wrap: nowrap;
}

.stream-sec table.table tr td a {
    /* color: #ffffff; */
}

.stream-sec table.table tr td:nth-child(2) {
    text-align: center;
}

.stream-sec table.table tr td>span.red {
    /* color: #fff; */
}

.stream-sec table.table tr td>span.green {
    /* color: #fff; */
}

.stream-sec table.table thead tr th>h5 {
    font-size: 26px;
    font-weight: 700;
    /* color: #fff; */
    text-align: center;
    padding: 14px 0;
    text-wrap: nowrap;
}


/* Live Stream Section End */


/* Product Section Start */

.product-sec {
    position: relative;
    padding: 80px 0;
}

.product-sec .sec-head {
    margin-bottom: 30px;
}

.product-sec .sec-head h2 {
    font-size: 60px;
    /* font-weight: 600; */
    text-align: left;
}

.product-slider .slick-prev,
.product-slider .slick-next {
    top: -20%;
    left: auto;
    right: 60px;
}

.product-slider .slick-prev {
    right: 10%;
}

.product-image {
    overflow: hidden;
}

.product-box:hover .product-image img {
    transform: scale(1.2);
}

.product-image img {
    transition: .5s all;
}

.product-box {
    background-color: rgb(30, 27, 32);
}

.product-text h3 {
    font-size: 20px;
    color: #fff;
}

ul.product-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

ul.product-price span {
    color: #ea4033;
    font-size: 20px;
    font-family: 'Oxanium';
    font-weight: 600;
}

ul.product-price i {
    font-size: 18px;
    width: 35px;
    height: 35px;
    background: #612fe6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #ea4033;
}

.product-text {
    padding: 15px 15px;
}

.product-slider .slick-slide {
    opacity: 1;
    margin: 0px 7px;
}

.product-slider .slick-prev:before,
.product-slider .slick-next:before {
    position: absolute;
    content: '\f105';
    width: 40px;
    height: 32px;
    background: #612fe6;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0;
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    transition: .5s all;
}

.product-slider .slick-prev:before {
    content: '\f104';
}

.product-slider .slick-prev:hover:before,
.product-slider .slick-next:hover:before {
    background: #ea4033;
}


/* Product Section End */


/* Sport Wear Section Start */

.sport-wear-sec {
    position: relative;
    padding: 90px 0;
}

.sport-wear-sec:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/wear-sec-bg.jpg);
    filter: sepia(100%) saturate(200%) brightness(0%) hue-rotate(330deg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 86%, 74% 71%, 18% 100%, 0 100%);
    background-attachment: fixed;
}

.sport-wear-sec .row {
    align-items: center;
}

.sport-wear-text h2 {
    font-size: 92px;
    color: #fff;
    line-height: 100px;
    font-weight: 600;
}

.sport-wear-text a {
    margin-top: 20px;
}

.wear-image-box {
    position: relative;
}

.wear-image-box {
    margin: 0 0 -90px -90px;
}


/* Sport Wear Section End */


/* Video Section Start */

.video-sldier .slick-prev:before,
.video-sldier .slick-next:before {
    position: absolute;
    content: '\f105';
    width: 40px;
    height: 32px;
    background: #612fe6;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 20px;
    transition: .5s all;
}

.video-sldier .slick-prev:before {
    content: '\f053' !important;
}
.video-sldier .slick-next:before {
    content: '\f054' !important;
}

.video-sldier .slick-prev:hover:before,
.video-sldier .slick-next:hover:before {
    background: #ea4033;
}

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

.sec-head {
    text-align: center;
    margin-bottom: 20px;
}

.video-sldier .slick-slide {
    margin: 0 10px;
    opacity: 1;
}

.video-sldier .slick-prev {
    left: -40px;
}

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

.sec-head {
    text-align: center;
    margin-bottom: 20px;
}

.sec-head h2 {
    font-size: 60px;
    font-weight: 700;
}

.slick-slide {
    margin: 0 10px;
    opacity: 1;
}

.slick-prev {
    left: -40px;
}

.video-box {
    position: relative;
    overflow: hidden;
}

.play-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn i {
    font-size: 26px;
    color: #fff;
    width: 70px;
    height: 70px;
    background: #ea4033;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    animation: heartbeat 1.5s ease-in-out infinite both;
    transition: .5s all;
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}


/* Video Section End */


/* Contract Section Start */

.contact-sec {
   /* background-image: url(../images/cont-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    background-attachment: fixed;
}

.contact-sec .row {
    align-items: center;
}

.contact-box {
    border-width: 10px;
    border-color: rgb(97, 47, 230);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.11);
    padding: 50px;
}

.contact-box h2 {
    font-size: 72px;
    font-weight: 700;
}

.contact-box input {
    width: 100%;
    height: 50px;
    padding: 0 12px;
    border: 1px solid #787878;
    border-radius: 6px;
    color: #787878;
    margin: 10px 0;
}

.contact-box textarea::placeholder,
.contact-box input::placeholder {
    color: #787878;
}

.contact-box textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #787878;
    border-radius: 8px;
    padding: 12px;
    margin: 10px 0;
}

.contact-image img {
    width: 100%;
}

.contact-image {
    width: 108%;
    z-index: 1;
    position: relative;
}


/* Contract Section End */


/* Testimonial Section Start */

.sec-head.testi-sec-head h2 {
    color: #000;
}

.tesi-slide-box {
    position: relative;
    padding: 20px;
    border-radius: 7px;
    border: 1px solid #737373;
    transition: .5s all;
}

.tesi-slide-box p {
    text-align: justify;
    line-height: 32px;
}

ul.testi-profile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding-top: 25px;
}

ul.testi-profile img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
}

ul.testi-profile h4 {
    text-transform: uppercase;
    font-weight: 600;
}

.sec-head.testi-sec-head h6 {
    color: #eb2d1c;
    font-size: 24px;
}

ul.testi-profile h5 {
    color: #737373;
    text-transform: uppercase;
}

img.quote {
    width: auto;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.testi-slider .slick-active {
    opacity: 1;
}

.testi-slider .slick-dots li button:before {
    font-family: 'slick';
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 7px;
    content: '';
    text-align: center;
    border-radius: 0;
    opacity: 1 !important;
    background: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testi-slider .slick-dots li {
    position: relative;
    display: block;
    width: 0px;
    height: 40px;
    margin: 0 20px;
    padding: 0;
    opacity: 1 !important;
    cursor: pointer;
}

.testi-slider .slick-dots {
    position: absolute;
    bottom: -40%;
    left: 0;
    right: 0;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    justify-content: center;
}

.testi-slider li.slick-active button::before {
    background: #ea4033;
    opacity: 1;
}

.video-box img {
    width: 100%;
    transition: 2s all;
}

.video-box:hover img {
    transform: scale(1.5);
}

.play-btn i:hover {
    background: #612fe6;
}

.tesi-slide-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ea4033;
    z-index: -1;
    border-radius: 10px;
    transition: .5s all;
}

.tesi-slide-box:hover:after {
    height: 100%;
    top: auto;
    bottom: 0;
}

.tesi-slide-box:hover * {
    color: #fff;
}

.tesi-slide-box:hover {
    border-radius: 10px;
    border: 1px solid #b097f2;
}


/* Testimonial Section End */


/* Partner SEction Start */

.partner_logos_list ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 2px;
    background-color: #565657;
    right: -100px;
    top: 50%;
}

.footer-sec .row:last-child {
    margin: 0 15px;
}

.partner_logos_list ul {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.partner_logos_list ul li {
    position: relative;
}

.partner_logos_list ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 2px;
    background-color: #565657;
    right: -100px;
    top: 50%;
}

.partner_Section {
    background-image: url(../images/log-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Partner SEction End */


/* Footer Section start */

.footer-sec {
    position: relative;
    background-image: url(../images/footer-after.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 0;
}

ul.banner-social.footer-social {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
    gap: 14px;
}

.footer-box p {
    color: #c1c7c7;
}

.footer-box h4 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}

ul.footer-links a {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Poppins';
    text-transform: uppercase;
    padding: 10px 0;
}

ul.footer-link-info i {
    font-size: 16px;
    color: #fff;
}

ul.footer-link-info li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

ul.footer-link-info li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

ul.footer-link-info p {
    font-size: 13px;
    color: #c1c7c7;
    margin: 0;
}

.footer-box p {
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
}

.input-foter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.input-foter input {
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #3c3b3b;
    border-radius: 5px;
    color: #000;
}

.input-foter input::placeholder {
    color: #000;
}

ul.banner-social.footer-social i {
    border-radius: 5px;
    font-size: 24px;
    color: #000;
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
}

ul.banner-social.footer-social i:hover {
    background: #612fe6;
    color: #fff;
    box-shadow: 0 0 12px 0 #eb2d1c;
}

.botom-pera p {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 30px 0;
}

.botom-pera p {
    text-align: center;
    color: #fff;
    font-family: 'Oxanium';
    text-transform: uppercase;
    margin: 0;
    padding: 80px 0 20px 0;
}

.footer-sec:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #4b4a4a;
    bottom: 11%;
    left: 0;
}

.input-foter .button {
    width: 60px;
    height: 40px;
    margin-left: -60px;
    color: #fff;
    background: #612fe6;
    border: 0;
}

.input-foter .type1::before {
    width: 60px;
    height: 40px;
}

.input-foter .type1::after {
    width: 60px;
    height: 40px;
}


/* Shipping Sec Start */

.shiping-box {
    border: 1px solid #eb2d1c;
    border-radius: 5px;
    text-align: center;
    padding: 20px 0;
    width: 80%;
    margin: 0 auto 60px;
    position: relative;
    transition: .5s all;
}

.shiping-box:hover {
    border-color: #612fe6;
    background: #fff;
    transform: scale(1.1);
}

.shiping-box:hover * {
    color: #612fe6;
}

.shiping-box:hover img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(92%) saturate(7284%) hue-rotate(257deg) brightness(94%) contrast(91%);
}

.shiping-box h6 {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Poppins';
    text-transform: capitalize;
    font-weight: 600;
    margin: 10px 0;
}

.shiping-box h5 {
    font-size: 10px;
    color: #eb2d1c;
    text-transform: capitalize;
    position: relative;
}

.shiping-box:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 5px;
    background: #eb2d1c;
    right: -63px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.shiping-box.no-border::after {
    display: none;
}


/* Shipping Sec End */


/* Footer Section End */


/* Innre Pages Start */


/* Inner Banner Start */

.inner-banner-sec {
    position: relative;
}

img.inner-banner-1 {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 75% 100%, 20% 85%, 0 100%);
    height: 466px;
}

.inner-banner-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 130px;
}

.inner-banner-box .row {
    align-items: center;
}

.inner-banner-text h1 {
    font-size: 72px;
    color: #ffffff;
    font-weight: 700;
}

.inner-banner-image {
    position: relative;
    z-index: 8;
}

.inner-banner-image:after,
.inner-banner-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: -20px;
    background: #ea4033;
    opacity: .5;
    width: 90%;
    margin: 0 auto;
    z-index: -1;
}

.inner-banner-image:before {
    width: 85%;
    margin: 0 auto;
    bottom: -35px;
}


/* Inner Banner End */


/* About Page Start */


/*expert start*/

.expert-img {
    display: flex;
    align-items: center;
}

.expert-img img {
    margin: -60px 10px 0 -60px;
    border-radius: 8px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.expert-main {
    margin: 50px;
    padding: 2px;
    margin-top: 100px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    /*box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);*/
}

.expert-img>ul {
    width: 40px;
    display: flex;
    flex-direction: unset;
    align-items: center;
}

.expert-img>ul>li {
    /* display: flex; */
    /* align-items: center; */
    margin-right: 38px;
}

.expert-img>ul>li>a {
    font-size: 16px;
    color: #000;
    margin: 10px 0;
    display: inline-flex;
}

.expert-txt {
    margin: 10px 20px 10px;
}

.expert-txt h5 {
    font-size: 24px;
    color: #000;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.expert-txt h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    text-transform: uppercase;
    color: #606060;
    left: 40px;
}

.expert-head h2 {
    font-size: 50px;
    color: #000;
    margin: 0 0 10px;
}

section.expert-sec {
    padding: 60px 0;
}


/*expert End*/


/* About Page End */


/* Product Page Start */

.main {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.catogeriesbox {
    background-color: #eb2d1c;
    padding: 20px;
}

.catogeriesbox h4 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
    font-family: 'Poppins';
    padding: 0px 10px 0;
}

.frequently-list #collapsetwo a {
    padding-left: 15px;
}

.frequently-list #collapsetwo li {
    padding-left: 30px;
}

section.productsec {
    padding: 80px 0px;
}

section.productsec.product-page-sec .product-bx {
    margin-bottom: 25px;
}

#accordion .panel-heading {
    padding: 0;
}

#accordion .panel-title>a {
    display: block;
    padding: 30px 20px;
    outline: none;
    text-decoration: none;
    color: #c02976;
    /* border-bottom: 1px solid #fff; */
    display: flex;
    align-items: center;
    font-family: 'Poppins';
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    -webkit-appearance: auto;
}

.inner-imag.wow.bounceIn img {
    width: 80%;
}

#accordion .panel-heading .panel-title>a.accordion-toggle::before,
#accordion a[data-toggle="collapse"]::before {
    content: "\f068";
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 50px;
    text-align: center;
    padding: 9px 9px;
    margin: -7px 0;
    color: #B5C448;
    font-size: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#accordion .panel-heading .panel-title>a.accordion-toggle.collapsed::before,
#accordion a.collapsed[data-toggle="collapse"]::before {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    color: #B5C448;
    font-size: 21px;
    display: none;
}

.frequently-list .panel-body ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding-left: 35px;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.frequently-list .panel-group {
    margin-bottom: 0;
}

.frequently-list .panel-body ul li i {
    float: right;
    margin-top: 5px;
}

.frequently-list .panel-body ul li {
    padding-right: 40px;
}

.panel-body .row {
    display: flex;
    align-items: baseline;
}

.frequently-list {
    border: 1px solid #00000042;
    box-shadow: 0px 0px 6px 4px #0000000f;
    border-top: 0;
}

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

.panel-body ul {
    padding: 0;
    margin-bottom: 0;
    background: transparent;
    /* border: 1px solid #adb5bd; */
    /* border-top: 0; */
}

.frequently-list .panel-body li {
    display: block;
    border: 1px solid #c5c5c5;
    width: 100%;
    font-family: 'Poppins';
    padding: 20px;
    align-items: center;
    background: transparent !important;
}

.frequently-list .panel-body li:last-child {
    /* border: 0 !important; */
}

.frequently-list .panel {
    border: none;
    border-top: 0;
}

.frequently-list .panel-default>.panel-heading {
    background-color: transparent;
}

.frequently-list h4.panel-title {
    padding: 0px 12px 0px 15px;
    color: #b79e55;
    border: 1px solid #ffffff7d;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

.frequently-list .panel-body {
    padding: 0 !important;
}

.paddingbottom {
    padding: 0 0 30px;
    align-items: center;
}

.frequently-list .panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border: 0;
}

.frequently-list .panel-group .panel {
    margin: 0;
}

.defaultlist select {
    width: 100%;
    height: 70px;
    padding: 0 15px;
    border: 1px solid #bdbdbd;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    font-family: 'Poppins';
    /* appearance: auto; */
    background-color: transparent;
    /* border-top: none; */
    font-size: 19px;
    padding: 0 22px;
    background-image: url(../images/down.png);
    background-size: inherit;
}

.showinglist p {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-align: right;
    margin: 14px 0 0;
    color: #000;
    text-transform: uppercase;
}

.productlistbox1 {
    margin: 0 0 50px;
}

.product-page-prdtc {
    box-shadow: 6px 5px 10px 5px #00000012;
}

.panel-body.below ul li input {
    margin-left: 10%;
    width: 20px;
    height: 25px;
    color: #d7b16a;
    background: #000 !important;
}

section.productsec.product-page-sec.fruit .product-box {
    margin: 13px 0;
}

.pagination {
    justify-content: flex-start;
    gap: 10px;
    margin-top: 30px;
}

.page-link {
    color: #000;
}

.product-box.inr-pg {
    margin-bottom: 3%;
    width: 33%;
}

.frequently-list.price-filter .panel-body ul li a {
    font-size: 16px;
    font-family: 'Poppins';
}

.frequently-list.price-filter .panel-body ul li {
    border-bottom: none;
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    padding: 0;
    font-size: 16px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
}

.page-link:hover {
    color: #fff;
    background: #612fe6;
    border: none;
}

.side-img img {
    width: 100%;
}

.side-img {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: 50px;
    width: 100%;
}

.side-img .box-txt h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 46px;
}

.side-img .box-txt {
    text-align: left;
    margin-bottom: 60px;
    position: absolute;
}

.side-img .box-txt h4 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.side-img .box-txt a.btn {
    font-size: 11px;
    font-weight: 500;
}

.catogeriesbox.price-filter-list {
    margin-top: 50px;
}

.recent-prods .sec-head {
    border-bottom: 1px solid #0000007a;
    margin-bottom: 40px;
}

.recent-prods .sec-head h2 {
    margin-bottom: 5px;
    font-size: 36px;
}

.recent-prods {
    margin-top: 85px;
}

.recent-slider .slick-prev,
.recent-slider .slick-next {
    top: -14%;
}

.recent-slider .slick-prev:before {
    position: absolute;
    top: 0;
    right: 0%;
    left: unset;
    content: "\f053";
    font-family: 'Font Awesome 5 Pro';
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #b39c70;
    height: 37px;
    width: 37px;
}

.recent-slider .slick-prev {
    left: unset;
    right: 4%;
}

.recent-slider .slick-next {
    left: unset;
    right: 0%;
}

.recent-slider .slick-next:before {
    position: absolute;
    top: 0;
    right: 0%;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #b39c70;
    height: 37px;
    width: 37px;
}

section.productsec.product-page-sec.fruit .ebook-text {
    margin: 0 0 40px 0;
    background: #000;
    padding: 20px 10px;
}

.sng-images img {
    width: 100%;
}

.panel-body.below ul li {
    border: 0;
}

.panel-body.below ul {
    border: 1px solid #fff;
    border-top: 0;
    padding: 20px 0;
}

.ebook-text h3 {
    font-size: 19px;
    text-align: center;
    line-height: 30px;
    margin: 0;
}

ul.star {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffc107;
    gap: 5px;
    margin: 20px 0;
}

ul.eb-list h4 {
    font-size: 30px;
    font-family: 'Poppins';
    color: #d7b16a;
    text-align: center;
}


/* Product Page End */


/* Product Detail Page Start */

section.product-detail-page {
    position: relative;
    padding: 80px 0 0;
}

.product-detail-head ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    margin: 10px 0 50px;
}

.product-detail-head ul i {
    color: #ffc107;
}

.product-detail-head ul span {
    color: #ea4033 !important;
    padding-left: 15px;
    font-size: 15px;
}

ul.cost-detail h5 {
    font-size: 30px;
    color: #612fe6;
    font-family: 'Poppins';
}

ul.cost-detail span {
    font-size: 24px;
    color: #868686;
    text-decoration: line-through;
    padding-left: 50px;
}

.product-details-title p {
    font-size: 16px;
    text-transform: capitalize;
    padding: 15px 0;
}

.product-detail-head h2 {
    font-size: 60px;
    font-weight: 700;
}

.product-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
    border-bottom: 1px solid #cccbcb;
    padding-bottom: 35px;
}

a.btn-1.buy-btn {}

a.btn-1.buy-btn {}

a.btn-1.buy-btn {}

.product-btn a {
    width: 280px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

section.product-detail-page .row {
    align-items: center;
}

.productdtl-mn-fr.slick-initialized.slick-slider img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}

.product-details-title ul li {
    list-style: initial;
    color: #ffffff70;
}

ul.cost-detail li {
    list-style: none;
}

.product-cate p {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 35px;
}

.product-cate {
    border-top: 1px solid #fff;
    padding-top: 20px;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    width: 150px;
    background: transparent;
    color: #fff;
    font-size: 18px;
    height: 60px;
    margin-right: 20px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #edc36c;
    border-color: 0;
}

.input-number {
    width: 80px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
    background-color: #fff0;
    color: #000;
    border: 0;
}

.input-number,
.input-number-decrement,
.input-number-increment {
    /* border: 1px solid #fff; */
    height: 40px;
    user-select: none;
}

.input-number-decrement,
.input-number-increment {
    width: 30px;
    line-height: 38px;
    background: transparent;
    color: #a2a1a1;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #000; */
}

.input-number-decrement:active,
.input-number-increment:active {
    background: #ddd;
}

.input-number-decrement {
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.input-number-increment {
    border-left: none;
    border-radius: 0 4px 4px 0;
}

.quan {
    margin-top: 20px;
    display: inline-block;
    background: #fff;
    border: 1px solid #787878;
}

a.btn1.crt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    background: #fff;
    height: 60px;
    border-radius: 0;
    border: 1px solid #cccbcb;
}

a.btn1.buy-btn {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 0;
    margin-top: 30px;
    height: 60px;
}

section.product-sec.pr-pg-1 {
    padding: 0 0 90px;
}

.product-head-pg {
    margin-bottom: 50px;
    text-align: left;
    border-bottom: 2px solid #ffffff78;
}


/* Product Detail Page End */


/* Description Product Detail Css */

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 200px;
    height: 70px;
    background-color: transparent;
    font-size: 20px;
    border-radius: 0;
    font-weight: 300;
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
}

.description li.nav-item .nav-link.active {
    border: 0;
    background-color: #612fe6;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0;
    font-size: 20px;
}

.rev-btn {
    display: inline-block;
}

.description {
    padding: 40px 0 80px;
    position: relative;
}

.rate {
    height: 46px;
    /* padding: 0 10px; */
    float: left;
    display: block;
    clear: both;
}

.rate input {
    top: 0;
    visibility: hidden;
}

.rate:not(:checked)>input {
    position: absolute;
    /* top: -9999px; */
}

.rate:not(:checked)>label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    color: #ccc;
    margin: 0 3px;
}

button.btn1.tabs-btn {
    font-size: 16px;
    padding: 10px 50px;
    margin-top: 20px;
    display: block;
}

.rate:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
}

.rate>input:checked~label {
    color: #f9d71c;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.description .tab-content p {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    padding: 10px 0;
}

.prd-det-page-review-heading {
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prd-det-page-review-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.prd-det-page-review-box-container {
    display: block;
}

.prd-det-page-review-box {
    width: 100%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

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

.name-user {
    display: flex;
    flex-direction: column;
}

.name-user strong {
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.name-user span {
    color: #979797;
    font-size: 0.8rem;
}

.prd-det-page-reviews {
    color: #f9d71c;
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.client-comment p {
    font-size: 0.9rem;
    color: #4b4b4b;
}

.prd-det-page-review-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.description .tab-content input[type="text"] {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    height: 50px;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.prdtc-rvw ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.description .tab-content form .row {
    align-items: center;
}

.prdtc-rvw i {
    font-size: 25px;
    margin-right: 10px;
}

.description .tab-content textarea {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.description .tab-content form {
    margin-bottom: 70px;
}

.prdtc-rvw i:hover {
    color: #FFC107;
}

.productdetailportion img {
    width: 100%;
    object-fit: none;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: transparent;
    isolation: isolate;
    background: transparent;
}

.nav-tabs {
    margin-bottom: 30px;
}

.rev-btn h6 {
    font-size: 30px;
    margin-bottom: 20px;
}


/* Description Product Detail Css */


/* Cart Page Start */

.product-cart figure,
.product-cart article {
    display: inline-block;
}

.cart-paypal-box img {
    height: auto;
    width: auto;
}

li.inc {
    border: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 200px;
    border: 1px solid #7c7c7c;
}

ul.list-inline.pr_counter.d-flex.align-items-center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cart-page-tble thead tr {
    height: 40px;
    color: #fff;
    background-color: #ea4033;
}

.cart-page-tble thead tr th {
    padding: 20px 30px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.cart-page-tble tbody tr td {
    padding: 20px 0px;
}

table.cart-page-tble {
    width: 100%;
}

.product-cart article p {
    font-weight: 400;
    font-size: 18px;
    color: #a2a1a1;
    text-transform: uppercase;
    margin: 0 0 0px;
    line-height: 25px;
    letter-spacing: 0;
    font-family: 'Poppins';
}

.product-cart article {
    margin-left: 10px !important;
}

a.update {
    font-size: 16px;
    font-family: 'Poppins';
    color: #848383;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-page-tble tbody tr td input {
    height: 60px;
    border: none;
    background-color: #fff;
    color: #a2a1a1;
    border-radius: 10px;
}

.update-cart {
    font-size: 17px;
    text-transform: capitalize;
    color: #a2a1a1;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0;
}

.shipping.text-black h4 {
    color: #757272;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.estimate.text-black h4 {
    color: #757272;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 20px;
    margin: 0;
    line-height: 40px;
}

.unit-sub-price-text {
    font-size: 17px;
    color: #aba1a1;
    font-weight: 600;
}

.cart-page-tble tbody tr {
    border-bottom: 1px solid #c4c4c4;
}

.cart-page-tble tbody tr td i {
    border-radius: 10px;
    background-color: #000;
    color: #fff;
}

.cart-cross {
    height: 40px;
    width: 40px;
    font-size: 25px;
    background: #000000;
    color: #fff;
    padding: 7px;
}

.total-box,
.total-f,
.shipping-box {
    padding: 30px 40px 2px 40px;
    background-color: #f9f9f9;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.total-f {
    padding: 25px 20px 20px 40px;
    background-color: #f9f9f9;
    border-top: 0 !important;
    display: block;
    align-items: center;
    border-bottom: 0;
}

.total-box .sum li {
    color: #757272;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

.total-f h4 {
    font-size: 20px;
    color: #757272;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.total-box .sum li span {
    margin-left: 60px;
}

.total-f span {
    margin-left: 130px;
}

.cart-paypal-box {
    margin-top: 30px;
    padding: 25px;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    background: #fff;
}

.cart-paypal-box p {
    display: block;
    width: fit-content;
    margin: auto;
    background-color: #fff;
    padding: 4px 20px;
    margin-top: -43px;
    margin-bottom: 20px;
    font-weight: 600;
    border: 1px solid #c4c4c4;
    color: #000;
}

.pd-12-110 {
    padding: 12px 110px;
}

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

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

.mt-minus-60 {
    margin-top: -60px;
}

.cart-main-sec {
    padding: 100px 0;
}

.cart_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0% auto;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    height: 50px;
    width: 250px;
    background: #53171d;
    border-radius: 100px;
    font-family: 'Bebas Neue';
}

.cart_btn:hover {
    color: black;
}

.product-cart img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 6px;
}

.product-cart figure {
    /* padding: 10px; */
    margin: 0;
    /* background-color: #eaeaea; */
    /* border-radius: 3px; */
    /* border: 1px solid #c8c8c8; */
}

th:first-child {
    border-radius: 5px 0 0 5px;
}

th:last-child {
    border-radius: 0 5px 5px 0;
}

.shipping.text-black p {
    font-size: 20px;
    color: #757272;
    line-height: 40px;
    text-transform: uppercase;
}

.estimate.text-black.mt-30 p {
    font-size: 20px;
    color: #757272;
    text-transform: uppercase;
}

.checkout-bttn a {
    font-size: 20px;
    color: #fff;
    background: #d7b16a;
    padding: 15px 50px;
    margin-top: 0px;
    display: inline-flex;
    justify-content: center;
    border-radius: 5px;
}

a.contin {
    color: #000;
    text-transform: capitalize !important;
}

.cart-head {
    border-bottom: 1px solid #ffffffa3;
    margin-bottom: 30px;
}


/* Cart Page End */


/* Checkout Page Start */

.rdio-btn ul {
    display: flex;
    margin-bottom: 20px;
}

.rdio-btn ul li:first-child {
    margin-right: 65px;
}

.checkout-main label {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    padding-left: 0;
}

.checkout-main input {
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border: 1px solid #989898;
    position: relative;
    font-family: 'Poppins';
    color: #000 !important;
}

.passwor-div {
    position: relative;
}

.passwor-div button {
    position: absolute;
    right: 0px;
    top: 0;
    background-color: #ea4033;
    border: 0;
    padding: 17px 23px;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
}

.form-p a {
    background-color: #ea4033;
    border: 0;
    padding: 10px 59px;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
    display: inline-block;
}

.checkout-main #collapseOne {
    padding: 20px 70px 50px;
    background: #fff;
    border: 1px solid #787878;
}

.rdio-btn ul li .form-check label {
    padding: 0;
}

.rdio-btn ul li .form-check {
    margin-right: 30px;
}

.chk-bx .form-check label {
    padding-left: 10px;
}

.passwor-div input {}

.guest {
    margin-bottom: 30px;
}

.chk-bx .form-check .form-check-input {
    border-radius: 0;
    border-width: 2px;
    border-color: #ea4033;
    color: #fff !important;
    width: 20px !important;
    height: 20px !important;
}

.form-check-input:checked[type=checkbox] {
    color: #fff;
    -webkit-appearance: auto;
}

.rdio-btn input[type="radio"] {
    border-color: #ea4033;
    width: 20px;
    height: 20px;
    border-width: 2px;
    margin-right: 10px;
    background: transparent;
}

.chk-bx {
    margin-bottom: 20px;
}

.birth-form input[type="text"] {
    width: 100%;
}

.add-txttf input[type="text"] {
    width: 100% !important;
}

.add-txttf label {
    padding-left: 0;
    display: block;
}

.add-txttf select {
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border-color: #989898;
    position: relative;
    width: 100%;
    height: 60px;
    color: #000;
    padding-left: 10px;
    border-radius: 0;
}

#flush-collapseTwo {
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #989898;
}

.add-txttf .form-check-input {
    border-radius: 0;
    border-width: 2px;
    border-color: #d7b16a;
    margin-bottom: 30px;
    background: transparent;
    width: 20px;
    height: 20px;
}

#flush-collapseThree {
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #989898;
}

div#flush-collapseThree1 {
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #989898;
}

.guest p {
    font-size: 18px;
    color: #000;
}

.form-p p {
    color: #000;
    padding: 10px 0;
    font-size: 18px;
}

.form-pp {
    display: flex;
    align-items: center;
    margin-top: -20px;
}

.row.payment-img {
    align-items: end;
}

.checkout-main .accordion-button {
    padding: 30px 30px;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    background-color: #f7f7f7;
    border: 0;
    border-radius: 0;
    font-family: 'Poppins';
    margin-bottom: 20px;
}

.checkout-main .accordion-button::after {
    display: none;
}

.checkout-main {
    padding: 100px 0;
}

.checkout-main .accordion-button:not(.collapsed) {
    background-color: #063652;
    border: 1px solid #063652;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-collapse.collapse.show {
    border: 0;
    background: transparent;
}

.checkout-main .accordion-item {
    border: 0
}

.checkout-main .accordion-button:not(.collapsed) {
    margin-bottom: 0px;
    transition: 0.3s ease-in-out;
    padding: 15px 20px;
    color: #fff;
    font-size: 27px;
    font-family: 'Poppins';
    background: #612fe6;
    border: 0;
}

.payment-div img {
    height: 40px;
}

.checkout-side-div-1 {
    border: 1px solid #C0C0C0;
    padding: 20px 0px;
    margin-bottom: 30px;
}

.item-div h5 {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    padding-left: 30px;
    margin-bottom: 18px;
    font-family: 'Poppins';
}

.checkout-side-div-1 hr {
    width: 100%;
    margin: auto;
    border-color: #C0C0C0;
}

.checkout-side-div-1 .row:last-child {
    padding-top: 0px;
}

.checkout-side-div-1 .row:first-child {
    padding-bottom: 20px;
}

.item-div {
    padding-left: 20px;
    padding-top: 26px;
}

.checout-security {
    border: 1px solid #C0C0C0;
    padding: 20px 50px;
    margin-bottom: 30px;
}

.checout-security ul li i {
    font-size: 28px;
    margin-right: 30px;
    width: 20px;
    color: #000;
}

.checout-security ul li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.checout-security ul li span {
    color: #000;
    font-weight: 300;
    font-size: 14px;
}

.form-group.passwor-div {
    display: flex;
    gap: 30px;
}

.form-group.birth-form {
    display: flex;
    gap: 30px;
}

.add-txttf select::placeholder {
    color: #fff !important;
}

.accordion-item {
    background-color: #1B1B1A;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

section.checkout-main input {}


/* Checkout Page End */


/* Contact Page Start */

section.contact-us {
    padding: 100px 0px;
}

.contact-us h3 {
    font-size: 48px;
    color: #000;
    text-transform: uppercase;
}

section.contact-us p {}

.detai-s i {
    font-size: 40px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.detai-s h6 {
    font-size: 25px;
    color: #000;
    font-weight: 400;
    margin: 0;
}

.detai-s a {
    font-size: 17px;
    color: #000;
    margin: 0;
    font-family: 'Poppins';
}

ul.cont-icon i {
    margin-right: 30px;
}

ul.cont-icon {
    display: flex;
    align-items: center;
    margin: 50px 0;
}

.soccail-icon i {
    font-size: 20px;
    background: #612fe6;
    color: #fff;
    width: 30px;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.Leave-wrap {
    padding: 35px;
    box-shadow: 0px 0px 10px 1px #7c7c7cad;
    border-radius: 10px;
}

.Leave-wrap input::placeholder {
    color: #9d9a9a;
    font-size: 14px;
}

.Leave-wrap input {
    width: 100%;
    height: 60px;
    border: 1px solid #c4c4c4;
    margin-top: 30px;
    padding: 10px;
    color: #000;
    font-size: 14px;
    border-radius: 6px;
}

.Leave-wrap textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #c4c4c4;
    margin-top: 30px;
    padding: 10px;
    color: #fff !important;
    font-size: 14px;
    border-radius: 10px;
    background: transparent;
}

.Leave-wrap button {
    color: #fff;
    background: #d7b16a;
    border: 0;
    width: 220px;
    height: 50px;
    font-size: 18px;
    margin-top: 30px;
}

iframe {
    width: 100%;
    height: 500px;
}

.Leave-wrap textarea::placeholder {
    color: #000;
}

.Leave-wrap input::placeholder {
    color: #000;
}


/* Chrome, Safari, Edge, Opera */

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


/* Contact Page End */


/* Account Page Start */

section.account-page {
    position: relative;
    padding: 100px 0;
}

.log-in-wrap {
    padding: 40px 35px;
    background-color: #f9f9f9;
    border: 2px solid #d8d5d5;
}

.log-in-wrap h2 {
    margin: 0px 0px 20px;
    text-align: center;
    color: #000;
    font-size: 44px;
    text-transform: uppercase;
}

.log-in-wrap form button {
    padding: 15px 50px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    border: none;
    border-radius: 10px;
    background-color: #d7b16a;
    font-family: 'Poppins';
}

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

.log-in-page-main {
    padding: 100px 0px;
}

.log-in-page-main .form-control {
    height: 60px;
    padding-left: 25px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: unset !important;
}

.log-in-page-main .form-control::placeholder {
    color: rgb(176, 175, 175);
}

.log-in-page-main .form-check label.form-check-label {
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
    color: rgb(0 0 0);
    font-family: 'sfpro';
}

.log-in-page-main .form-check,
.forgot-pass {
    display: inline-block;
}

.forgot-pass {
    width: 100%;
    text-align: left;
}

.forgot-pass a {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins';
    margin: 0px;
    color: #918f8f;
}

.forgot-pass a:hover {
    color: rgb(213, 0, 0);
}

.agree-text {
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 15px;
    font-family: 'Poppins';
    color: #918f8f;
}

.term-condition {
    font-weight: 500;
    margin-left: 10px;
    color: #918f8f;
}

.terms_chk .form-check-input {
    border-color: #d7b16a;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.form-group input {
    height: 60px;
    background: #ffffff;
    border: 1px solid #d8d5d5;
    border-radius: 10px;
    margin-bottom: 20px;
}

.form-check.terms_chk.mt-4 label {
    color: #918f8f;
}


/* Account Page End */


/* Player Page Start */

section.player-page {
    padding: 80px 0;
}

.player-page .mytabs.current {
    -webkit-animation: .8s ease-out slide-right;
    -moz-animation: .8s ease-out slide-right;
    height: auto;
    opacity: 1;
    transform: unset;
    transition: 0.8s;
}

.player-page .mytabs {
    padding: 0px 0 0;
    height: 0;
    opacity: 0;
    transform: translateY(15px);
    transition: 0.5s;
}

.player-sport-list {
    margin: 15px 0;
}

.player-sport-list h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin: 25px 0;
    cursor: pointer;
}

.score-box h3 {
    margin-bottom: 30px;
}

.score-box h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    font-size: 35px;
}

.score-box span {
    font-size: 24px;
    color: #7c7c7c;
}

.score-box {
    margin: 0 0 40px;
}

.player-info {
    box-shadow: 0 0 10px 0 #7c7c7c;
    border-radius: 10px;
    padding: 50px;
}

.player-graph {
    width: 100%;
}

.player-info h2 {
    margin-bottom: 30px;
    font-size: 50px;
}

.team-sec h2 {
    margin-bottom: 20px;
}

.team-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: 1s all;
}

.team-text h3 {
    margin: 20px 0;
}

.team-text {
    text-align: center;
}

.team-image {
    overflow: hidden;
}

.team-box:hover .team-image img {
    transform: scale(1.5);
}

.player-sport-list .tbing .current h3 {
    color: #612fe6;
    letter-spacing: 2px;
    font-size: 26px;
    font-weight: 700;
}

.player-info .sidenav a,
.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 44px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Oxanium', sans-serif;
    margin: 15px 0;
    transition: .5s all;
    font-weight: 600;
}

.dropdown-container a {
    font-size: 30px !important;
    line-height: 40px !important;
}


/* On mouse-over */

.player-info .sidenav a:hover,
.dropdown-btn:hover {
    /* color: #612fe6; */
    /* letter-spacing: 2px; */
    /* font-size: 26px; */
    /* font-weight: 700; */
}

.player-info .fa-caret-down {
    float: right;
    padding-right: 8px;
}


/* Main content */


/* Add an active class to the active dropdown button */

.active {
    /* color: #612fe6; */
    letter-spacing: 2px;
    /* font-size: 26px; */
    font-weight: 700;
}

.dropdown-container a {
    color: #612fe6;
    margin: 0 !important;
}

.dropdown-container {
    display: none;
    /* background-color: #262626; */
    padding-left: 8px;
    border-bottom: 1px solid #000;
}


/* Optional: Style the caret down icon */


/* Some media queries for responsiveness */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}


/* Player Page End */


/* Innre Pages End */


/*Media Query Start*/




/*Media Query End*/


/* Sport Section Start */

.player-page .col-lg-2 {
    width: 20%;
}

.sport-box {
    border: 1px solid #612fe6;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    width: 100%;
    transition: .5s all;
}

.sport-image img {
    width: 100%;
    height: 230px;
    object-fit: scale-down;
    margin-bottom: 30px;
    transition: .5s all;
}

.sport-box:hover .sport-image img {
    transform: translate3d(10px, 10px, 10px);
}

.sport-box:hover .sport-text h4 {
    color: #612fe6;
    letter-spacing: 2px;
}

.sport-text h4 {
    text-transform: uppercase;
    font-weight: 600;
    transition: .5s all;
}

.sport-box:hover {
    box-shadow: 0 0 8px 0 #eb2d1c;
}


/* Sport Section End */


/* Team New Css */

.player-team-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-bottom: 50px;
    border-bottom: 1px solid #612fe6;
    padding-bottom: 40px;
}

.player-team-list ul .sport-box {
    width: 300px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.player-team-list ul .sport-box h3 {
    font-size: 34px;
    margin: auto;
}

.player-team-list ul .current .sport-box h3 {
    font-size: 44px;
}

.player-team-list ul .current .sport-box {
    box-shadow: 5px 5px 0px 0px #612fe6;
    border-color: #eb2d1c;
}


/* Team New Css */


/* Player-1 Section Start */

.player-1-detail th {
    font-size: 30px;
    text-transform: capitalize;
    color: #fff;
    padding: 20px;
}

.player-1-detail td {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 20px;
}

.player-1-detail .table-responsive {
    background: #612fe6;
}

.table>thead {
    position: relative;
    background: #612fe6;
    color: #fff;
}
.dt-length label {
    display: none;
}
.stream-box p {
    color: #fff;
    padding-bottom: 6px;
}
.day {
    width: 25px;
    height: 25px;
}

.day:nth-of-type(7n+1) {
    color: #ea4033;
}

.to.day {
    color: white;
    background: #612fe6;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.month {
    width: calc(1.5em * 7);
    padding: 1em;
    cursor: pointer;
}

h1#year {
    font-size: 50px;
    height: 50px;
    color: #612fe6;
    margin-bottom: 30px;
}

.player-1-detail {
    box-shadow: 0px 0px 10px 1px #7c7c7cad;
    padding: 30px;
    border-radius: 10px;
}

.player-1-detail h2 {
    margin-bottom: 20px;
}

span.red {
    color: red;
}

table.table {
    margin: 0;
}

.player-1-page .player-1-detail {
    height: 340px;
    overflow: auto;
}


/* width */

.player-1-page .player-1-detail::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.player-1-page .player-1-detail::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.player-1-page .player-1-detail::-webkit-scrollbar-thumb {
    background: #ea4033;
}


/* Handle on hover */

.player-1-page .player-1-detail::-webkit-scrollbar-thumb:hover {
    background: #ea4033;
}

span.green {
    color: #04a904;
}


/* FLEXBOX styles*/

.month h4 {
    justify-content: center;
    flex: 1 0 100%;
    margin-bottom: 20px;
    font-size: 1em;
    text-transform: uppercase;
    color: #612fe6;
}

.month {
    align-items: flex-start;
}

.day {
    align-items: center;
    justify-content: center;
    display: flex;
    color: #000;
}

.calendar {
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.month {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 216px;
    flex-wrap: wrap;
    border: 1px solid #fff;
    margin: 0;
    box-shadow: 0px 0px 10px 1px #7c7c7cad;
}

.month .day:nth-of-type(8) {
    order: -1!important;
}

script {
    display: none;
}

.cloneCont {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5em;
    margin-top: -10.89em;
    box-shadow: 0px 0px 5px 1px #ccc;
    transform: scale(2, 2);
    background: rgba(255, 255, 255, .9);
    animation: redimensionar .5s cubic-bezier(.86, 0, .07, 1);
}

.player-calender {
    padding-bottom: 80px;
}

.month.cloneMonth {
    display: flex
}

.month.cloneMonth:after {
    content: "\02718";
    color: #f09;
    position: absolute;
    top: 1em;
    right: 1em;
}

.cloneCont.trans {
    transform: translateY(1000px);
    background: rgba(255, 255, 255, .9);
    opacity: 0;
    animation: trasladar .5s cubic-bezier(.86, 0, .07, 1);
}

@keyframes redimensionar {
    0% {
        transform: scale(1, 1);
        background: rgba(255, 255, 255, .9);
        opacity: 0;
    }
    100% {
        transform: scale(2, 2);
        background: rgba(255, 255, 255, .9);
        opacity: 1;
    }
}

@keyframes trasladar {
    0% {
        opacity: 1;
    }
    100% {
        transform: translateY(1000px);
        opacity: 0;
    }
}


/* Player-1 Section End */

 tr.neutral-bg {
    background: white !important;
}
tr.neutral-bg > td {
    color: black !important;
}
tr.neutral-bg > td > a {
    color: black !important;
}


tr.win-bg {
    background: green !important;
}
tr.win-bg >td {
    color: white !important;
}
tr.win-bg >td > a {
    color: white !important;
}





tr.loss-bg {
    background: #ff0000 !important;
}
tr.loss-bg > td {
    color: white !important;
}
tr.loss-bg > td > a {
    color: white !important;
}
/*
tr.loss-bg {
    background: #ff0000 !important;
} */

.calendar {
    pointer-events: none;
}
/* packages styling  */
.pakge-box {
    transition: all 200ms ease-in;
    padding: 30px 20px 10px;
    border: 2px solid #600c91;
    border-radius: 12px;
    background: #612fe6;
    margin: 0 0 30px;
}

.pakge-box .pkge-name h4 {
    color: #ffb37d;
    font-size: 56px;
    font-weight: 700;
}

.pkge-name {
    margin-bottom: 10px;
}

.pakge-box .pkge-name h2 {
    font-size: 38px;
    background-clip: text;
    color: #fff;
}

.pakge-box .detailwrp ul {
    height: 230px;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    padding: 0;
    direction: ltr;
    overflow-y: auto;
}

.pakge-box .detailwrp ul li:after {
    content: \f0da;
    position: absolute;
    font-family: fontawesome;
    left: 0;
    color: #991e67;
    top: 0;
}

.pakge-box .detailwrp ul li {
    position: relative;
    padding: 0 0 2px 15px;
    font-size: 16px;
    color: #fff;
}

.pakge-box .btnwrp {
    display: block;
    text-align: center;
    margin: 0 0 10px;
}

.pakge-box .btnwrp .btn-1 {
    padding: 12px 70px;
    font-size: 15px;
    border: unset;
    border-radius: 12px;
}

.btn-1 {
    background: #ea4033;
    padding: 14px 28px;
    color: #fff;
    font-size: 16px;
    transition: .5s cubic-bezier(.51, .92, .27, .96) !important;
    border-radius: 7px;
    font-weight: 600;
    display: inline-block;
    transform: translateY(0rem);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.actions {
    border-radius: 0 0 24px 23px;
    width: 100%;
    margin: 0;
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
}

.actions a {
    color: #ea4033 !important;
}

.actions span small {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.pakge-box .pkge-name h2 span {
    color: #ea4033 !important;
    font-size: 20px;
    text-decoration: line-through;
    display: inline-block;
}

.detailwrp {
    margin-bottom: 25px;
}

.packages_sec {
    padding: 100px 0;
}

.mCustomScrollBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #5d3de3;
}

.mCustomScrollBox::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.mCustomScrollBox::-webkit-scrollbar-thumb {
    background-color: #000000;
    /* border: 2px solid #555555; */
}

div#mCSB_1_container p {
    color: white;
    /* justify-content: right !important; */
    text-align: justify;
    font-size: 14px;
    line-height: 3;
}

#vs {
    font-size: 14px;
    color: #612fe6;
    font-weight: 600;
}

#sv {
    color: #ea4033;
    font-weight: 700;
    font-size: 17px;
}

#winh {
    text-align: center;
    background: black;
    color: white;
    font-size: 15px;
    font-family: math;
}

#win {
    text-align: center;

    /* color: white; */
    font-size: 18px;
}

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

#lgin {
    text-align: center;
    padding-top: 26px;
    color:white;
}

.table h5 {
          color: white;
            }
.mobileView {
        display: none;
}




@media only screen and (max-width:1400px){
    .sport-wear-text h2 {
        font-size: 82px;
    }
    .video-sldier .slick-prev {
        left: -20px;
    }
    .video-sldier .slick-next {
        right: -2px;
    }
}
@media only screen and (max-width:1200px){
    .about-text h2 {
        font-size: 50px;
    }
    .stream-box h2 {
        font-size: 50px;
    }
    .pakge-box .pkge-name h4 {
        font-size: 44px;
    }
    .pakge-box .pkge-name h2 {
        font-size: 34px;
    }
    div#mCSB_1_container p {
        text-align: left;
    }
    .sport-wear-text h2 {
        font-size: 70px;
    }
    .contact-sec {
        padding: 40px 0;
    }
    .contact-box h2 {
        font-size: 62px;
    }
    .sec-head h2 {
        font-size: 55px;
    }
    .shiping-box:after {
        right: -53px;
    }
    .packages_sec {
        padding: 40px 0 ;
    }
    .about-sec {
        padding: 60px 0;
    }
    .stream-sec {
        padding: 60px 0;
    }
    .product-sec .sec-head h2 {
        font-size: 58px;
    }
    .product-sec .sec-head {
        margin-bottom: 20px;
    }
    .product-sec {
        padding: 70px 0;
    }
    .video-sec {
        padding: 60px 0;
    }
    .inner-banner-text h1 {
        font-size: 62px;
    }
    .contact-us h3 {
        font-size: 42px;
    }
    ul.cont-icon i {
        margin-right: 21px;
    }
    .detai-s i {
        font-size: 28px;
    }
   
}
@media only screen and (max-width:1050px){
    .menuSec:after, .menuSec:before {
        height: 80%;
        top: 10px;
    }
    .video-sldier .slick-prev {
        left: 0px;
        z-index: 9;
    }
    .video-sldier .slick-next {
        right: 18px;
    }
    .footer-box h4 {
        font-size: 22px;
    }
    .sec-head h2 {
        font-size: 50px;
    }
    .contact-box h2 {
        font-size: 50px;
        text-align: center;
    }
    .all-section {
        padding: 50px 0 60px;
    }
    .sport-wear-sec {
        padding: 60px 0 90px;
    }
    .inner-banner-text h1 {
        font-size: 58px;
    }
    tbody#contentDiv tr td {
        font-size: 14px;
    }
   

}
@media only screen and (max-width:992px){
    .header-btn {
        gap: 4px;
    }
    tbody#contentDiv tr td {
        font-size: 12px;
    }
    table#example {
        width: 220% !important;
    }
    .header-logo a img {
        width: 82%;
    }
    .about-text h2 {
        font-size: 40px;
    }
    .about-text p {
        padding: 6px 0;
        line-height: 25px;
    }
    .stream-box h2 {
        font-size: 40px;
    }
    table.table h5 {
        font-size: 15px !important;
    }
    #win {
        font-size: 15px;
    }
    .stream-sec table.table tr td {
        padding: 14px 0px;
    }
    .product-sec .sec-head h2 {
        font-size: 50px;
    }
    .pakge-box .pkge-name h4 {
        font-size: 30px;
    }
    .pakge-box .pkge-name h2 {
        font-size: 25px;
    }
    .pakge-box {
        padding: 23px 10px 10px;
    }
    div#mCSB_1_container p {
        font-size: 13px;
    }
    .pakge-box .btnwrp .btn-1 {
        padding: 12px 50px;
    }
    .sport-wear-text h2 {
        font-size: 53px;
    }
    .contact-box {
        padding: 40px 15px;
    }
    .partner_logos_list ul li:not(:last-child)::after {
        display: none;
    }
    .shiping-box {
        margin: 0 auto 20px;
    }
    .shiping-box:after {
        display: none;
    }
    .footer-box {
        margin: 30px 0 15px 0;
    }
    .botom-pera p {
        
        padding: 10px 0 20px 0;
    }
    .footer-sec:before{
        display: none;
    }
    ul.banner-social.footer-social i {
        font-size: 16px;
    }
    .contact-us h3 {
        font-size: 38px;
    }
    .Leave-wrap {
        padding: 20px 15px;
    }
    .Leave-wrap button {
        width: 190px;
        height: 45px;
        line-height: 16px;
        font-size: 18px;
        margin-top: 25px;
    }
    .stream-sec  .container-md, .container-sm, .container {
        max-width: 100%;
    }
}
@media only screen and (max-width:850px){
    tbody#contentDiv tr td {
        font-size: 12px;
    }
    table#example {
        width: 220% !important;
    }
    .about-text h2 {
        font-size: 31px;
        line-height: 40px;
    }
    .stream-box h2 {
        font-size: 31px;
    }
    table.table h5 {
        font-size: 13px !important;
    }
    .stream-sec table.table tr td {
        font-size: 10px;
    }
    .stream-sec .container {
    margin: 0;
}
    .product-sec .sec-head h2 {
        font-size: 40px;
    }
    .product-sec h3 {
        font-size: 30px;
    }
    .pakge-box .pkge-name h4 {
        font-size: 35px;
    }
    div#mCSB_1_container p {
        font-size: 14px;
    }
    .sport-wear-text h2 {
        font-size: 50px;
        line-height: 70px;
        text-align: center;
    }
    .sport-wear-sec:after {
        clip-path: polygon(0 0, 100% 0, 100% 86%, 81% 80%, 18% 100%, 0 100%);
    }
    .sec-head h2 {
        font-size: 40px;
    }
    .video-sldier .slick-prev {
        left: -27px;
    }
    .video-sldier .slick-next {
        right: -11px;
    }
    .contact-box h2 {
        font-size: 40px;
    }
    .contact-box {
        border-width: 7px;
    }
    .all-section {
        padding: 40px 0;
    }
    .testi-slider .slick-dots {
        bottom: -16%;
    }
    .tesi-slide-box p {
        text-align: left;
        line-height: 25px;
    }
    #win {
        font-size: 14px;
    }
}
@media only screen and (max-width:767px){
    tbody#contentDiv tr td {
        font-size: 12px;
    }
    table#example {
        width: 220% !important;
    }
    .video-sldier .slick-prev {
        left: 11px;
    }
    .stream-sec .container-sm, .container {
        max-width: 100%;
    }
    .orderset {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }
    .mobileView {
        display: block;
    }
    /* .stream-sec table.table {
        margin: 0;
        width: 500px;
    } */
    .log-in-wrap h2 {
        font-size: 35px;
    }
    .loginform h2 {
        font-size: 35px !important;
    }
    .mobileView {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: row-reverse;
    }
    .slicknav_menu {
        display: none;
    }
    .topSec {
        display: none;
    }
    .menuSec ul {
        display: block;
        justify-content: left;
    }
    .menuSec ul li {
        display: block;
        text-align: left;
        padding: 5px 0 5px 0;
    }
    .menuSec ul li a {
        display: block;
    }
    ul.header-cont li {
        display: flex;
        border: none !important;
    }
    
    .header-social {
        display: flex !important;
    }
    .header-cont {
        display: flex !important;
    }
    ul.header-cont li:first-child {
        padding-right: 0px !important;
        margin-right: 15px !important;
    }
    ul.header-social {
        padding: 10px 0 0 0;
    }
    ul.header-cont li {
        gap: 5px;
    }
    ul.header-cont i {
        font-size: 11px;
        color: #fff;
    }
    #mySidenav .header-btn {
        display: block;
    }
    .header-btn {
        display: none;
    }
    .sidenav {
        height: 100%;
        padding: 0;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0px;
        right: 0;
        background-color: #ea4033;
        overflow-x: hidden;
        padding-top: 60px;
        transition: 0.5s;
    }
  
  .gap10 {
    gap: 10px;
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 10px 8px 10px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #ffff !important;
    border-bottom: 2px solid #ffffff2e;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover,
  .offcanvas a:focus {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    border: none;
    right: 25px;
    font-size: 36px;
    margin: 0;
    padding: 0;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* Ensure the waves do not overflow */
  }
  
  .sidenav .closebtn:hover::before,
  .sidenav .closebtn:hover::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgb(255 255 255 / 10%);
    /* Light waves color */
    width: 0;
    height: 0;
    animation: wave 1.5s infinite;
    box-shadow: inset 0 0 11px 12px #fff;
  }
  
  .sidenav .closebtn::after {
    animation-delay: 0.75s;
    /* Staggered wave effect */
  }
  
    .inner-banner-text h1 {
        font-size: 50px;
    }
    section.contact-us {
        padding: 50px 0px;
    }
    .Leave-wrap {
        padding: 20px 15px;
        margin-top: 30px;
    }
    .slicknav_menu {
        z-index: 999;
        position: relative;
    }
    .video-sldier .slick-next {
        right: 28px;
    }
    .partner_logos_list li a img {
        width: 79%;
    }
    .top-bar-left .header-cont a {
        font-size: 11px;
    }
    ul.header-social i {
        font-size: 14px !important;
        width: 20px !important;
        height: 20px !important;
    }
    .header-logo {
        text-align: center;
    }
    .menuSec:after, .menuSec:before{
        display: none;
    }
    .search-input {
        border: 1px solid #fff;
    }
    .header-btn {
        gap: 0px;
    }
    .search-box {
        width: 290px;
    }
    .log-in-wrap {
        margin: 0 0 20px 0;

    }
    .header-btn {
        gap: 0px;
        margin: 10px 0;
    }
    .menuSec {
        background: transparent;
    }
    .main_slider {
        padding: 30px 0;
        background-color: #000;
    }
    .main_slider .carousel-indicators {
        bottom: 20px;
    }
    .sport-wear-text h2 {
        font-size: 40px;
        line-height: 60px;
    }
    .inner-banner-box {
        background-color: #000;
    }
    .inner-banner-text h1 {
        text-align: center;
    }
}
@media only screen and (max-width:570px){
    ul.header-cont i {
        font-size: 14px;
    }
    ul.header-cont li {
        gap: 2px;
    }
 
    ul.header-cont li:first-child {
        border-right: none;
        padding-right: 0px;
        margin-right: 11px;
    }
    .inner-banner-text h1 {
        font-size: 42px;
    }
    .contact-us h3 {
        font-size: 35px;
    }
    .detai-s h6 {
        font-size: 20px;
    }
    ul.cont-icon i {
        margin-right: 10px;
    }
    .detai-s i {
        font-size: 22px;
    }
    .detai-s a {
        font-size: 15px;
    }
    .loginform h2 {
        font-size: 31px !important;
    }
    .loginform button.btn-2 {
        font-size: 17px;
    }
    .log-in-wrap h2 {
        font-size: 30px;
    }
    .log-in-wrap {
        padding: 30px 15px;
    }
    .log-in-wrap form button {
        padding: 15px 10px;
        font-size: 17px;
       
    }
    span.dt-column-title {
        font-size: 11px;
    }
    tbody#contentDiv tr td {
        font-size: 12px;
    }
    table#example {
        width: 220% !important;
    }
    .stream-sec table.table tr td {
        font-size: 8px !important;
        text-wrap-mode: wrap;

    }
       .table > :not(caption) > * > * {
    padding: 0.5rem 0.1rem !important;
}
    .stream-sec .container {
    margin: 0;
    }
          table.table h5 {
        font-size: 7px !important;
    }
}
@media (min-width: 320px) and (max-width: 480px){
    span.dt-column-title {
        font-size: 11px;
    }
    tbody#contentDiv tr td {
        font-size: 6px;
    }
    .stream-sec table.table tr td {
        font-size: 8px;
        text-wrap-mode: wrap;
    }
    table.table h5 {
        font-size: 7px !important;
    }
      
    .stream-sec .container {
    margin: 0;
}
    table#example {
        width: 100% !important;
    }
    table#example thead th span{
       font-size: 8px;
        text-wrap-mode: wrap;
    }
     table#example tbody td {
       font-size: 9px;
        text-wrap-mode: wrap;
    }
    .about-text h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .inner-banner-box {
        padding-top: 40px;
        height: 380px;
    }
    .contact-us h3 {
        font-size: 31px;
    }
    .detai-s h6 {
        font-size: 18px;
    }
    .detai-s i {
        font-size: 20px;
    }
    .detai-s a {
        font-size: 14px;
    }
    img.inner-banner-1 {
        clip-path: none;
        height: 366px;
    }
    .topSec {
        display: none;
    }
    /* .header-logo {
        text-align: center;
        padding: 40px 0 0px 0;
    } */
    .main_slider {
        padding: 100px 0 30px;
    }
    .stream-box h2 {
        font-size: 23px;
    }
    .product-sec .sec-head h2 {
        font-size: 32px;
    }
    .about-text h1 {
        font-size: 32px;
    }
    .product-sec h3 {
        font-size: 22px;
    }
    .product-sec {
        padding: 50px 0 30px;
    }
    .pakge-box .pkge-name h4 {
        font-size: 28px;
    }
    .pakge-box .pkge-name h2 {
        font-size: 21px;
    }
    .sport-wear-text h2 {
        font-size: 30px;
        line-height: 43px;
    }
    .sec-head h2 {
        font-size: 33px;
    }
    .sec-head p {
        font-size: 14px;
    }
    .contact-box h2 {
        font-size: 32px;
    }
    .btn-1 {
        font-size: 14px;
        padding: 10px 20px;
    }
    .sec-head h2 {
        font-size: 30px;
        margin-top: 7px;
    }
    .shiping-box h6 {
        font-size: 14px;
    }
    .shiping-box {
        width: 90%;
    }
    .footer-box h4 {
        font-size: 20px;
    }
    ul.banner-social.footer-social i {
        width: 30px;
        height: 30px;
    }
    .botom-pera p {
        font-size: 12px;
        padding: 10px 0;
    }
    .footer-box {
        margin: 0px 0 25px 0;
    }
    .testi-profile li h4 {
        font-size: 20px;
    }
    .tesi-slide-box p {
        font-size: 14px;
        line-height: 21px;
    }
    .about-text p {
        font-size: 13px;
    }
    .about-text h4 {
        font-size: 18px;
    }
    .soccail-icon {
        text-align: center;
    }
}