@import url('https://fonts.googleapis.com/css2?family=Anton&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto: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: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

/***** Custom Classes *****/
.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.all-section {
    padding: 100px 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: "Anton", sans-serif;
    font-size: 80px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h2 {
    font-family: "Anton", sans-serif;
    font-size: 60px;
    color: #000;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h3 {
    font-family: "Anton", sans-serif;
    font-size: 35px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 0px;
}

h4 {
    font-family: "Anton", sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Anton", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Anton", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #a4a4a4;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}

/* Header Start */
.menuSec {
    padding: 0px 0;
}

.header-logo a img {
    width: 94px;
    height: 55px;
    object-fit: contain;
}

.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: center;
    gap: 60px;
}

.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: #fff;
    padding: 0;
    font-size: 15px;
}

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

.menusec-button ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.user-btn {
    border: 1px solid #6c6b6b;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
}

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

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

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

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

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

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

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

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

.menuSec ul:after {
    clear: both;
}

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

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

header {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 20px 0;
}

/* Header Ends */
/* Main Banner Start */

.banner_text h1 {
    text-align: center;
    line-height: 1.1;
}

.banner_img img {
    width: 45%;
    height: 625px;
    object-fit: contain;
}

.banner_img {
    text-align: center;
    margin-top: -230px;
}

.banner_text h1 span {
    display: block;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.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: 80px;
    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;
}

.banner_text p {
    width: 30%;
    font-size: 14px;
    margin-top: 15px;
    line-height: 25px;
}

.banner_text ul {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
    position: relative;
    z-index: 9999;
}

.btn-shine {
    background: linear-gradient(to right, #fff 0, #ff0000, #ff0000 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;
}

.main-banner-video video {
    width: 950px;
    height: 415px;
    object-fit: cover;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #fff;
}

.main-banner-video {
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 0%;
}


section.main_slider {
    position: relative;
}

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

.theme-btn-1.chg {
    background: none;
    border: 1px solid #eaeaea;
}


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

/* Main Banner Ends */
/*Most Bowlers Overpay Underperform Start */
.hero_main_icon img {
    width: 60px;
    height: 61px;
    object-fit: contain;
}

.hero_heading {
    text-align: center;
    margin-bottom: 30px;
}

.hero_heading h2 {
    color: #ffffff;
}

.d_block {
    display: block;
}

.hero {
    background: url(../images/herobg.jpg);
    background-size: cover;
    padding: 120px 0 50px;
    position: relative;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

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

.hero .container {
    position: relative;
    z-index: 99;
}

.hero_main {
    padding: 30px;
    border-radius: 20px;
    border: 2px solid #8d0607;
    text-align: center;
    margin-top: 10px;
}

.hero_main p {
    color: #9f9f9f;
    margin: 0 auto;
}

.hero_main_txt p span {
    display: block;
}

.hero_main_icon {
    margin-bottom: 30px;
}

.hro_txt {
    margin-top: 40px;
    text-align: center;
}

.hro_txt p {
    color: #cfcfcf;
    font-size: 16px;
}

/*Most Bowlers Overpay Underperform Ends */
/*Smarter  Buy Bowling Balls Start */
.wcu_img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.wcu_txt ul li {
    font-family: "Anton", sans-serif;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.wcu_txt ul li::before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../images/asterisk.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    height: 25px;
    width: 25px;
}

.wcu_txt ul {
    margin: 22px 0;
}

.wcu_txt p {
    color: #7c7c7c;
    font-weight: 500;
}

.wcu_txt h2 {
    margin-bottom: 8px;
}

.wcubtm p {
    padding: 10px 20px 10px 15px;
    border-left: 1.8px solid #ff0000;
    color: #ff0000;
    font-size: 16px;
    font-weight: 600;
}

.wcu_txt {
    padding-left: 10px;
}

/*Smarter  Buy Bowling Balls Ends */
/* Built For Competitive Bowlers Who Demand Precision  */
.demand_precision {
    background: url(../images/demand-pre-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 80px;
    position: relative;
}

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

.demand_precision .container {
    position: relative;
    z-index: 99;
}

.demand_precision_main {
    padding: 30px;
    border-radius: 20px;
    border: 2px solid #3e0c10;
    text-align: center;
    margin-top: 10px;
}

.demand_precision_main_icon p {
    color: #bababb;
    width: 80%;
    margin: 0 auto;
}

.demand_precision_main_icon {
    margin-bottom: 30px;
}

.demand_precision_main_txt p {
    color: #8e8c8e;
    margin: 0 auto;
}

.demand_precision_main_txt p span {
    display: block;
}

.hero_heading p {
    color: #a39fa1;
}

/* Built For Competitive Bowlers Who Demand Precision */
/*Choose Your Membership Level Start */
.pricing {
    padding: 100px 0;
}

.pricing_top {
    text-align: center;
    margin-bottom: 30px;
}

.pricing_top sub {
    bottom: 0;
}

.pricing_top p {
    font-weight: 600;
    color: #151515;
    margin-bottom: 5px;
}

.pricing_top h3 {
    font-size: 60px;
    color: #000000;
}

.pricing_top h3 span {
    font-size: 19px;
    color: #7492b4;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-left: 20px;
}

.pricing_btm ul li {
    margin-bottom: 10px;
    margin-left: 0;
    position: relative;
    color: #151515;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-left: 28px;
}

.pricing_btm ul li::before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../images/checked.png);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    background-size: contain;
    z-index: 1;
}

.pricing_btm p {
    margin-bottom: 30px;
    text-align: center;
}

.pricing_card:hover .pricing_btm p {
    color: #ff9999 !important;
    font-weight: 500;
}

.pricing_card {
    padding: 60px 30px;
    background: #fff;
    border-radius: 20px;
    border: 1.8px solid #cccccc;
    margin-top: 35px;
    transition: 0.5s;
}

.pricing_card:hover a {
    background: #fff;
    color: #000 !important;
    font-weight: 500;
}

.pricing_card:hover .pricing_btm ul li::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(49deg) brightness(103%) contrast(103%);
}

.pricing_card:hover {
    background: #ff0000;
    transition: 0.5s;
}

.pricing_card:hover .pricing_top p,
.pricing_card:hover .pricing_top h3,
.pricing_card:hover .pricing_btm ul li {
    color: #fff;
}

.theme-btn-1 {
    font-size: 14px;
    background: #ff0000;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    height: 50px;
    width: fit-content;
    padding: 0 30px;
}

.pricing_btm a {
    margin: 0 auto;
    margin-top: 30px;
}

.dis_jobs_head {
    text-align: center;
    margin-bottom: 0;
}

.prcingbtm ul li {
    margin-bottom: 10px;
    margin-left: 30px;
    position: relative;
    color: #151515;
    font-size: 15px;
    font-weight: 600;
}

.prcingbtm ul li::before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: -30px;
    background-image: url(../images//check-mark.png);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    background-size: contain;
    z-index: 1;
}

.prcingbtm ul {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.prcingbtm {
    margin-top: 45px;
}

.dis_jobs_head h2 {
    margin-bottom: 0;
}

/*Choose Your Membership Level Ends */
/*Bowling Ball Every Week Start */
.bowling-ball-every-week-sec {
    background-image: url(../images/bowling-ball-every-week-back.jpg);
    width: 100%;
    height: 485px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.bowling-ball-every-week-text h2 span {
    display: block;
}

.bowling-ball-every-week-text h2 {
    color: #fff;
    line-height: 1.1;
}

.bowling-ball-every-week-text p {
    margin-bottom: 15px;
    width: 68%;
}

.bowling-ball-every-week-text a {
    margin-top: 20px;
}

/*Bowling Ball Every Week Ends */
/*Serious Bowlers Are Saying Start */
ul.testul2 img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 50%;
}

ul.testul2 h4 {
    font-size: 23px;
    text-transform: uppercase;
}

ul.testul2 p {
    font-size: 13px;
    font-style: normal;
    margin: 0;
    margin-top: 1px;
}

ul.testul1 i {
    color: #ffa200;
}

ul.testul4 h5 {
    font-size: 13px;
}

.testi_main p {
    font-style: italic;
    margin: 20px 0;
    color: #7c7c7c;
}

.testi_main {
    padding: 30px 30px 20px;
    border-radius: 20px;
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
}

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

ul.testul2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.rating {
    display: flex;
    align-items: center;
    gap: 3px;
}

.testi_slider .slick-slide {
    opacity: 1;
}

.testi_slider .slick-track {
    margin: 30px 0;
}

/* Serious Bowlers Are Saying Ends */
/*Ready To Upgrade Your Game Start*/
.ready-upgrade-your-game-sec {
    background: #202020;
    padding: 80px 0 100px;
}

.ready-upgrade-your-game-heading {
    text-align: center;
}

.ready-upgrade-your-game-heading h2 {
    color: #fff;
    margin-bottom: 10px;
}

.ready-upgrade-your-game-heading p {
    margin-bottom: 10px;
}

.ready-upgrade-your-game-heading a {
    margin: 0 auto;
    margin-top: 20px;
}

/*Ready To Upgrade Your Game Ends*/
/*Footer Start*/
.footer-sec {
    background: #151515;
    padding-top: 5%;
    padding-bottom: 3%;
}

.footer-logo p {
    color: #8f8f8f;
    font-size: 14px;
}

.footer-copy-right-text p {
    font-size: 14px;
    color: #e0e0e0;
}

.footer-copy-right-link ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.footer-copy-right-link ul li a {
    font-size: 14px;
    color: #e0e0e0;
    font-weight: 500;
}

.footer-logo a {
    margin-bottom: 25px;
    width: 100%;
}

.footer-logo a img {
    width: 155px;
    height: 93px;
    object-fit: contain;
}

.footer-sec h2 {
    color: #fff;
    font-size: 25px;
}

.footer-quick-links ul {
    line-height: 40px;
    margin-top: 20px;
}

.footer-quick-links ul li a {
    font-size: 14px;
    color: #a1a1a1;
    font-weight: 500;
}

.footer-quick-links {
    margin-left: 200px;
}

.footer-copy-right-sec {
    border-top: 1px solid #444444;
    background: #151515;
    padding: 20px 0;
}

/*Footer Ends*/