@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;
    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: "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: "jersey";
    src: url(../fonts/jersey.ttf);
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-10 {
    margin-top: 100px;
}

.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: "jersey";
    font-size: 80px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 4px;
  
    margin-bottom: 10px;
}

h2 {
    font-family: "jersey";
    font-size: 70px;
    color: #c72125;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1.1;
}

h3 {
    font-family: "jersey";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "jersey";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #7c7c7c;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0px;
    line-height: 28px;
}

/* Header Start */

.menuSec {
    padding: 0px 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: end;
    gap: 80px;
}

.header-logo {
    border: 5px solid #93999b;
    border-top: none;
    text-align: center;
    padding: 20px 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background: #ffffff;
    width: 85%;
    margin-bottom: -110px;
    position: relative;
    z-index: 999999;
}

.header-logo img {
    width: 146px;
    height: 165px;
    object-fit: contain;
}

.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: #333333;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}


.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: #c72125;
}

.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;
}

.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;
}

.add-padding {
    padding: 0 5%;
}

.menusection-socail-link ul {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: end;
}

.menusection-socail-link ul li a {
    background: #c72125;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    animation: tada 1.5s ease infinite;
}

@keyframes tada {

   0% {transform: scale(1);} 

   10%, 20% {transform: scale(0.9) rotate(-3deg);} 

   30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 

   40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 

   100% {transform: scale(1) rotate(0);} 

}

/* Header Ends */

/* Main Banner Start */

section.main_slider li.nav-item {
    width: 20%;
}

section.main_slider .carousel-control-prev,
.carousel-control-next {
    width: fit-content;
}


.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.carousel-control-prev-icon {
    background-image: inherit !important;
    position: relative;
}

.carousel-control-prev-icon:before {
    content: "\f104";
    position: absolute;
    background: #c72125;
    width: 60px;
    height: 60px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    font-size: 25px;
      animation: pulse-animation 2s infinite;
}

.carousel-control-next {
    right: 29px;
}

.carousel-control-next-icon:before {
    content: "\f105";
    position: absolute;
    background: #c72125;
    width: 60px;
    height: 60px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    font-size: 25px;
      animation: pulse-animation 2s infinite;
}

.carousel-control-next-icon {
    background-image: inherit !important;
    position: relative;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner_text h1 span {
    display: block;
}

.banner_text p {
    color: #ffffff;
    margin-bottom: 25px;
    width: 85%;
    line-height: 28px;
}

.theme-btn-1 {
    background: #c72125;
    padding: 12px 30px;
    font-size: 18px;
    color: #fff;
    position: relative;
    width: fit-content;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(199 33 37);
    }

    100% {
        box-shadow: 0 0 0 20px rgb(180 9 9 / 5%);
    }
}

section.main_slider {
    position: relative;
}

section.main_slider:before {
    content: "";
    position: absolute;
    background-image: url(../images/main-banner-shadow.png);
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
}

.banner_text {
    position: relative;
    z-index: 999;
}

.theme-btn-1:before {
    content: "";
    position: absolute;
    border: 2px solid #a92322;
    width: 210px;
    height: 60px;
}

.main-banner-video-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-banner-video-img-icon {
    position: absolute;
}

.main-banner-video-img-icon a {
    font-size: 35px;
    color: #fff;
    animation: tada 1.5s ease infinite;
}

.main-banner-tabs-sec {
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: 40px;
}

.main-banner-video-text p {
    font-size: 14px;
    margin-bottom: 0;
}

.main-banner-video-text h2 {
    font-size: 24px;
    margin-bottom: 0;
}

.main-banner-video-row {
    background: #fff;
    display: flex;
    align-items: center;
    width: 72%;
    margin: 0 0 0 auto;
}

.main-banner-video-img img {
    width: 275px;
    height: 132px;
    object-fit: cover;
}

.main-banner-tabs-sec .row {
    align-items: center;
}

.main-banner-video-text p {
    color: #000;
    line-height: 20px;
    margin-top: 5px;
}

.main-banner-video-text {
    padding: 0 10px;
}

.main-banner-tabs-button ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0 !important;
}

section.main_slider .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
    color: #dfdede;
    padding: 0;
    border-bottom: 2px solid #696666;
    border-radius: 0 !important;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

section.main_slider .nav-pills .nav-link:before {
    content: "";
    position: absolute;
    background: #c42125;
    width: 0%;
    height: 2px;
    bottom: -2px;
    transition: 0.5s;
}

section.main_slider .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: inherit !important;
}

section.main_slider .nav-pills .nav-link.active:before {
    width: 80% !important;
    transition: 0.5s;
}
section.main_slider .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
    height: 930px;
    object-fit: cover;
    object-position: 100% 24%;
}
.btn-shine {
    background: linear-gradient(to right, #fff 0, #c72125, #c72125 33%, #fff 0%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 7s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
}


@keyframes shine {
 0%,
 100% {
  background-position: 0;
 }

 10% {
  background-position: 50px;
 }

 20% {
  background-position: 100px;
 }

 30% {
  background-position: 150px;
 }

 40% {
  background-position: 200px;
 }

 50% {
  background-position: 250px;
 }

 60% {
  background-position: 300px;
 }

 70% {
  background-position: 350px;
 }

 80% {
  background-position: 400px;
 }

 90% {
  background-position: -450px;
 }
}

/* Main Banner Ends */


/*Big Event Start*/


.big-events-sec {
    background: #c72125;
    padding: 35px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.big-events-silder .slick-track {
    margin-left: -140px;
}

.big-events-heading h2 span {
    display: block;
}

.big-events-heading h2 {
    margin-bottom: 0;
    color: #ffff;
    line-height: 91px;
    width: fit-content;
}

.big-events-sec .container-fluid.add-padding {
    padding: 0 0 0 5% !important;
}

.big-events-sec:before {
    content: "";
    position: absolute;
    background: #d35255;
    width: 19%;
    height: 2px;
}

.big-events-silder .match-board {
    margin: auto;
}

.big-events-silder .slick-active {
    opacity: 1.5;
}

.big-events-silder .match-board {
    background: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    width: 100%;
}

.big-events-silder .header td {
    font-size: 14px;
    color: #d4d7db;
    font-family: "jersey";
    font-size: 16px;
    padding: 20px 30px 15px;
}

.big-events-silder tr.header {
    border-bottom: 1px solid #cfd3d7;
}

.big-events-silder .header .league {
    text-align: center;
    font-size: 22px;
    color: #263749;
    font-family: "jersey";
}

.big-events-silder .header .left {
    text-align: left;
}

.big-events-silder .header .right {
    text-align: right;
}

.big-events-silder .content td {
    padding: 25px;
    vertical-align: middle;
    text-align: center;
}

.big-events-silder .team {
    text-align: center;
}


.big-events-silder .team img {
    width: 120px;
    height: 105px;
    object-fit: contain;
    margin: 0 auto;
    animation: tada 3.5s ease infinite;
}

.big-events-silder .slick-slide {

    opacity: 1.2;
}

.big-events-silder .team-text {
    margin-top: 12px;
    font-size: 16px;
    color: #263749;
    font-family: "jersey";
}

.score-box {
    text-align: center;
}

.big-events-silder .score {
    background: #c72125;
    color: #fff;
    padding: 25px 25px;
    font-size: 25px;
    border-radius: 4px;
    width: 100%;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
      animation: pulse-animation 2s infinite;
    font-weight: 600;
}


/*Big Event Ends*/


/*About Us Start*/

.about-djk-out-door-text h2 span {
    display: block;
}

.about-djk-out-door-text h2 span {
    color: #050e28;
}

.about-djk-out-door-text {
    margin-left: 20px;
    margin-top: 40px;
}

.about-djk-out-door-images img {
    width: 100%;
    height: 930px;
    object-fit: cover;
}

.about-djk-out-door-our-mission h2 {
    font-size: 47px;
    color: #050e28;
}

.about-djk-out-door-images-two img {
    width: 280px;
    height: 363px;
    object-fit: cover;
}

.about-djk-out-door-images {
    position: relative;
}

.about-djk-out-door-images-two {
    position: absolute;
    bottom: 55px;
    right: -186px;
}

.about-djk-out-door-images-two img {
    width: 370px;
    height: 463px;
    object-fit: cover;
    border: 4px solid #ffffff;
}

.about-djk-out-door-our-mission {
    margin-left: 165px;
    margin-top: 250px;
}

.about-djk-out-door-our-mission a:before {
    width: 170px;
}

.about-djk-out-door-our-mission p {
    margin-bottom: 20px;
}

/*About Us Ends*/

/*Products Our Custom Djk Baits Start*/

.products-our-custom-djk-heading {
    text-align: center;
}

.products-our-custom-djk-sec {
    margin: 100px 0;
    background-image: url(../images/products-our-custom-djk-back.png);
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 100px 0;
}

.products-our-custom-djk-silder-items {
    margin-top: 30px;
}

.products-our-custom-djk-silder .slick-slide {
    margin: 0px 10px 10px;
}

.products-our-custom-djk-silder .slick-active {
    opacity: 1.5;
}

.products-our-custom-djk-silder-items-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border: 2px solid #dedede;
}

ul.pro-custom-star {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 10px;
}

ul.pro-custom-star li i {
    color: #ffc21f;
}

.products-our-custom-djk-silder-items-text h2 {
    font-size: 25px;
    color: #fff;
}

ul.pro-custom-star li span {
    color: #ffffff;
}

ul.pro-custom-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.pro-custom-number li {
    display: flex;
    align-items: center;
    gap: 30px;
}

ul.pro-custom-number li h3 {
    color: #de0000;
    font-size: 20px;
    margin-bottom: 0;
}

ul.pro-custom-number li del {
    font-size: 15px;
    font-family: "jersey";
    color: #fff;
}

ul.pro-custom-number li a {
    border: 1px solid #b11e22;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #b11e22;
    font-size: 20px;
    animation: tada 1.5s ease infinite;
}
.products-our-custom-djk-silder-items-text {
    margin-top: 25px;
}

.products-our-custom-djk-heading h2 span {
    display: block;
    color: #fff;
}

.products-our-custom-djk-sec .slick-prev:before {
    content: "\f104";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    color: #fff !important;
    background: #c72125;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
      animation: pulse-animation 2s infinite;
}

.products-our-custom-djk-sec .slick-prev {
    left: -75px;
}



.products-our-custom-djk-sec .slick-next {
    right: -46px;
}

.products-our-custom-djk-sec .slick-next:before {
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    color: #fff !important;
    background: #c72125;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
      animation: pulse-animation 2s infinite;
    height: 50px;
}

/*Products Our Custom Djk Baits Ends */

/*Upcoming Tournament Join Us on the Water Start*/

.upcoming-tournament-heading {
    text-align: center;
}

.upcoming-tournament-heading h2 span {
    display: block;
    color: #262e44;
}

.upcoming-tournament-heading p {
    width: 55%;
    margin: 0 auto;
}

.upcoming-tournament-sec .bet-table {
    width: 100%;
    margin: 30px auto;
    border-collapse: collapse;
    background: #fff;
}

.upcoming-tournament-sec .bet-table th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.upcoming-tournament-sec .bet-table th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}


.upcoming-tournament-sec .bet-table tbody tr {
    background: #f3f3f3;
     transition: 0.5s;
}

.upcoming-tournament-sec .bet-table tbody tr:hover {
    background: #fafafa;
    transition: 0.5s;
    transform: scale(1.1);
}
.upcoming-tournament-sec .bet-table th {
    background: #08131f;
    color: white;
    text-align: left;
    padding: 25px 0 25px 30px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-family: "Montserrat", sans-serif;
}

.upcoming-tournament-sec .bet-table td {
    padding: 25px 25px;
    vertical-align: middle;
}

.upcoming-tournament-sec .date-box {
    background: #c72125;
    color: white;
    text-align: center;
    border-radius: 4px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    flex-direction: column;
    font-family: "jersey";
    font-size: 20px;
    font-weight: 300;
}

.upcoming-tournament-sec .date-box span {
  
  display: block;
}

.upcoming-tournament-sec .match div {
    color: #1f1f1f;
    font-family: "jersey";
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    margin-right: 40px;
}

.upcoming-tournament-sec .market {
    font-weight: bold;
    color: #263749;
    font-size: 30px;
    font-family: "jersey";
}

.upcoming-tournament-sec .percent {
    width: 90px;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.upcoming-tournament-sec .percent.red {
    background: #c72125;
}
.upcoming-tournament-sec .percent-number-box {
    background: #f0cdcb;
    height: 110px;
    width: 90px;
    border-radius: 5px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.upcoming-tournament-sec td.odds img {
    width: 109px;
    height: 23px;
    object-fit: contain;
    margin-top: 5px;
}

.upcoming-tournament-sec .bet-table tbody tr td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
        
}

.upcoming-tournament-sec .bet-table tbody tr td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}


.upcoming-tournament-sec .percent.dark {
  background: #7f1d1d;
}

.upcoming-tournament-sec .odds {
  font-weight: bold;
}

/*Upcoming Tournament Join Us on the Water Ends*/


/*Testimonial Clients Reviews Start*/

.testimonial-clients-reviews-sec {
    margin: 100px 0;
    background-image: url(../images/testimonial-clients-reviews-back.png);
    width: 100%;
    background-size: cover;
    padding: 100px 0;
}

.test-clients-reviews-text-silder .slick-next {
    right: -80px;
}

.test-clients-reviews-text-silder .slick-prev:before {
    content: '\f177';
    font-weight: 900;
    font-family: 'Font Awesome 7 Pro';
    color: #ffff !important;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
      animation: pulse-animation 2s infinite;
}

.test-clients-reviews-text-silder .slick-prev {
    left: -110px;
}

.test-clients-reviews-text-silder .slick-next:before {
    content: '\f178';
    font-weight: 900;
    font-family: 'Font Awesome 7 Pro';
    color: #ffff !important;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
      animation: pulse-animation 2s infinite;
}

.test-clients-reviews-text-silder .slick-prev {
    top: 12%;
    z-index: 9999;
}

.test-clients-reviews-text-silder .slick-next {
    top: 12%;
    z-index: 9999;
}

.testimonial-clients-reviews-heading {
    text-align: center;
}

.testimonial-clients-reviews-heading h2 span {
    display: block;
    color: #ffffff;
}

.testimonial-clients-reviews-heading h2 {
    line-height: 85px;
}

.test-clients-reviews-img-silder-items img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 50%;
}

.test-clients-reviews-text-silder-items {
    text-align: center;
}

.test-clients-reviews-text-silder-items h2 {
    font-size: 32px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-bottom: 8px;
}

.test-clients-reviews-text-silder-items p {
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
}

.test-clients-reviews-img-silder .slick-slide {
    opacity: 1.2;
}

.test-clients-reviews-img-silder .slick-slide.slick-current.slick-active {
    transform: scale(1.2);
    animation: tada 3.5s ease infinite;
}

.test-clients-reviews-img-silder .slick-track,
.test-clients-reviews-img-silder .slick-list {
    overflow: visible;
}

.test-clients-reviews-img-silder-items {
    width: 92px;
    height: 92px;
    margin: 0px auto;
    border-radius: 50%;
}

.test-clients-reviews-img-silder .slick-slide {
    margin: 0px 5px;
}

.test-clients-reviews-img-silder {
    margin-top: 30px;
    margin-bottom: 50px;
}

.test-clients-reviews-text-silder-items span {
    font-size: 24px;
    color: #a4a4a4;
    font-weight: 500;
}

.test-clients-reviews-text-silder-items ul li i {
    font-size: 20px;
    color: #f4b200;
}

.test-clients-reviews-text-silder-items ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.test-clients-reviews-img-silder .slick-slide.slick-current.slick-active .test-clients-reviews-img-silder-items:before {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    left: -11px;
    top: -11px;
}

.test-clients-reviews-img-silder .slick-slide.slick-current.slick-active .test-clients-reviews-img-silder-items {
    position: relative;

}
.review-person-box {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.test-clients-reviews-img-silder {
    max-width: 150px;
}

/*Testimonial Clients Reviews Ends */


/*Blogs Fishing Tips Start*/

.blogs-fishing-tips-sec {
    margin: 100px 0px;
}

.blogs-fishing-tips-heading h2 span {
    display: block;
    color: #050e28;
}

.blogs-fishing-tips-heading {
    text-align: center;
}

.blogs-fishing-tips-heading p {
    width: 52%;
    margin: 0 auto;
}

.blogs-fishing-tips-box {
    margin-top: 35px;
    position: relative;
    transition: 0.5s;
}

.blogs-fishing-tips-box:hover .blogs-fishing-tips-text * {
    color: #fff;
}

.blogs-fishing-tips-img img {
    width: 100%;
    height: 585px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.blogs-fishing-tips-text h2 {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    color: #121213;
    line-height: 30px;
    margin-bottom: 8px;
}

.blogs-fishing-tips-text {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 80%;
    padding: 40px 30px 10px 0px;
    border-top-right-radius: 5px;
    transition: 0.5s;
}

.blogs-fishing-tips-text p {
    line-height: 25px;
}

.blogs-fishing-tips-text ul li i {
    color: #c72125;
    font-size: 18px;
    animation: tada 1.5s ease infinite;
}

.blogs-fishing-tips-text ul li {
    color: #2d2d2d;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blogs-fishing-tips-text ul {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 12px;
}

.blogs-fishing-tips-box:hover .blogs-fishing-tips-text {
    background: #c72125;
    transition: 0.5s;
    padding: 20px;
    border-radius: 0;
}

/*Blogs Fishing Tips Ends*/

/*our Sponsors Start*/

.our-sponsors-sec {
    margin: 100px 0;
}

.our-sponsors-heading {
    text-align: center;
}

.our-sponsors-heading h2 span {
    color: #050e28;
}

.our-sponsors-heading p {
    width: 55%;
    margin: 0 auto;
}

.our-sponsors-silder-items a img {
    width: 262px;
    height: 200px;
    object-fit: contain;
}

.our-sponsors-silder-items a {
    box-shadow: 0 0 10px 0 #00000030;
    width: 100%;
    background: #fff;
    border-radius: 2px;
      animation: pulse-animation 2s infinite;
}

.our-sponsors-silder-items {
    margin-top: 10px;
}

.our-sponsors-silder .slick-slide {
    margin: 20px 12px;
}

.our-sponsors-silder .slick-active {
    opacity: 1.5;
}

.our-sponsors-heading h2 {
    margin-bottom: 5px;
}

/*our Sponsors Ends*/



/*Sign Up To Get Latest Updates Start*/

section.subs {
    position: relative;
    padding: 60px 0 24px;
    background: #141414;
}

section.subs .row {
    border-bottom: 1px solid #5b5b5b;
    padding-bottom: 45px;
}



section.subs .container-fluid {
    padding: 0 9%;
}

section.subs .subs-form {
  position: relative;
}

section.subs .subs-form form {
    display: flex;
    border: 1px solid #2c2c2c;
    background: transparent;
    border-radius: 0;
    width: 100%;
    justify-content: space-between;
    padding: 10px 10px;
    color: #fff;
}

section.subs .subs-form form input {
  background: transparent;
  border: 0px;
  padding: 0px 8px;
  font-weight: 500;
  font-size: 14px;
  width: 60%;
  line-height: 12px;
 color: #fff;
}

section.subs .subs-form form button {
    padding: 10px 34px;
    font-size: 18px;
    color: #fff;
    border: 0px;
    background: transparent;
    background: #e53039;
    transition: 0.5s;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
      animation: pulse-animation 2s infinite;
}

section.subs .subs-form form input::placeholder {
color: #fff;
 
}

section.subs .subs-form form button:hover {
  opacity: 80%;
  transform: scale(0.89);
}

section.subs .subs-connect {
  justify-content: flex-end;
  gap: 18px;
}

section.subs .subs-connect .imgcons img {
    transition: 0.6s;
    animation: tada 1.5s ease infinite;
    width: 65px;
    height: 61px;
    object-fit: contain;
}

section.subs .subs-connect:hover .imgcons img {
  transform: scale(1.2) rotate(5deg);
}

section.subs .subs-connect h6 {
  margin: 0;
  font-family: "Montserrat";
}

section.subs .subs-connect h6 a {
    color: #fff;
    transition: 0.3s;
    font-size: 18px;
}



section.subs .subs-connect h6 a:hover {
  text-decoration: underline;
}
section.subs .subs-connect h4 {
    line-height: 50px;
    font-family: "jersey";
    font-size: 35px;
}

section.subs .subs-connect .imgcons-txt {
  text-align: right;
}

.subs-title h3 {
    line-height: 45px;
    font-weight: 500;
}
section.subs .subs-form form input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

section.subs .subs-form form input:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
}

/*Sign Up To Get Latest Updates Ends*/

/* Footer Start  */

.footerSec {
    position: relative;
    overflow: hidden;
    padding: 30px 0 20px;
    background: #141414;
}

footer.footerSec .container-fluid {
    padding: 0 9%;
}


footer ul li a {
  line-height: 30px;
  transition: color 0.3s;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer ul.social li a:hover {
  opacity: 1;
  color: #fff;
}

.footer-btm {
    background: #141414;
}
.news-letter ul li a {
    gap: 15px;
    line-height: 25px;
    width: 100%;
    transition: 0.4s;
    color: #d0d0d0;
    font-size: 14px;
    margin-bottom: 40px;
    margin-top: 10px;
}


.inner-shop-sec .products-our-custom-djk-silder-items {
    margin-top: 45px;
}

.news-letter ul li a i {
    font-size: 22px;
    color: #fff;
}


.news-letter ul li a:hover {
  transform: translate(3px, 0px);
  color: #fff;
}

footer .ftLoo {
  padding-bottom: 10px;
}

.foot-useful-link ul {
  display: flex;
  flex-direction: column;
  margin: 0px;
  gap: 4px;
}

.foot-useful-link {
  width: 50%;
  margin: 0px auto;
}

.news-letter ul li a img.img-fluid {
  display: inline-block;
  width: 18px;
}

footer .news-letter ul {
  margin: 0px;
}



footer .ftLoo a img.img-fluid {
    width: 148px;
    height: 148px;
    object-fit: contain;
}


.footer-about p {
    font-size: 14px;
    margin: 0px;
    color: #efefef;
    width: 80%;
}
.footerSec h4 {
    color: #fff;
    font-size: 25px;
    line-height: 40px;
    padding-bottom: 10px;
    font-family: "jersey";
}

footer .news-letter {
    width: 70%;
    margin: 0px 0 0 auto;
}
.foot-useful-link ul li a {
    color: #d0d0d0;
    width: 100%;
    display: inline-block;
    position: relative;
    transition: 0.6s;
    padding: 8px 2px;
    text-transform: uppercase;
}

.foot-useful-link ul li:before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  background: #535353;
  height: 1px;
  transition: 0.3s;
}

.foot-useful-link ul li {
  position: relative;
}

.foot-useful-link ul li:hover:before {
    background: #e53039;
    height: 100%;
    color: #ffff !important;
}
.foot-useful-link ul li:hover a{
   
    color: #ffff !important;
}
.foot-useful-link ul li a:hover {
  color: #000;
  opacity: 1;
  font-weight: 600;
  text-decoration: unset;
}

.foot-useful-link ul li:hover a {
  transform: translate(30%, 0px);
  color: #000;
  opacity: 1;
  font-weight: 600;
  text-decoration: unset;
}

.foot-useful-link ul li:last-child:before {
    background: #141414;
}

.foot-useful-link ul li:last-child:hover:before {
    background: #e53039;
}

.news-letter ul li a:hover {
  text-decoration: unset;
}

.news-letter ul li a:hover span {
  text-decoration: underline;
}

.footer-btm p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
footer.footer-btm p {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #959595;
}
footer.footer-btm .row {
    border-top: 1px solid #3b3b3b;
    padding: 20px 0;
}
.footer-about ul li a {
    border: 1px solid #fcfcfc;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #c72126;
    font-size: 18px;
    transition: 0.5s;
    animation: tada 1.5s ease infinite;
}

.footer-about ul {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
footer.footer-btm .container-fluid {
    padding: 0 9%;
}
.footer-about ul li a:hover {
    background: #e53039;
    color: #fff;
    border: 1px solid #e53039;
    transition: 0.5s;
}
/* Footer Ends  */

/*Inner About Us Start*/

.inner-main-banner-sec {
    background-image: url(../images/inner-banner-1.jpg);
    width: 100%;
    height: 566px;
    background-size: cover;
    display: flex;
    align-items: center;
}
.inner-main-banner-heading h2 {
    margin-bottom: 0;
}

.upcoming-tournament-sec.inner {
    margin: 100px 0;
}

/*Inner About Us Ends*/





/*Inenr Shop Start*/

.inner-shop-sec {
    margin: 80px 0;
}
.inner-shop-sec .products-our-custom-djk-silder-items h2 {
    color: #000;
}
.inner-shop-page-number-button {
    margin-top: 80px;
}
.inner-shop-page-number-button ul li a:hover {
    background: #c72125;
    transition: 0.5s;
}
.inner-shop-page-number-button ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.inner-shop-page-number-button ul li a {
    background: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-family: "jersey";
    font-size: 25px;
    color: #fff;
    transition: 0.5s;
}

/*Inenr Shop Ends */



/* Inenr Account Start */

.log-in-wrap {
    padding: 50px 30px;
    background-color: #fff;
    border-radius: 0;
    border: 2px solid #eaeae9;
}
.log-in-wrap h2 {
    margin: 0px 0px 20px;
    text-align: left;
    color: #000;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 600;
}
.log-in-wrap form button {
    padding: 15px 50px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    border: none;
    background-color: #c72125;
    transition: 0.5s;
    animation: pulse-animation 2s infinite;
}
.width-100 {
    width: 100% !important;
}

.log-in-page-main {
    padding: 100px 0px;
}
.log-in-page-main .form-control {
    height: 65px;
    padding-left: 20px;
    margin-bottom: 20px;
    border: 2px solid #eaeae9;
    box-shadow: unset !important;
    color: #a7a7a7;
    font-family: "jersey";
}

.log-in-page-main .form-control::placeholder {
    color: #b0afaf;
}

.log-in-page-main .form-check label.form-check-label {
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    color: #a7a7a7;
}

.form-check-input:checked {
    background-color: #973416;
}

.log-in-page-main .form-check,
.forgot-pass {
    display: inline-block;
}

.forgot-pass {
    width: 72%;
    text-align: right;
}

.forgot-pass a {
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    color: #a7a7a7;
}

.forgot-pass a:hover {
    color: rgb(213, 0, 0);
}

.agree-text {
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #aaabad;
    display: flex;
    padding: 0 10px;
    gap: 5px;
}

.term-condition {
    font-weight: 600;
    margin-left: 10px;
    color: #c72125;
    text-decoration: underline;
}

.terms_chk .form-check-input {
    border-color: #c72125;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.password-icon {
    position: absolute;
    right: 14px;
    top: 21px;
}

.form-group i {
    position: absolute;
    right: 10px;
    top: 22px;
}

.form-group {
    position: relative;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Inenr Account Ends */


/*Inner Blog Detail Start*/

.blogs-fishing-tips-sec.inner .blogs-fishing-tips-box {
    margin-top: 55px;
    
}
.blogs-fishing-tips-sec.inner {
    margin-top: 50px;
}






.blogs-detail-sec {
    margin: 100px 0;
}
.blogs-detail-images img {
    width: 100%;
    height: 890px;
    object-fit: cover;
    border-radius: 8px;
}
.blogs-detail-text h2 {
    font-size: 30px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    line-height: 40px;
    margin: 10px 0;
}
.blogs-detail-text ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.blogs-detail-text ul li {
    font-size: 20px;
    font-weight: 600;
    color: #2d2d2d;
    display: flex;
    align-items: center;
    gap: 10px;
}


.blogs-detail-text ul li i {
    color: #e5483c;
}
.blogs-detail-text p {
    margin-bottom: 20px;
}
.blogs-detail-row p {
    margin-bottom: 20px;
}
.blogs-detail-row {
    margin-top: 30px;
}

/*Inner Blog Detail Ends*/



/*Inner About Us Start*/

 .testimonial-clients-reviews-sec.inner {
    background: #fff;
    background-image: inherit !important;
}
.testimonial-clients-reviews-sec.inner .test-clients-reviews-text-silder-items p {

color: #999999;   
}

.testimonial-clients-reviews-sec.inner .test-clients-reviews-text-silder-items h2 {

    color: #000;
   
}

.testimonial-clients-reviews-sec.inner .test-clients-reviews-text-silder .slick-prev:before {
    color: #000 !important;
    border: 1px solid #000;
   
}

.testimonial-clients-reviews-sec.inner .test-clients-reviews-text-silder .slick-next:before {
     color: #000 !important;
    border: 1px solid #000;
}
.testimonial-clients-reviews-sec.inner .testimonial-clients-reviews-heading h2 span {

    color: #010101;
}
.inner-why-choose-sec {
    margin-top: 100px;
}
.inner-why-choose-text h2 span {
    display: block;
    color: #050e28;
}
.inner-why-choose-text p {
    margin-bottom: 20px;
}
.inner-why-choose-text {
    padding-right: 20px;
}
.inner-about-counter-sec {
    background-image: url(../images/inner-about-counter-back.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 80px 0;
    margin-top: 100px;
}
.inner-about-counter-box {
    text-align: center;
}
.inner-about-counter-box h2 {
    font-size: 85px;
    color: #fff;
    margin-bottom: 10px;
}
.inner-about-counter-box p {
    font-size: 28px;
    color: #fff;
}

/*Inner About Us Ends*/


/*Inenr Contact Us Start*/

.get-in-touch-heading h2 {
    color: #000;
}
.get-in-touch-heading {
    text-align: center;
}

.inner-contact-us-sec {
    margin: 100px 0;
}
.inner-main-contact-us-heading {
    text-align: center;
}
.inner-main-contact-us-heading h2 {
    color: #000;
    font-size: 60px;
    margin-bottom: 20px;
}
.inner-main-contact-us-heading h2 span {
    display: block;
}
.inner-contact-us-icon-box a {
    font-size: 22px;
    color: #777777;
    font-weight: 500;
}
.inner-contact-us-icon-box h2 {
    font-size: 36px;
    color: #000;
    margin-bottom: 10px;
}
.inner-contact-us-icon-box span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c72125;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 35px;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 28px;
}
.inner-contact-us-icon-box {
    text-align: center;
    margin-top: 50px;
    height: 240px;
}

.get-in-touch-form-row input {
    width: 100%;
    height: 60px;
    margin-top: 25px;
    padding: 0 20px;
    font-size: 18px;
    border: 1px solid #a8a1a1;
    color: #999595;
}

.get-in-touch-form-row select {
    width: 100%;
    height: 60px;
    margin-top: 25px;
    padding: 0 20px;
    font-size: 18px;
    border: 1px solid #a8a1a1;
    color: #999595;
}

.get-in-touch-form-row textarea {
    width: 100%;
    height: 250px;
    margin-top: 25px;
    padding: 20px 20px;
      border: 1px solid #a8a1a1;
      resize: none;
}
.get-in-touch-sec {
    margin-bottom: 140px;
}

.get-in-touch-form-row textarea::placeholder{

    color: #999595 !important;   
}

.get-in-touch-form-row input::placeholder{

    color: #999595 !important;   
}

.get-in-touch-form-row button {
    margin: 0 auto;
    margin-top: 30px;
    background: #c72125 !important;
}



/*Inenr Contact Us Ends*/



/* Inner Checkout Start */

section.checkout label {
    font-weight: 600;
    color: #737373;
    font-size: 16px;
}

.checkout span {
    color: #009a68;
    margin-left: 5px;
}

section.checkout input {
    border: 1px solid #bfbfbf;
    width: 100%;
    padding: 10px 20px;
    color: #000;
    font-weight: 500;
    height: 60px;
    font-size: 17px;
    text-transform: capitalize;
}

section.checkout h6 {
    font-weight: 500;
    color: #ffff;
    background: #c72125;
    padding: 28px 40px;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 40px;
    letter-spacing: 0.10px;
    font-family: "jersey";
}

section.checkout {
    padding: 100px 0;
}

ul.pri {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
}

section.checkout .place-order {
    border: 1px solid #e5e5e5;
    padding: 0px 0 55px;
}

.place-order h5 {
    font-size: 26px;
    text-transform: capitalize;
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 20px 30px;
    margin-bottom: 0px;
    text-align: left;
    color: #000;
    font-weight: 500;
    font-family: "jersey";
}

.pym-methd {
    padding: 0px 30px;
    text-align: center;
}

ul.pri li p {
    margin-bottom: 0;
    font-size: 16px;
    color: #737373;
    font-weight: 600;
}

.affiliate-marketing-text h2 {
    line-height: 80px;
}

ul.pay-paymnt {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    gap: 20px;
    margin-bottom: 0;
}

ul.pay-paymnt.chg {
    margin-top: 15px;
}

ul.pay-paymnt li input[type="checkbox"] {
    width: inherit !important;
    height: inherit !important;
    margin: 0;
    background: #e5e5e5;
    border: 0 !important;
}

.pym-methd button.btn-theme {
    margin-top: 35px;
}

button.theme_btn:hover {
    color: #fff;
}

ul.pay-paymnt li img {
    padding-left: 10px;
}

section.checkout input::placeholder {
    color: #737373;
}

.pri li {
    font-weight: 600;
    color: #737373;
}



ul.pay-paymnt li {
    font-size: 16px;
    color: #737373;
    font-weight: 600;
}

button.btn-theme {
    width: 70%;
    font-size: 18px;
    background: #c72125;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffff;
}   

/* Inner Checkout End */












/*Inner Shop Detail Start*/




.testimonialsBg {
    background: #f4f2f1;
}


li.brown-box {
    position: relative;
    font-size: 19px;
    color: #fff;
    font-family: 'Oswald';
}

li.whiteBox {
    position: relative;
    font-size: 19px;
    color: #d0005c;
    font-family: 'Oswald';
}

ul.tsti li p {
    color: white;
}


.prod-slider .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}

.prod-slider .slick-prev:before {
    content: "\f060";
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 700;
}

.prod-slider .slick-prev:before {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #964b00;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: linear-gradient(to bottom, #f8d89d, #f8d89d, #f8d89d, #f8d89d, #f8d89d, #f2d195, #ebc98c, #e5c284, #d7b272, #c8a260, #ba924f, #ac823e);*/
}


.prod-slider .slick-next:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 700;
}

.prod-slider .slick-next:before {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #964b00;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: linear-gradient(to bottom, #f8d89d, #f8d89d, #f8d89d, #f8d89d, #f8d89d, #f2d195, #ebc98c, #e5c284, #d7b272, #c8a260, #ba924f, #ac823e); */
}


.prod-slider .slick-prev {
    left: 5px;
    z-index: 11;
}




.prod-slider .slick-next {
    right: 35px;
}



.prod-slider .slick-active {
    opacity: 1;
}


/* .testimonail-slider .slick-slide img {
    width: 17%;
} */

ul.testi {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 24px;
}

.quot img {
    width: 33px;
    height: 29px;
}

.test-bx {
    background: #bf793c;
    padding: 20px;
}

li.wid {
    width: 76%;
}

ul.quot {
    display: flex;
    align-items: center;
    gap: 22px;
    /* margin-top: 6%; */
}

.quot li.rebBox {
    border: solid #bf793c;
    padding: 13px;
    background: #bf793c;
}


li.whiteBox {
    position: relative;
    font-size: 19px;
    color: #bf793c;
    font-family: 'Oswald';
}

li.whiteBox::before {
    position: absolute;
    content: "";
    background: white;
    height: 61px;
    width: 240px;
    left: -22px;
    top: -18px;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
}

.test-head {
    text-align: center;
}

.test-head h2 {
    font: size 55px;
    ;
}

.test-head h3 {
    font-size: 51px;
}

.testimonail-slider .slick-dots li.slick-active button:before {
    background: #bf793c;
    width: 40px;
}

.testimonail-slider .slick-dots li button:before {
    width: 45px;
    height: 7px;
    content: '';
    text-align: center;
    opacity: 1.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
    border-radius: 0;
}

.testimonail-slider .slick-dots {
    bottom: -71px;
}

.testimonail-slider .slick-dots li {
    width: 50px;
}

.slick-active {
    opacity: 1;
}

.product-tet {
    border-bottom: 1px solid #cccccc;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #bf793c;
}

span.icon-1 {
    gap: 5px;
    color: #ffb600;
    font-size: 20px;
    display: flex;
    margin-bottom: 13px;
    /* align-items: center; */
    margin-top: 15px;
}

.hurry-up {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px;
}

.product-text h5 {
    font-size: 25px;
    color: #bf793c;
    font-weight: 400;
    margin: 7px 0 20px;
}

ul.quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.input-number {
    width: 53px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
    background: transparent;
    color: #000000;
    height: 60px;
    border: 1px solid #c72125;
    font-size: 30px;
    line-height: 40px;
}

span.input-number-decrement {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    position: relative;
    top: -1px;
    left: -4px;
    border: solid 1px #bf793c;
    height: 29px;
    border-radius: 0;
    color: black;
}

span.input-number-increment {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    position: relative;
    bottom: -29px;
    right: 38px;
    border: solid 1px #bf793c;
    height: 31px;
    border-radius: 0;
    color: black;
}

.input-number-decrement,
.input-number-increment {
    display: inline-block;
    width: 30px;
    line-height: 38px;
    background: transparent;
    color: #b5b5b5;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.btn10 {
    border: 1px solid #bf793c !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #c72125 !important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.list-inlin {
    display: flex;
    margin-top: 35px;
    gap: 10px;
}

ul.list-inlin.pull-right li {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.list-inlin li a {
    color: #c72125;
    border: 1px solid;
    width: 55px;
    display: flex;
    height: 55px;
    font-size: 22px;
    align-items: center;
    justify-content: center;
       transition: 0.5s;
    border-radius: 50px;
}
.slider-nav .slick-slide {
    
    opacity: 1.2;
}

.slider-nav .slick-slide {
    margin: 8px 0px;
}

.slider-nav img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}


.slider-for .slick-slide {
    margin: 0px 0px;
}


.slider-for img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

ul.list-inlin li a:hover {
    color: white;
    border: 1px solid;
    width: 50px;
    display: flex;
    height: 50px;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #c72125;
    transition: 0.5s;
}

.description .nav-tabs {
    border-bottom: 0;
    gap: 30px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    justify-content: center;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item .nav-link.active {
    border: 0;
    color: #c72125;
    font-weight: 600;
    font-size: 45px;
    border-bottom: 2px solid;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    font-family: 'minion';
    font-weight: 600;
    font-family: "jersey";
}

.description .tab-content p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-family: 'Montserrat';
}

.description .tab-content form {
    margin-bottom: 70px;
}

.description .tab-content form .row {
    align-items: center;
}

.description .tab-content input[type="text"] {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    height: 70px;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(124, 124, 124);
    font-family: 'Montserrat';
    padding: 0 15px;
}

.description .tab-content textarea {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(124, 124, 124);
    font-family: 'Montserrat';
    padding: 15px 15px;
}

.form-group {
    margin-bottom: 15px;
}

.rev-btn h6 {
    font-family: 'Montserrat';
    color: #000;
    margin-bottom: 10px;
}

.description li.nav-item button {
    width: 100%;
    height: 70px;
    border-radius: 0;
    font-size: 45px;
    text-transform: uppercase;
    color: #2c1006;
    text-align: center;
    font-weight: 600;
    font-family: "jersey";
}

button.theme-btn-1 {
    font-family: "El Messiri", sans-serif;
    padding: 15px 40px;
    border: none;
    color: #ffffff;
    background-color: #bf793c;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    font-weight: 400;
    transition: 0.3s;
}

button.theme-btn-1:hover {
    border: 1px solid #bf793c;
    color: #bf793c;
    background-color: #fff;
}

.inner_banner img {
    height: 560px;
}

.banner_img.inner_sm img {
    height: 470px;
    object-fit: contain;
}

.abt_inner_left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.our_mission_right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.number-item .qty-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.qtystyle {
    width: 100%;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    border-radius: 6px;
    border: 1px solid #000;
    box-sizing: border-box;
}

.qty-wrapper button {
    position: absolute;
    bottom: 0%;
    width: 50px;
    height: 48px;
    font-size: 25px;
    background: #ba7741;
    border: 1px solid #ba7741;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    border-radius: 5px;
}

.qty-wrapper .decrease {
    left: 1px;
}

.qty-wrapper .increase {
    right: 1px;
}

.product-text h3 {
    font-size: 60px;
}

.product-text h4 {
    font-size: 50px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    color: #de0000;
}
.products-our-custom-djk-sec.inner {
    background-image: none !important;
}
.products-our-custom-djk-heading.inner p {
    width: 55%;
    margin: 0 auto;
}
.products-our-custom-djk-heading.inner h2 label {
    color: #000;
}
.products-our-custom-djk-sec.inner .products-our-custom-djk-silder-items-text h2 {
    color: #000;
}
.products-our-custom-djk-sec.inner {
    margin-top: 0;
    margin-bottom: 20px;
}
section.proddet {
    margin-top: 100px;
    margin-bottom: 50px;
}


/*Inner Shop Detail Ends*/






/* Inner Cart Start  */

.cart-page-tble th,
.cart-page-tble td {
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

table.cart-page-tble img {
    width: 150px;
    height: 155px;
    object-fit: cover;
    border-radius: 5px;
}
.ptext p {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    line-height: 28px;
    margin-left: 10px;
    color: #7f7f7f;
    font-weight: 600;
}

.sizes label {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 400;
}

section.cart-main-sec {
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}

.sizes ul.list-inline.pr_counter.d-flex.align-items-center {
    justify-content: center;
    gap: 10px;
    margin: 0px;
}

.sizes .pr_counter li.inc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 1px 7px;
    gap: 18px;
    background: #fff;
    border-radius: 8px;
}

.sizes .pr_counter li.inc input.input-number {
    justify-content: center;
    align-items: center;
    background: transparent;
    text-align: center;
    width: 70px;
    height: 60px;
    display: flex;
    border: 0px;
}

.sizes .pr_counter li.inc span {
    background: transparent;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 55px;
    width: 20px;
    height: 20px;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    top: 0;
    right: 0;
}
.sizes .pr_counter li.inc span:hover {
    background: #c72125;
    color: #fff;
    border: 2px solid #c72125;
}

p.pro-name-here {
    font-family: "jersey";
    font-size: 22px;
    color: #000 !important;
    font-weight: 400;
}
.prc-cart-rate {
    position: relative;
    margin-bottom: 18px;
}

.update-cart {
    margin-top: 12px;
}
.update-cart span {
    color: #7f7f7f;
    font-size: 20px;
    font-weight: 500;
}

section.cart-main-sec .table-responsive {
    padding-right: 25px;
}

.continue {
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

.continue a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 25px;
    font-weight: 600;
    transition: 0.3s;
    color: #000;
}

.continue a:hover {
    color: #000;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

section.cart-main-sec .colrithPad {
    padding-right: 30px;
}

img.flower-left-img {
    position: absolute;
    left: -60px;
    width: 120px;
    height: 120px;
    top: 40px;
}


.cart-head {
    margin-bottom: 30px;
}

table.cart-page-tble {
    width: 100%;
}

.cart-page-tble thead tr {
    height: 60px;
    color: #fff;
    border-radius: 10px;
    background-color: #c72125;
    border-bottom: 0px;
}

.cart-page-tble thead tr th {
    padding: 20px 10px 20px;
    font-size: 22px;
    color: #fff;
    border: 0px !important;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: "jersey";
}

.cart-page-tble thead tr th:first-child {
    text-align: left;
    padding-left: 40px;
}

th:first-child {
    border-radius: 5px 0 0 5px;
}

.cart-page-tble tbody tr td {
    padding: 30px 0px;
    font-size: 20px;
}

.product-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.product-cart figure {
    margin: 0;
}

.product-cart article {
    margin-left: 10px !important;
}

.unit-sub-price-text {
    font-size: 17px;
    font-weight: 600;
}

th:last-child {

    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.cart-page-tble tbody tr td i {
    border-radius: 0;
    cursor: pointer;
    font-size: 25px;
    transition: 0.4s;
    width: 55px;
    height: 55px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}

.pricing-cart-total {
    padding: 0 20px 0 0;
}

.cart-right-total h5 {
    text-transform: uppercase;
}

.product-cart article p {
    font-size: 18px;
    line-height: 28px;
    margin: 5px 0px;
    text-transform: uppercase;
    font-weight: 500;
}

.cart-page-tble tbody tr td span.price {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}


.sizes input[type="text"] {
    height: 60px;
    text-align: center;
    display: table;
    margin: 0px auto;
    width: 70% !important;
    border: 2px solid #4a4a4a26;
    border-radius: 4px;
}

.sizes input[type="text"]::placeholder {
    color: #000;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-bottom: 1px solid #cdcdcd;
}
.prc-cart-rate a {
    border: 0px;
    padding: 15px 20px;
    text-transform: capitalize;
    font-weight: 100;
    transition: 0.4s;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 50px;
    color: #fff;
    width: 100%;
    text-align: center;
    background-color: #c72125;
    font-size: 28px;
    font-weight: 400;
}

.card-price {
    padding: 48px 40px 28px;
    border: 1px solid #c5c5c5;
    margin-bottom: 30px;
}

.card-price .imtes h6 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #666666;
    font-weight: 500;
    font-family: "Montserrat";
}

.card-price h6 span {
    float: right;
}

.card-price .imtes {
    padding-bottom: 20px;
}

.carss {
    padding: 50px 50px;
    border: 1px solid #d4d4d4;
}

.prc-cart-rate a:hover {
    background: #000;
}

.carss h6 {
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    font-family: "jersey";
}

.card-price h6 {
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 10px;
    font-family: "jersey";
}

.prc-cart-rate a:hover {
    background-color: #19101b;
    transform: scale(0.98);
    color: #fff;
}

.paypal {
    position: relative;
    padding: 0px 0px 30px 0px;
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
}

.paypal span {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    z-index: 12;
    position: relative;
    padding: 0px 0px;
    width: 56%;
    margin: 0px auto;
    background-color: #f9f9f9;
    color: #333333;
    letter-spacing: 0px;
    border: 2px solid #dededf;
    margin-top: -20px;
    font-weight: 500;
}

.paypal:before {
    position: absolute;
    content: "";
    width: 100%;
    border: 2px solid #c0c0c0;
    height: 100%;
    left: 0;
    right: 0;
    display: table;
    margin: 0px auto;
    top: 0px;
    z-index: -1;
    border-radius: 21px;
}

.paypal a img {
    margin-top: 25px;
}

.carss p {
    font-size: 20px;
    line-height: 19px;
    font-weight: 600;
    font-family: "Montserrat";
    color: #828282;
}

.carss .subheading {
    padding-bottom: 40px;
}

th.u-price {
    text-align: center;
    padding-right: 50px !important;
}

.uint-price {
    text-align: center;
    padding-right: 40px;
}

.carss .subheading:last-child {
    padding-bottom: 0px !important;
}

.carss .subheading:last-child p {
    margin-bottom: 3px;
    font-family: "Montserrat";
    color: #828282;
}

.product-cart figure {
    margin: 0;
    width: 38%;
}

.cart-page-tble tbody tr td i:hover {
    transform: scale(1.1);
}

table.cart-page-tble thead {
    border-bottom: 0px !important;
}

/* Inner Cart Ends  */










/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}

/*Media Query End*/