@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&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');

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

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

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


/***** 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;
}

.all-section-btm {
    padding: 0px 0 100px;
}


.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: "Outfit", sans-serif;
    font-size: 50px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 15px;
}

h2 {
    font-family: "Outfit", sans-serif;
    font-size: 50px;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
}

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

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

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

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

p {
    color: #2a2a2c;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css 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: space-between;
}

.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;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


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

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

.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 css start */


/*banner css start */

.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;
    background: rgba(0, 0, 0, 0.1);
}

.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 css end*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}

/* end search box css */

.themebn1 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding: 15px 30px;
    text-transform: capitalize;
    color: #000;
    background: #cea95b;
    border-radius: 50px;
    transition: all .3s ease-in;
}

.themebn1:hover {
    color: #ffffff;
    background: #176651;
}

.themebn2 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding: 15px 30px;
    text-transform: capitalize;
    color: #ffffff;
    background: #176651;
    border-radius: 50px;
    transition: all .3s ease-in;
}

.themebn2:hover {
    color: #000;
    background: #cea95b;
}

.menuSection {
    padding: 10px 0;
    background: #2a2a2c;
}

.header_btn {
    text-align: end;
}

.header_btn .themebn1 {
    padding: 15px 40px;
}

.container-fluid {
    padding: 0 5%;
}

.d_block {
    display: block;
}

/* banner */

.banner_text h3 {
    font-size: 23px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

img.img-fluid.bnr_bg {
    height: 580px;
    width: 100%;
    object-fit: cover;
}

.banner_text p {
    color: #f0f0f0;
    width: 75%;
}

.banner_text ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

/* banner */

/* Where Competition Meets Celebration */

.abt_txt_top {
    padding: 30px;
    background: #fff;
}

.abt_txt_top p {
    width: 100%;
}

.abt_txt_btm {
    padding: 40px;
    background: #2a2a2c;
}

.abt_txt_btm p {
    color: #ffffff;
    margin-bottom: 30px;
    width: 80%;
}

/* Where Competition Meets Celebration */

/* How It Works */

.work_heading h3 {
    font-size: 35px;
}

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

.work_icon {
    height: 210px;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 10px solid #cea95b;
    margin: 0 auto 30px;
}

.work_icon img {
    height: 100px;
    width: auto;
    object-fit: contain;
}

.work_txt h3 {
    font-size: 35px;
    margin-bottom: 10px;
}

.work_txt p {
    font-size: 16px;
}

.work_main {
    text-align: center;
    padding: 0 45px;
    border-right: 1px solid #cfcfcf;
    transition: all .3s ease-in;
}

.work_main:hover {
    transform: translateY(-10px);
}

.work .row .col-lg-3:last-child .work_main {
    border-right: none;
}

/* How It Works */

/* Events We Elevate */

.events_img img {
    height: 215px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.events_card {
    transition: all .3s ease-in;
}

.events_txt {
    text-align: center;
    padding: 20px;
}

.events_txt h3 {
    font-size: 22px;
    font-weight: 500;
}

.event_p p {
    font-size: 19px;
}

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

.events_heading h2 {
    margin-bottom: 30px;
}

/* Events We Elevate */

/* Premium Mobile Golf Experience */

.experience_txt h2 {
    font-size: 59px;
    color: #ffffff;
    text-align: center;
}

.exp_left h3 {
    color: #ffffff;
    font-size: 78px;
    font-weight: 800;
}

.exp_left h3 span {
    color: #ffffff;
    font-size: 51px;
    font-weight: 700;
}

.exp_left h4 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
}

.exp_list ul li {
    padding-left: 35px;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    position: relative;
}

.exp_list ul li::before {
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 20px;
    width: 20px;
    font-size: 23px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cea95b;
}

.experiencebg {
    padding: 70px 0;
    background: #176651;
    position: relative;
}

.experiencebg::before {
    content: '';
    background-color: #cea95b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 23px;
    z-index: 1;
}

.exp_left {
    width: 75%;
    margin: 0 0px 0 auto;
}

/* Premium Mobile Golf Experience */

/* gallery */

.gallery_main a img {
    height: 330px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.gallery_main>a {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all ease .3s;
    width: 100%;
}

.gallery_main>a::after {
    position: absolute;
    content: "+";
    background: rgba(0, 0, 0, 0.384);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    font-size: 40px;
    border-radius: 20px;
    transition: all 0.4s ease-in-out 0s;
    transform: scale(0);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_main>a:hover::after {
    transition: all 0.4s ease-in-out 0s;
    transform: scale(1);
    border-radius: 20px;
}

.gallery_main {
    margin: 10px 10px 30px;
}

/* gallery */

/* testimonial */

.testi_card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
    margin: 10px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .3s ease-in;
}

.testi_card:hover * {
    color: #fff;
}

.testi_card:hover {
    background: #176651;
}

.testi_card:hover span {
    color: #176651 !important;
    background: #ffffff;
}

.rating i {
    color: #cea95b;
    font-size: 14px;
}

.testi_card p {
    /* height: 80px;
    overflow-x: scroll;
    padding-right: 20px; */
    font-size: 16px;
    margin: 25px 0;
}

.testi_card span {
    transition: all .3s ease-in;
    background: #176651;
    border-radius: 50px;
    height: 40px;
    width: 230px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 0;
}

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

/* testimonial */

/* footer */

.footerSec {
    padding: 70px 0 0;
    background: #2a2a2c;
    position: relative;
}

.footerSec::before {
    content: '';
    background-color: #cea95b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 23px;
    z-index: 1;
}

.ftr_top h2 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
}

.ftr_links h5,
.news_letter h5 {
    color: #cea95b;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.ftr_links ul li a {
    color: #ffffff;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: none;
}

.ftr_links ul {
    column-count: 2;
}

.news_letter input {
    width: 100%;
    border-radius: 50px;
    background: #fff;
    border: none;
    padding: 12px;
    color: #000;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.news_letter input::placeholder {
    color: #000;
}

.news_letter button {
    border: none;
}

.ftr_contact ul li a {
    color: #c1c1c3;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.ftr_contact ul li a i {
    color: #fff;
    font-size: 25px;
}

.footer-btm {
    text-align: center;
    padding: 15px 10px;
    font-size: 14px;
    margin-top: 40px;
}

.copy-txt p {
    font-weight: 300;
    color: #fff;
}

.copy-txt a {
    font-weight: 300;
    color: #fff;
    margin: 0 5px;
}

.copy-txt a:hover {
    text-decoration: underline;
}

.separator {
    margin: 0 5px;
    color: #ccc;
}

.news_letter {
    padding: 0 10px;
}

.ftr_contact {
    padding: 0 30px;
}

/* footer */