html {
    overflow-x: hidden;
}

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

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

h1.bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

body.home,
body.home a,
body.home span {
    overflow-x: hidden !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-decoration: none;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 30px;
}

h5 {
    /* font-size: 25px; */
}

h6 {
    font-size: 20px;
}

.slider {
    width: 100%;
    margin: 100px auto;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    /* opacity: .2; */
}

/* 
.slick-active {
  opacity: .5;
} */
.slick-current {
    opacity: 1;
}

/************************************************** 
                CSS VERIABLES
**************************************************/
:root {
    --bgWhite: #fff;
    --white: #fff;
    --bgRed: #FE1616;
    --redColor: #FE1616;
    --darkGray: #7E8896;
    --lightGray: #C2C2C2;
    --black-bg: #00071c;
    --black-color: #00071c;
}

/************************************************** 
                DEFAULT CSS
**************************************************/
::-webkit-scrollbar {
    width: 6px;
    height: 20px;
}

::-webkit-scrollbar-track-piece {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: var(--bgRed);
    border-radius: 0px;
}

/* body.home a:hover {
    color: var(--redColor);
} */

.mb_5 {
    margin-bottom: 40px;
}

a.btnCstm {
    background: var(--bgRed);
    height: 60px;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
}

a.btnCstm span.btnText {
    padding: 17px 25px;
    background: var(--bgWhite);
    color: #000;
    border-radius: 0px 10px 10px 0px;
}

a.btnCstm span.blnk {
    padding: 0px 25px;
}

a.btnCstm span {
    display: inline-block;
    height: 60px;
    border: solid 2px var(--redColor);
    overflow: hidden;
}

.py_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt_100 {
    padding-top: 100px;
}

.clrWhite {
    color: var(--white);
    animation: scale-in-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s 2 both;
}

.clrRed {
    color: var(--redColor);
    animation: scale-in-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s 2 both;
    font-weight: 600;
}

.grayLight {
    color: var(--lightGray);
    animation: scale-in-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s 2 both;
}

/************************************************** 
                HEADER CSS
**************************************************/
.mainHeader.sticky {
    position: fixed !important;
    background: #ffffffe0;
    transition: all 0.5s ease;
}

.mainHeader.sticky ul li a {
    color: #000;
}

.mainHeader.sticky .socialHeader a.socialIcon i {
    color: #000;
}

#headerMain {
    position: absolute;
    transition: all 0.5s ease;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.socialHeader a.socialIcon i,
.menuLeft li a,
.menuRight li a {
    color: var(--white);
}

.socialHeader a.socialIcon {
    margin-left: 15px;
}

.menuRight li,
.menuLeft li {
    padding: 0px 5px;
}

.dropdown-menu.show li a {
    color: var(--black-color);
}

/************************************************** 
                Banner Slider CSS
**************************************************/
.bannerWrapper ul.slick-dots {
    position: absolute;
    top: 42%;
    right: 6%;
    padding: 0;
    margin: 0;
}

.bannerWrapper ul.slick-dots button {
    background: #ffffff;
    padding: 0;
    font-size: 0;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.bannerWrapper ul.slick-dots li {
    height: 10px;
    margin-bottom: 5px;
    list-style: none;
}

.bannerWrapper ul.slick-dots li.slick-active button {
    background: var(--bgRed);
}

.bannerSlideInner:nth-child(2) .bannerSlider:before {
    background: transparent;
}

.try,
.try1 {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 19%;
    right: 26%;
}

.try1 {
    right: 15%;
}

.line1 {
    position: relative;
    top: -10px;
    left: 87px;
}

.try2 {
    position: relative;
    top: -48px;
    left: 188px;
}

.plus {
    position: absolute;
    top: 57%;
    left: 33%;
}

.line {
    position: absolute;
    top: 65%;
    left: 38%;
}

.arrowTop {
    position: absolute;
    bottom: 4%;
}

section.bannerSlider {
    height: 800px;
    display: flex;
    align-items: center;
    position: relative;
}

section.bannerSlider:before {
    content: "";
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

.row.bannerSlides {
    position: relative;
    z-index: 3;
}

/************************************************** 
                Communit CSS
**************************************************/
.community {
    background: url('../img/nerw.png') no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.community:before {
    content: '';
    background: #00000094;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.video_section #myVideo {
    min-width: 100%;
    /* min-height: 100%; */
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.worldContent {
    background: #5c5d5e;
    position: relative;
    z-index: 1;
    padding: 80px 30px;
}

.worldContent:before {
    content: '';
}

/************************************************** 
                Programs CSS
**************************************************/
.programs h2,
.programs p {
    text-align: center;
}

.row.programs {
    padding-top: 100px;
}

.programsService {
    display: flex;
    flex-wrap: wrap;
}

.programsService .programsInner:nth-child(1),
.programsService .programsInner:nth-child(3) {
    flex: 27%;
    max-width: 27%;
    animation: puff-in-center 2s linear 2s both;
}

.programsService .programsInner:nth-child(2) {
    flex: 46%;
    max-width: 45.5%;
    padding: 0px 20px;
    animation: puff-in-center 2s linear 2s both;
}

.programsService .programsInner:nth-child(4),
.programsService .programsInner:nth-child(6) {
    flex: 25%;
    max-width: 25%;
    animation: puff-in-center 2s linear 2s both;
}

.programsService .programsInner:nth-child(5) {
    flex: 50%;
    max-width: 50%;
    padding: 0px 10px;
    animation: puff-in-center 2s linear 2s both;
}

.programsInner img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.programsInner h5 {
    text-align: center;
    color: var(--white);
    padding: 30px 0px;
}

.programsInner h5 strong {
    color: var(--redColor);
    font-weight: 600;
}

.worldFishing {
    min-height: 850px;
    margin-top: 0;
    padding-top: 0;
    position: relative;
}

.ourProgramsInner h5 {
    padding: 30px 0px;
}

.ourProgramsInner h5 strong {
    font-weight: 600;
    color: var(--redColor);
}

.ourProgramsInner img {
    border-radius: 10px;
}

/************************************************** 
                FOOTER CSS
**************************************************/
.menu ul {
    padding-left: 0;
}

.menu h4,
.menu ul li {
    color: #7e8896;
    list-style: none;
}

.menu ul li a {
    color: #7e8896;
    text-decoration: none;
}

.footer_detail h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.footer_detail p,
.wigdet_4 p>strong {
    color: var(--white);
}

.footer_detail {
    display: flex;
    align-items: baseline;
}

.menu ul li {
    padding-bottom: 13px;
}

.footer_bottom p {
    color: var(--white);
    margin-bottom: 0;
    padding-top: 15px;
}

.footer_bottom {
    border-top: solid 2px #3e4150;
}

.footer {
    padding-top: 60px;
    padding-bottom: 20px;
}

.footer_detail .footer_icon {
    color: var(--white);
    margin-right: 15px;
}

h6.titleFooter {
    color: var(--white);
    border-bottom: 1px solid #202a35;
    padding-bottom: 19px;
    position: relative;
    margin-bottom: 30px;
}

h6.titleFooter:after {
    content: '';
    position: absolute;
    width: 80px;
    background: #fe161666;
    height: 1px;
    bottom: -1px;
    left: 0;
}

footer#footer {
    padding: 90px 0 10px;
    background: #0B1E2B;
}

.footer p {
    color: var(--darkGray);
}

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

.social a {
    text-decoration: none !important;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #5e6369;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #5e6369;
    margin-right: 30px;
}

.social a i {
    background: var(--bgWhite);
    color: #0b1e2b;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.social a:hover {
    color: var(--white);
}

.form-new {
    display: flex;
    border: 1px solid #e8ecf6;
    background: #e8ecf62b;
    width: 100%;
    padding: 10px 20px;
    justify-content: space-between;
}

.wigdet_4 input[type="text"] {
    background: transparent;
    border: 0;
    outline: none;
}

.form-new button {
    border: 0;
    outline: none;
    background: transparent;
    color: var(--white);
}

.subFooter-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    PADDING-LEFT: 0;
    list-style: none;
}

.subFooter-menu li {
    padding-right: 50px;
    border-right: 1px solid #7e8896;
}

.subFooter-menu a {
    color: #7e8896;
    text-decoration: none;
}

p.copy-right {
    margin: 0;
    padding: 0;
    float: right;
}

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

.subFooter-menu li:last-child {
    border: 0;
}

.footer_bottom {
    padding: 20px 0 10px;
}

.footer_content p>strong {
    color: var(--white);
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.wigdet_4 p>strong {
    font-family: 'Montserrat', sans-serif;
}

.subFooter-menu a:hover {
    color: #3AA62C;
    text-decoration: none;
}

/* Header css custom */
  .page-our-products {
    position: static !important;
    background: linear-gradient(180deg, #000000e3 11%, #000000c9 28%, #000000d9 90%);
}

.page-product-page {
    position: static !important;
    background: linear-gradient(180deg, #000000e3 11%, #000000c9 28%, #000000d9 90%);
}

.page-category {
    position: static !important;
    background: linear-gradient(180deg, #000000e3 11%, #000000c9 28%, #000000d9 90%);
}

/* Header css custom */

/************************************************** 
               OUR PRODUCT SECTION ONE CSS START
**************************************************/

.secOne {
    background-image: url(../img/bannerproduct.png);
    background-size: cover;
    background-position: center;
    height: 800px;
    width: 100%;
    display: flex;
    align-items: center;
}

.bannerContent {
    color: #fff;
    /* text-align: center; */
    text-transform: capitalize;
}

.bannerContent h2 {
    font-size: 80px;
}

/* .bannerContent p {
    font-size: 45px;
} */

/************************************************** 
               OUR PRODUCT SECTION ONE CSS END
**************************************************/

/************************************************** 
               OUR PRODUCT SECTION TWO CSS START
**************************************************/

.secTwo {
    background: linear-gradient(180deg, #000000e3 12%, #000000c9 30%, #000000d9 95%);
}

.secTwo .ourProduct {
    justify-content: center;
    color: #fff;
    text-transform: capitalize;
    display: flex;
    margin: 65px auto;
    animation: scale-in-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s 2 both;
}

.secTwo .ourProduct h2 {
    font-size: 65px;
}

.productImg img {
    width: 100%;
    padding: 0px 15px;
}

.productImg {
    height: 420px;
    width: 100%;
    background-color: #ffffffed;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
    justify-content: center;
    animation: puff-in-center 2s linear 2s both;
    /* opacity: 0.7 !important; */
}

.productDiv {
    margin-bottom: 40px;
}

.productContent h5 {
    color: #fff;
}

.productContent p {
    color: #e00000;
}

/************************************************** 
               OUR PRODUCT SECTION TWO CSS END
**************************************************/

/************************************************** 
               OUR PRODUCT SECTION THREE CSS START
**************************************************/

.secThree .companyLogo {
    display: flex;
    justify-content: space-evenly;
    /* padding: 30px 0; */
}

.logoImg img {
    width: 85%;
}

.logoImg {
    text-align: center;
}

.bannerContent.innerbannerContent {
    text-align: center;
    animation: scale-in-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s 2 both;
}

.bannerContent.innerbannerContent p {
    font-size: 45px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 !important;
}

/************************************************** 
            OUR PRODUCT SECTION THREE CSS END
**************************************************/

/************************************************** 
            CATEGORY SECTION ONE CSS START
**************************************************/

/* .categorySecOne .earlySeason {
    background-image: url(../img/hunting.jpg);
    height: 800px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} */

.earlySeason {
    position: relative;
    transition: all 1s ease;
}

.categoryImg img {
    width: 100%;
    object-fit: cover;
}

.contentDiv {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    /* height: 0%; */
    transition: all ease 1s;
    animation: scale-in-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s 2 both;
}

.boxHover {
    position: absolute;
    top: 0;
    /* bottom: 0; */
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 0%;
    transition: all ease 1s;
}

.earlySeason h2 {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
}

.earlySeason p {
    color: #fff;
    font-size: 35px;
}

.earlySeason:hover.boxHover {
    background-color: #ff00004d;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}

.categoryImg {
    position: relative;
}

.earlySeason:hover .boxHover {
    background: #ff000042;
    height: 100%;
    top: 0;
    z-index: 1;
}

.earlySeason:hover .contentDiv {
    z-index: 2;
}

/************************************************** 
            CATEGORY SECTION ONE CSS END
**************************************************/

/** PRODUCT DETAIL PAGE CSS START
*************************************/

/*Swiper Slider CSS Start*/
.swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.swiper-container {
    width: 80%;
    height: 700px;
    float: left;
    transition: opacity 0.6s ease, transform 0.3s ease;
    z-index: 0;
}

.main-slider {
    width: 75%;
    margin-left: 20px;
}

.swiper-container.nav-slider {
    width: 20%;
}

.swiper-container.nav-slider .swiper-slide {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.swiper-container.nav-slider .swiper-slide .content {
    width: 100%;
}

.swiper-container.nav-slider .swiper-slide .content .title {
    font-size: 20px;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.swiper-container.loading {
    opacity: 0;
    visibility: hidden;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide .slide-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.swiper-slide .entity-img {
    display: none;
}

.swiper-slide .content {
    position: absolute;
    top: 40%;
    left: 0;
    width: 50%;
    padding-left: 5%;
    color: #fff;
}

.swiper-slide .content .title {
    font-size: 2.6em;
    font-weight: bold;
    margin-bottom: 30px;
}

.swiper-slide .content .caption {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    transform: translateX(50px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.7s ease;
}

.swiper-slide .content .caption.show {
    transform: translateX(0);
    opacity: 1;
}

[class^=swiper-button-] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
}

.swiper-button-prev {
    transform: translateX(50px);
}

.swiper-button-next {
    transform: translateX(-50px);
}

/*End*/
.productDetail-content .black-heading {
    font-size: 36px;
    font-weight: 400;
    color: #0b283b;
    line-height: 1.4;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.reviewwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 200px;
    margin-top: 10px;
}

.reviewwrap .paragraph {
    color: #0b283b;
}

.product-info {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-info span {
    width: 50%;
}

#stock-bar {
    width: 100%;
    height: 10px;
}

.stockBar .paragraph {
    color: #0b283b;
}

.stockBar span {
    font-size: 14px;
    font-weight: 600;
    color: #ef2323;
}

.productDetails-butotns {
    display: flex;
    padding: 20px 0 0 0;
    flex-direction: column;
}

.product-size {
    padding: 17px 15px;
    border: 1px solid #0b283b;
    outline: none;
    font-size: 14px;
    font-weight: 400;
}

.dashed-btn {
    font-size: 16px;
    font-weight: 400;
    color: #0b283b;
    width: 100%;
    border: 2px solid #0b283b;
    outline: none;
    padding: 15px;
    display: inline-block;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.dashed-btn:hover {
    color: #ef2323;
    border-color: #ef2323;
}

.addCart-btn {
    font-size: 16px !important;
    text-align: center;
    width: 22%;
    font-weight: 600;
    color: #0000006b;
    display: inline-block;
    border: 1px solid #0000006b;
    border-radius: 10px;
    padding: 9px 15px;
    transition: all 0.4s ease-in-out;
}

.addCart-btn:hover {
    color: #ef2323;
    border-color: #ef2323;
}

.product-rating span {
    color: #ffa500;
    margin: 0 -1px;
}

.productDetail-sec2 .row {
    display: flex;
    align-items: flex-start;
}

.productDetail-sec2 .row .productDetail-content {
    padding-top: 100px;
}

/** PRODUCT QUANTITY CSS START
*******************************/
.quntity-counter {
    font-size: 16px;
    font-weight: 500;
    color: #0000006b;
    padding: 0px 15px 0px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 22%;
    width: 100%;
    border: 1px solid #0000006b;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}

.quntity-counter span {
    font-size: 12px;
    cursor: pointer;
}

.quntity-counter input {
    width: 34%;
    border: none;
    outline: none;
    text-align: center;
    color: red;
    margin: 0 auto;
    margin-right: 26px;
}

/** PRODUCT QUANTITY CSS END
********************************/
.section.section-2.secForInnerpage {
    padding: 170px 0 100px;
}

.productDetail-sec3 {
    padding: 0 0 80px;
    position: relative;
}

.product-details-tabs .nav-pills {
    justify-content: left;
    border-bottom: 2px solid #e5e5e5;
}

.product-details-tabs .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    font-size: 24px;
    font-weight: 400;
    color: #0b283b;
    line-height: 1;
    padding: 15px;
    font-family: 'poppins-regular', sans-serif;
}

.product-details-tabs .nav-pills .nav-link.active,
.product-details-tabs .nav-pills .show>.nav-link {
    color: #ef2323;
    background-color: transparent;
    border-bottom: 2px solid #ef2323;
}

.productDetail-content {
    font-family: 'poppins-regular', sans-serif;
}

.product-details-tabs .tab-content .desc {
    font-size: 16px;
    color: #000000;
}

.product-details-tabs .descListing li {
    padding-bottom: 10px;
    padding-left: 18px;
    position: relative;
}

.product-details-tabs .descListing li:before {
    content: '-';
    position: absolute;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    font-size: 20px;
}

.product-detail-sec-3 .moreBtn {
    margin-top: 40px;
}

.product-detail-sec-3 .absImages .abs-img.type-1 {
    left: 50px;
    top: auto;
    bottom: 25%;
}

.product-details-tab-box .black-heading {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'poppins-regular', sans-serif;
}

.product-details-tab-box .right-col img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    max-height: 400px;
    min-height: 400px;
}

/** PRODUCT DETAIL PAGE CSS END
*************************************/

/* product detailslider */
.slider .slick-prev:before,
.slider-vertical .slick-next:before {
    display: none;
}

.slider .slick-prev,
.slider .slick-next {
    width: 28px;
    height: 28px;
    border-style: solid;
    margin: 10px;
    display: inline-block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
}

.slider .slick-prev:before,
.slider .slick-next:before {
    display: none;
}

.slider .slick-prev {
    border-width: 14px 14px 14px 0px;
    border-color: transparent #ffffff;
    left: 0px;
    right: auto;
}

.slider .slick-next {
    border-width: 14px 0px 14px 14px;
    border-color: transparent #ffffff;
    right: 0px;
    left: auto;
}

.slider .slick-prev:hover,
.slider .slick-next:hover {
    border-color: transparent #ffd200;
}

.slider .slick-prev.slick-disabled,
.slider .slick-next.slick-disabled,
.slider .slick-prev.slick-disabled:hover,
.slider .slick-next.slick-disabled:hover {
    opacity: 0.1;
    cursor: default;
    border-color: transparent #000000;
}

.slider .pSliderInner {
    height: 640px;
    background: #f0f0f0;
    text-align: center;
    font-size: 75px;
    color: #ffffff;
    display: flex !important;
    align-items: center;
    border-radius: 30px;
}

.slider-thumb div {
    height: 190px;
    line-height: 50px;
    font-size: 25px;
    display: flex;
}

/* .slider-thumb .slick-slide.slick-current {      background: green; } */
.slider .pSliderInner img {
    margin: 0 auto;
    height: 480px;
    width: 400px;
    object-fit: cover;
}

.pSliderThumb img {
    width: 90%;
}

.productDetail-sec2 .slider-thumb {
    text-align: -webkit-center;
}

.productDetail-sec2 .slider-thumb .slick-prev {
    display: none !important;
}

.productDetail-sec2 .slider-thumb .slick-next {
    display: none !important;
}

.productDetail-sec2 .slider-content {
    position: relative;
    margin-bottom: 21px;
}

.productDetail-sec2 .slider-content .slick-prev {
    position: absolute;
    border: none;
    font-size: 25px;
    margin: auto;
    width: 45px;
    height: 45px;
    padding: 5px;
    background: #373b3fd6;
    z-index: 999;
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all ease 1s;
}

.productDetail-sec2 .slider-content .slick-next {
    position: absolute;
    border: none;
    font-size: 25px;
    margin: auto;
    width: 45px;
    height: 45px;
    padding: 5px;
    background: #373b3fd6;
    z-index: 999;
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all ease 1s;
}

.productDetail-sec2 .slider-content .slick-prev:hover {
    background: #ff0000e6;
    transition: all ease 1s;
}

.productDetail-sec2 .slider-content .slick-next:hover {
    background: #ff0000e6;
    transition: all ease 1s;
}

.quntity-counter .plus {
    color: #000;
    font-size: 14px;
    border-left: 1px solid #0000006b;
    padding: 10px 0 7px 9px;
}

.quntity-counter .minus {
    color: #000;
    font-size: 14px;
    width: 20px;
    padding: 10px 20px 7px 0px;
    border-right: 1px solid #0000006b;
}

.priceText {
    color: red;
    font-size: 25px !important;
    line-height: normal;
    font-weight: 500;
}

.detailsList {
    list-style: none;
    padding: 0 !important;
}

.detailsList li {
    display: flex;
    align-items: center;
    padding: 8px 0;
    gap: 10px;
}

.detailsList li .dTitle {
    width: 40%;
    color: #000;
    font-size: 25px;
    line-height: normal;
    text-transform: capitalize;
    font-weight: 600;
}

.detailsList li .dText {
    width: 45%;
    font-size: 18px;
    line-height: normal;
    text-transform: capitalize;
    color: #0000006b;
}

.productDetails-butotns .addCart-btn {
    margin-bottom: 20px;
}

.productDetails-butotns .addCart-btn i {
    display: none;
}

.product-info p {
    color: #0000006b;
    /* margin-top: 10px !important; */
    font-family: 'Poppins', sans-serif;
}

.quntity-counter .plus {
    position: absolute !important;
    left: 72% !important;
    top: 0px;
}

.quntity-counter .cta-btn {
    position: absolute;
    right: -190px;
    padding: 7px 21px;
    background: #ff0000;
    border-radius: 10px;
    color: #fff;
    text-transform: capitalize;
}

.quntity-counter .cta-btn:hover {
    background: #373b3fd6;
    color: #fff;
}

.detailsList li .socailIcons a i {
    border: 1px solid #aaaaaa;
    color: #7f7f7f;
    width: 40px;
    height: 40px;
    font-size: 18px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    transition: all ease 1s;
}

.detailsList li .socailIcons a i:hover {
    color: #000;
    transition: all ease 1s;
}

.detailsList li .socailIcons a {
    margin: 0 2px;
}

.detailsList li .dTitle.socail {
    width: 20%;
}

/*** CART PAGE START
*************************************/
.cart-sec-2 {
    position: relative;
    padding: 100px 0 50px;
    background-image: url(../images/cartBG.png);
    background-size: cover;
    background-position: center;
}

.mainLogo {
    text-align: center;
}

.navbar-nav.menuRight {
    /* justify-content: space-between; */
    align-items: center;
    display: flex;
    flex-direction: row;
}


ul.navbar-nav.menuLeft {
    display: flex;
    justify-content: flex-end;
}

.mainHeader.sticky .mainLogo img {
    width: 35% !important;
}

.turkHunt img {
    object-position: left;
}

.coming_soon {
    padding: 200px 0px;
    background: #767677;
}

.coming_soon h1 {
    font-size: 70px;
    text-align: center;
    color: #fff;
    animation: scale-in-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s 2 both;
}

.communityImg {
    animation: scale-in-ver-center 2s linear 0.5s 1 both;
}

.productContent {
    animation: scale-in-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s 2 both;
}

section.innerBanner {
    padding: 150px 0 60px;
    min-height: 350px;
    display: flex;
    align-items: center;
    background: #282828;
}

section.innerBanner .bannerHeading h1 {
    font-size: 50px;
    font-family: 'ClashDisplay', sans-serif;
    text-align: center;
    color: #fff;
    font-weight: 900;
    margin: 0;
}

.scale-in-center {
    animation: scale-in-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 5s 2 both;
}

@keyframes scale-in-center {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.scale-in-ver-center {
    animation: scale-in-ver-center 2s linear 0.5s 2 both;
}

@keyframes scale-in-ver-center {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
}

.puff-in-center {
    animation: puff-in-center 2s linear 2s both;
}

@keyframes puff-in-center {
    0% {
        transform: scale(2);
        filter: blur(4px);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        filter: blur(0px);
        opacity: 1;
    }
}







/* PRODUCT CATEGORY PAGE */
.shop-products-content {
    display: flex;
    align-items: center !important;
    justify-content: start;
    position: absolute;
    top: 430px;
}


section.product-cat {
    display: flex;
    align-items: center;
    height: 520px;
}

.product-cat-content .heading h2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 50px;
}

.product-cat-content .breadcums ul {
    display: flex;
    align-items: center;
    padding: 0;
}

.product-cat-content .breadcums ul .greater-sign {
    color: #ffffff !important;
    font-size: 28px;
}



.product-cat-content .breadcums ul li:last-child {
    padding-left: 12px;
}


.product-cat-content .breadcums ul li a {
    color: #ffffff;
    padding-right: 12px;
    font-size: 20px;
}

.product-cat-content .heading h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 60px;
}

.sec-one .shop-products-banner ul {
    display: flex;
}

.hunting-products-main {
    padding-bottom: 100px;
    background-color: #404040f0 !important;
    opacity: 1;
}

.ourProduct {
    padding: 20px;
}

.ourProduct h2 {
    margin: 0;
    font-size: 60px;
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    line-height: 60px;
}

.ourProduct h6 {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    line-height: 22px;
    margin: 14px 0 10px 0;
}

.ourProduct p {
    color: #B8B8B8;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 9px;
    padding-right: 0px;
}

.side-padding {
    padding: 0  ;
}

.products-carousel {
    margin-top: 50px;
}

.prod-cont {
    text-align: center;
}

.prod-1 .prod-cont .prod-1-img img {
    padding-top: 10px;
}

.prod-1 .prod-cont .prod-1-desc h6 {
    color: #000000;
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 14px 0;
}

.prod-1-img img {
    width: 100%;
}

.prod-1 {
    padding: 0px 10px 0 10px;
    background-color: #ffffff;
    border-radius: 12px;
    margin: 0 10px;
}

.select-area {
    float: right;
}

.select-area select {
    padding: 16px 48px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 6px #ffffff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin-right: 60px;
    outline: none;
    margin-bottom: 12px;
}

.select-area select option {
    background: #ffffff;
    color: #000000;
    font-size: 16px;
}

.product a h5,
.productContent.product h5,
.arrival-img-desc h5,
.productContent h5 {
    color: #ffffff;
    font-size: 22px !important;
    font-family: Roboto, sans-serif;
    font-weight: 200;
}

.product p,
.arrival-img-desc p {
    color: red;
}

.arrivals-pad,
.gears-pad {
    padding: 0 120px;
}

.new-arrivals-head h2 {
    font-size: 50px;
    font-family: roboto, sans-serif;
    line-height: 60px;
    color: #ffffff;
    font-weight: 500;
    margin: 50px 0 20px 0;
}


.new-arrivals-head p {
    font-size: 16px;
    font-family: roboto, sans-serif;
    line-height: 20px;
    color: #ffffff;
    margin: 0;
}

.arrival-img img {
    width: 100%;
    border-radius: 10px;
    height: 490px;
}

.rain-gear img,
.fishing-gear img {
    width: 100%;
}

.arrival-img-desc h5 {
    margin-top: 16px;
}

.rain-gear-overlay {
    position: absolute;
    bottom: 16px;
    left: 16px;
    padding: 0px 0px 40px 45px;
}

.rain-gear::after {
    content: '';
    border: solid 5px #fff;
    position: absolute;
    left: 2.5%;
    width: 95%;
    height: 95%;
    top: 2.5%;
}

.fishing-gear-overlay.start-with-hunting {
    position: absolute;
    bottom: 16px;
    left: 16px;
    border: 4px solid #ffffff;
    width: 96%;
    padding: 420px 45px 40px 45px;
}


/* .container-fluid.start-with-hunting {
    width: 1640px;
} */

.rain-gear-overlay h4 {
    margin-bottom: 28px;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    font-family: roboto, sans-serif;
    line-height: 54px;
}

.rain-gear-overlay a {
    background-color: red;
    padding: 12px 22px;
    color: #ffffff;
    font-size: 17px !important;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 12px;
    border: 1px solid #ffffff;
}

.rain-gear-overlay a:hover {
    background-color: #000000;
    color: #ffffff !important;
    border: 1px solid #ffffff;
    transition: 0.3s ease-in-out;
}

.rain-gear {
    position: relative;
}

.rain-gear img,
.fishing-gear img {
    border-radius: 10px;
}



/* Side Tabs CSS */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    opacity: 0.7;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    background-color: #55585bcc;
}

.collapse-main-body {
    width: 100%;
    padding: 10px 10px;
    height: auto !important;
}

.collapse-main-body ul li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px;
}

details {
    padding: 0 0 0 0;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    outline: none;
}

summary {
    display: list-item;
    cursor: pointer;
}

details a {
    color: #ffffff;
    font-weight: 300;
    padding: 0 17px;
    transition: .2s ease-in-out all;
}

/* Side Tabs CSS */
/* PRODUCT CATEGORY PAGE */



/* START WITH HUNTING PAGE */
.programsService.start-with-hunting {
    margin-top: 30px;
}


.new-arrivals.start-with-hunting {
    background-color: transparent;
}

.community.start-with-hunting {
    padding-bottom: 100px;
}

.product-st-with-hunting .ourProduct {
    padding-left: 0;
}

.row.product-st-with-hunting {
    display: flex;
    align-items: center;
}

.container.start-with-hunting-gears {
    width: 1640px;
}

/* START WITH HUNTING PAGE */


.collapse-category .side-tabs {
    padding: 16px 0 0 60px !important;
}

.collapse-category {
    /* position: relative; */
    top: 90px;
}

.collapse-btn {
    width: 100%;
    border: none;
    background: #17302e;
    color: #fff;
    text-align: left;
    padding: 14px 14px;
}

.collapse-main-body {
    width: 90%;
    padding: 60px 0 0 0;
    height: auto !important;
    background: transparent !important;
}

.collapse-main-body#priceRange {
    height: 250px !important;
}

.collapse-main-body ul li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px;
    border-bottom: 1px solid #505050;
}

.collapse-main-body details summmary {
    background: red;
}



details a {
    color: #7e7e7e;
    font-weight: 500;
    padding: 0 30px;
}


.collapse-category.side-tabs {
    background: gray;
    opacity: 0.6;
    height: 2350px;
}

details a {
    color: #ffffff;
}


a.btn.cNavBtn.collapsed {
    background: red;
    width: 100%;
}

summary {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
}

label {
    color: #ffffff;
}

.vh-100.bg-image.forms .card-body p {
    color: rgb(140, 130, 151);
    font-size: 15px;
    text-align: center;
}

.vh-100.bg-image.forms .card-body ul {
    list-style: none;
    display: inline-flex;
    padding: 0px;
    width: 100%;
    justify-content: center;
}

.vh-100.bg-image.forms .card-body ul li {
    padding: 0px 5px;
    color: #fff;
    text-transform: uppercase;
}

.vh-100.bg-image.forms .card-body ul li span input {
    margin-top: 1px;
    border-radius: 10px;
}

.vh-100.bg-image.forms .card-body ul li span .form-check-input:checked[type="radio"] {
    background-color: rgb(253, 0, 94);
    border-color: transparent;
}

.slick-slide {
    padding: 0;
}

.slick-next::before {
    content: none;
}

.slick-next {
    position: absolute;
    top: -40px;
    right: 0;
}

.slick-prev {
    position: absolute;
    top: -40px;
    right: 70px;
}

/* Slick Slider CSS */



/* Pagination CSS */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}


.pagination.start-with-hunting {
    display: flex;
    padding-left: 0px !important;
    list-style: none;
    justify-content: start;
}

.pagination.start-with-hunting ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.pagination .page-item {
    margin-right: 10px;
}

.pagination .page-item .page-link {
    background-color: transparent !important;
    height: 62px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 8px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

/* Pagination CSS */

.container-fluid.gears-pad {
    margin-top: 80px;
}

.container-fluid.start-with-hunting {
    margin-top: 100px;
}

.hunt-products .slick-slider .fa-angle-right::before {
    right: 10px;
    position: absolute;
    background-color: #ffffff;
    font-size: 22px;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
}

.fa-angle-left {
    right: -100px;
    position: absolute;
    background-color: #ffffff;
    font-size: 16px;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
}


.hunt-products .slick-arrow {
    position: absolute;
    top: -72px;
    right: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    justify-content: center;
    visibility: visible;
    cursor: pointer;
}

.hunt-products i.fa-solid.fa-angle-right.slick-arrow {
    right: 110px;
}

.hunt-products i.fa-solid.fa-angle-left.slick-arrow {
    right: 13%;
}

li {
    list-style: none;
}

.breadcums ul span i {
    color: #ffffff;
    font-size: 16px;
}




/* Media Queries */
/* Hunting Products */

@media only screen and (min-width:768px) {
    .ourProduct {
        padding: 70px 20px 70px 20px;
    }

    p.copy-right {
        margin: 19px 0 0 0;
        /* padding: 0; */
        float: none;
    }

    .collapse-main-body {
        height: 3940px !important;
    }

    .productImg {
        /* height: 270px; */
    }

    .rain-gear {
        margin-bottom: 30px;
    }

    .product a h5, .productContent.product h5, .arrival-img-desc h5, .productContent h5 {
        font-size: 18px !important;
    }

    .ourProduct h2 {
        font-size: 40px;
        line-height: 40px;
    }

    summary {
        font-size: 15px;
    }
    .ourProduct p {
        font-size: 16px;
        padding-right: 0px;
    }

    .hunt-products i.fa-solid.fa-angle-right.slick-arrow {
        right: 30px;
        top: -50px;
    }

    .hunt-products i.fa-solid.fa-angle-left.slick-arrow {
        right: 34%;
        top: -50px;
    }

    .select-area select {
        margin-right: 0px;
    }

    .ourProduct h6 {
        font-size: 22px;
        font-weight: 500;
        color: #ffffff;
        line-height: 22px;
        margin-top: 10px;
    }
}

@media only screen and (min-width:992px) {
    .rain-gear-overlay h4 {
        margin-bottom: 18px;
        font-size: 36px;
        line-height: 40px;
    }

    .collapse-main-body {
        height: 1560px !important;
    }

    p.copy-right {
        margin: 0;
        float: right;
    }

    .productImg {
        height: 230px;
    }

    .ourProduct {
        padding: 70px 20px 70px 20px;
    }

    details {
        padding: 0;
    }

    summary {
        font-size: 15px;
    }

    .ourProduct p {
        padding-right: 20px;
    }

    .hunt-products i.fa-solid.fa-angle-right.slick-arrow {
        right: 40px;
        top: -50px;
    }

    .hunt-products i.fa-solid.fa-angle-left.slick-arrow {
        right: 16%;
        top: -50px;
    }
}

@media only screen and (min-width:1024px) {
    summary {
        font-size: 20px;
    }

    .hunt-products i.fa-solid.fa-angle-left.slick-arrow {
        right: 16%;
        top: -50px;
    }

    summary {
        font-size: 17px;
    }

    details {
        padding: 0;
    }

    .ourProduct p {
        padding-right: 20px;
    }

    .hunt-products i.fa-solid.fa-angle-right.slick-arrow {
        right: 40px;
        top: -50px;
    }

    .rain-gear-overlay h4 {
        margin-bottom: 18px;
        font-size: 40px;
        line-height: 50px;
    }

    .collapse-main-body ul{
        padding: 0;
    }

    .productImg {
        height: 280px;
    }
    .productDiv img.img-fluid {
    /* object-fit: cover; */
    width: auto !important;
    height: auto !important;
}
}

@media only screen and (min-width:1200px) {
    .hunt-products i.fa-solid.fa-angle-left.slick-arrow {
        right: 16%;
        top: -50px;
    }

    .collapse-main-body {
        height: 1730px !important;
    }

    summary {
        font-size: 17px;
    }

    details {
        padding: 0 0 0 40px;
    }

    .ourProduct p {
        width : 100%;
         
    }

    .hunt-products i.fa-solid.fa-angle-right.slick-arrow {
        right: 60px;
        top: -50px;
    }

    .rain-gear-overlay h4 {
        margin-bottom: 18px;
        font-size: 40px;
        line-height: 50px;
    }

    .productImg {
        height: 300px;
    }
}

@media only screen and (min-width:1300px) {
    .hunt-products i.fa-solid.fa-angle-left.slick-arrow {
        right: 14%;
    }


    .collapse-main-body {
        height: 1880px !important;
    }

    summary {
        font-size: 20px;
    }

    details {
        padding: 0 0 0 40px;
    }

    .productImg {
        height: 340px;
    }
}

@media only screen and (min-width:1400px) {
    .hunt-products i.fa-solid.fa-angle-left.slick-arrow {
        right: 13%;
    }

    .collapse-main-body {
        height: 1890px !important;
    }

    details {
        padding: 0 0 0 40px;
    }

    .productImg {
        height: 340px;
    }
}

@media only screen and (min-width:1500px) {
    .hunt-products i.fa-solid.fa-angle-left.slick-arrow {
        right: 12%;
    }
    details {
        padding: 0 0 0 40px;
    }

    .collapse-main-body {
        height: 1980px !important;
    }
}

@media only screen and (min-width:1600px) {
    .hunt-products i.fa-solid.fa-angle-left.slick-arrow {
        right: 11%;
    }

    details {
        padding: 0 0 0 40px;
    }

    .collapse-main-body {
        height: 1960px !important;
    }
 
}
 


 

section.innerBanner.mule{
   background-image: url('../img/Mule-deer-hunting/Group-74.png');
   background-position: center top;
}

section.innerBanner.turk{
   background-image: url('../img/Turkey-Hunting1/Group93.png');
   background-position: center top;
}

section.innerBanner.beer{
   background-image: url('../img/Beer-Hunting/Group-82.png');
   background-position: center top;
}

/*section.innerBanner.deer{*/
/*   background-image: url('/assets/img/Turkey-Hunting1/Group98.png');*/
/*   background-position: center top;*/
/*}*/

section.innerBanner.elk{
   background-image: url('../img/Elk-Hunting/Group78.png');
   background-position: center top;
}

section.innerBanner.ram{
   background-image: url('../img/Rams-Hunting/Group-89.png');
   background-position: center top;
}

section.innerBanner.deer{
   background-image: url('../img/Deer-Hunting/Group98.png');
   background-position: center top;
}




.row.mt-5.mb-3 {
    display: flex;
    align-items: end;
}