/*-----------------------------------------------------------------------------------

 Theme Name: Fairway Club
 Description: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
 Author: Kapil Prajapati
-----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
/* font-family: "Cormorant Garamond", serif;*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
  /*font-family: "Montserrat", sans-serif;*/

:root {
  --primary-background:linear-gradient(to right, #0c65c6, #2cb484);
  --banner-background: linear-gradient(to right, #0c65c6 -17%, #2cb484 33%);
  --banner-button:#004d9f;
  --section-background: linear-gradient(to right, rgba(12, 101, 198, 0.2), rgba(44, 180, 132, 0.2));
  --secondry-background:#2d2d2d;
  --heading-color:#2cb484;
  --white-background:#fff;
  --black-background:#000;
  --primary-color:#1a4845;
  --black-color:#000;
  --white-color:#fff;
  --font-weight-100:100;
  --font-weight-200:200;
  --font-weight-300:300;
  --font-weight-400:400;
  --font-weight-500:500;
  --font-weight-600:600;
  --font-weight-700:700;
  --font-weight-800:800;
  --font-10:10px;
  --font-11:11px;
  --font-12:12px;
  --font-13:13px;
  --font-14:14px;
  --font-15:15px;
  --font-16:16px;
  --font-17:17px;
  --font-18:18px;
  --font-19:19px;
  --font-20:20px;
  --font-21:21px;
  --font-22:22px;
  --font-23:23px;
  --font-24:24px;
  --font-25:25px;
  --font-26:26px;
  --font-27:27px;
  --font-28:28px;
  --font-29:29px;
  --font-30:30px;
  --font-31:31px;
  --font-32:32px;
  --font-33:33px;
  --font-34:34px;
  --font-35:35px;
  --font-36:36px;
  --font-37:37px;
  --font-38:38px;
  --font-39:39px;
  --font-40:40px;
  --font-41:41px;
  --font-42:42px;
  --font-43:43px;
  --font-44:44px;
  --font-45:45px;
  --font-46:46px;
  --font-47:47px;
  --font-48:48px;
  --font-49:49px;
  --font-50:50px;
  --font-60:60px;
  --font-70:70px;
  --font-80:80px;
  --font-90:90px;
  --font-100:100px;
  --justify-center:center;
  --justify-spabe:space-between;
  --align-center:center;
  --primary-display:block;
  --secondary-display:flex;
  --display-inline:inline-block;
  --text-uppercase:uppercase;
  --text-capital:capitalize;
}
body{font-family: var(--primary-font-family);}
p{font-family: "Montserrat", sans-serif;}
h1{font-family: "Cormorant Garamond", serif; font-style: italic!important;}
h2{font-family: "Cormorant Garamond", serif; font-style: italic!important;}
h3{font-family: "Cormorant Garamond", serif; font-style: italic!important;}
h4{font-family: "Cormorant Garamond", serif; margin-bottom: 0; font-style: italic!important;}
h5{font-family: "Cormorant Garamond", serif; font-style: italic!important;}
h6{font-family: "Cormorant Garamond", serif; font-style: italic!important;}
a{font-family: "Montserrat", sans-serif;}
li{font-family: "Montserrat", sans-serif;}
div{font-family: "Montserrat", sans-serif;}
input{font-family: "Montserrat", sans-serif;}
span{font-family: "Montserrat", sans-serif;}
label{font-family: "Montserrat", sans-serif;}
button{font-family: "Montserrat", sans-serif;}
html {
  scroll-behavior: smooth;
}

/*=======================header ccss start============================*/
/* sticky menu css */
.is-sticky{position: fixed!important;top: 0;left: 0;width: 100%;z-index: 999;box-shadow: 0 2px 15px rgba(0,0,0,.1); background-color: #fff;}
.is-sticky{animation: smoothScroll 1s forwards; }
@keyframes smoothScroll {
    0% {transform: translateY(-150px); } 
    100% {transform: translateY(0px); }
}
.is-sticky .navbar{background-color: #203b2c!important; padding: 6px;}
.navbar-brand img {width: 150px; }
.navbar-nav {align-items: center; }
.navbar .navbar-nav .nav-link {color: #fff; font-size: 1.1em; padding: 0.5em 1em; }
@media screen and (min-width: 768px) {
  .navbar-brand img {width: 150px; }
  .navbar-brand {margin-right: 0; padding: 0 1em; }
}
.navbar {position: absolute; z-index: 9; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, .13); padding: 21px 0px;}
.navbar-nav li a{font-family: "Cormorant Garamond", serif; text-transform: uppercase;     font-size: 16px !important;}
.navbar-nav li a.active{color: #c6a559!important;}
/*========================header css end===========================*/

.home-about-wrapp.why-chhose-wrapp .about-con-inn a img{filter: unset!important;}


/*========================main banner css start===========================*/

.home-slider-inner video{width: 100%; height: 100vh; object-fit: cover;}
.home-slider-inner{position: relative;}
.home-slider-inner .cover{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; /*background-color: #003718c9;*/ background-image: linear-gradient(to bottom, #002812e3, #003718c9);}
.home-slider-inner .header-content{text-align: center;}
.home-slider-inner .header-content h6{margin-bottom: 7px; color: #fff; text-transform: capitalize; font-family: "Montserrat", sans-serif; font-size: 21px;}
.home-slider-inner .header-content h1{font-weight: 700; color: #fff; font-size: 47px;     margin-bottom: 18px;  font-style: italic; letter-spacing: 2px;}
.home-slider-inner .header-content h3{ color: #fff; font-size: 21px; font-family: "Montserrat", sans-serif;}
.home-slider-inner .header-content .banner-button{margin-top: 40px;}
.home-slider-inner .header-content .banner-button .join-banner {
    z-index: 9;
    background-color: unset;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    height: auto;
    width: auto;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
    border-color: unset;
    padding: 0;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    border: unset;
    margin-right: 25px;
}
.home-slider-inner .header-content .banner-button .member-banner{    z-index: 8;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
    border-color: unset;
    border-style: unset;
    border-width: unset;
    padding: 0;
    background-color: unset;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible; }



.banner-bottom-wrapp{margin-top: -90px; position: relative;}
.banner-bottom-box{background-color: #fff; padding: 31px 20px 20px; box-shadow: 0 0px 14px 0 #203b2c36; position: relative;    transition: all 0.5s ease-in-out; height: 100%;}
/*.banner-bottom-box:before{content: '01'; counter-increment: item2; color: #000; opacity: .12; font-size: 65px; line-height: 65px; position: absolute; font-weight: 700; top: 5px; right: 18px; z-index: 99; text-stroke: 1px black; -webkit-text-stroke: 1px black; text-fill-color: rgba(255,255,255,0); -webkit-text-fill-color: rgba(255, 255, 255, 0); }*/
.banner-bottom-box img{width: 60px; margin-bottom: 20px;    transition: all 0.5s ease-in-out;}
.banner-bottom-box h3{font-size: 21px;    transition: all 0.5s ease-in-out;    margin-bottom: 0; color: #203b2c;}
/*.bot-box2:before{content: '02';}
.bot-box3:before{content: '03';}
.bot-box4:before{content: '04';}*/
.banner-bottom-box:hover{background-color: #203b2c;}
.banner-bottom-box:hover img{filter: brightness(0) invert(1);}
.banner-bottom-box:hover h3{color: #fff;}
 .banner-bottom-box:hover:before {  -webkit-text-stroke: 1px #fff;}

/*========================main banner css end===========================*/

/*=======================home about css start===========================*/
.home-about-wrapp{background-color: #F4F1EA;padding: 40px 0px 50px;     margin-top: 0px;}
.about-image img{width: 100%;}
.about-image{position: relative;}
.about-image .anim-img img{width: 140px; position: absolute; bottom: 44px; left: 200px; right: 0; animation: whoweimagebg 20s infinite linear; }
@keyframes whoweimagebg{
  from{
    transform: translate(-50% , -50%) rotate(0deg);
    }
  to{
    transform: translate(-50% , -50%) rotate(360deg);
  }
}
.about-con-inn h5{padding-left: 0; font-size: 86px; line-height: 56px; letter-spacing: 0; color: #203b2c; text-transform: none; font-style: normal; margin-left: -125px; position: relative; font-weight: 600;  margin-bottom: 40px; text-transform: uppercase; }

.about-con-inn h5:before{position: absolute;left: 0px;top: 50%;content: "";width: 68px;height: 1px;background-color: #c6a55a;display: none;}
.about-con-inn h2{font-size: 57px;line-height: 56px;letter-spacing: 0;color: #203b2c;text-transform: none;font-style: normal;margin-left: -125px;position: relative;font-weight: 800;}
.about-con-inn  a{background-color: #203b2c; color: #fff; display: inline-block; font-size: 14px; text-transform: uppercase; padding: 10px 23px; text-decoration: none; margin-top: 14px;}
.about-con-inn  a img{filter: brightness(0) invert(1); width: 31px; margin-left: 9px;}
.about-con-main{display: flex;align-items: center;height: 100%;}
/*=======================home about css end===========================*/

/*=======================home why choose css start===========================*/
.why-chhose-wrapp{background-color: #203b2c!important; margin-top: 0px;    padding-top: 50px;}
.why-chhose-wrapp .about-con-inn h5{color: #fff; position: relative; left: initial; white-space: nowrap !important; margin: 0; margin-bottom: 40px; z-index: 9; font-size: 94px;}
.why-chhose-wrapp p{color: #fff; white-space: pre-line;}

/*=======================home why choose css end===========================*/


/*=======================Our Services css start===========================*/
.our-service-wrapp{background-color: #F4F1EA; padding: 50px 0px;}
.serv-head{margin-bottom: 40px;}
.serv-head h3{color: #203b2c; font-size: 43px; text-align: center; font-weight: 700; text-transform: uppercase;}
.serv-box img{height: 450px; object-fit: cover; object-position: top; border-radius: 20px;}
.serv-box h4{ font-size: 31px; text-transform: uppercase; font-weight: 600; color: #203b2c; text-align: center;margin-top: 15px; margin-bottom: 15px;}
.serv-box p{color: #000; text-align: center; font-size: 15px;}

/*=======================Our Services css end===========================*/

/*=======================Our team css start===========================*/

.our-team-wrapp{background-color: #F4F1EA;padding: 50px 0px 50px;/*margin-bottom: -160px;*/}
.team-img img{width: 100%;}
.thsn-ourhistory-row {text-align: center; }
.thsn-text-color-white .thsn-ourhistory .thsn-ourhistory-main .label, .thsn-bg-color-blackish .thsn-ourhistory .thsn-ourhistory-main .label {border-bottom-color: rgba(255, 255, 255, .15); }
.thsn-ourhistory .thsn-ourhistory-main .label {display: block; padding-bottom: 35px; position: relative; font-size: 24px; line-height: 34px; border-bottom: 1px solid rgb(255 255 255 / 47%); color: #fff; }
.thsn-text-color-white .thsn-ourhistory .thsn-ourhistory-main .label::before, .thsn-bg-color-blackish .thsn-ourhistory .thsn-ourhistory-main .label::before {background-color: #fff; }
.thsn-ourhistory .thsn-ourhistory-main .label:before {content: ''; position: absolute; bottom: -9px; background-color: #ffffff; left: 50%; -webkit-transform: translateX(-50%); -khtml-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); z-index: 2; width: 17px; height: 17px; border-radius: 50%; box-sizing: content-box; }
.thsn-ourhistory .thsn-ourhistory-main .label:after {content: ''; position: absolute; bottom: -18px; background-color: rgb(255 255 255 / 15%); left: 50%; -webkit-transform: translateX(-50%); -khtml-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); z-index: 1; width: 35px; height: 35px; border-radius: 50%; box-sizing: content-box; }
.thsn-text-color-white .thsn-ourhistory .thsn-ourhistory-main .label::after, .thsn-bg-color-blackish .thsn-ourhistory .thsn-ourhistory-main .label::after {background-color: rgba(255, 255, 255, .15); }
.thsn-ourhistory .thsn-ourhistory-main .content {padding: 0 30px; padding-top: 50px; position: relative; color: #fff; }
.thsn-ourhistory h4 {font-size: 24px; line-height: 34px; margin-bottom: 10px; color: #c6a45a;  }
.thsn-ourhistory-type2{padding: 0!important;}
.thsn-ourhistory:last-child .thsn-ourhistory-main .content:before {content: ''; position: absolute; background-color: rgba(255, 255, 255, .15); height: 20px; width: 1px; right: 0; top: -10px; }
.thsn-text-color-white .thsn-ourhistory:last-child .thsn-ourhistory-main .content::before, .thsn-bg-color-blackish .thsn-ourhistory:last-child .thsn-ourhistory-main .content::before{background-color: rgba(255, 255, 255, .15);}
.timeline-wrapper{background-color: #203b2c!important;padding: 230px 0px 50px;}
.thsn-text-color-white{color: #fff;}
.team-box h4{color: #c6a45a; text-align: center; text-transform: uppercase; margin-top: 24px; font-size: 24px; }
.timeline-wrapper{position: relative;}
.sec-img img{position: absolute; bottom: 0; left: 0; width: 27%;}
.team-box{position: relative; z-index: 9;}
/*=======================Our team css end===========================*/

/*=======================blog css end===========================*/

.blog-wrapper{padding: 50px 0px;background-color: #F4F1EA;}
.blog-wrapper .serv-head{text-align: center; width: 80%; margin: 0 auto 40px; }

.thsn-meta-container .thsn-meta-line {display: inline-block; position: relative; font-size: 15px; letter-spacing: 0; color: #fff; }
.thsn-meta-container .thsn-meta-line a{color: #fff; font-size: 17px; text-decoration: none;}
.thsn-meta-container .thsn-meta-line a i{margin-right: 10px;}
.thsn-meta-category {position: relative; padding-left: 30px; }
.catalogue-content-inn .thsn-meta-container {margin-bottom: 20px;}
/*=======================blog css end===========================*/

/*============================================catalogue section css start=======================================*/

.catalogue-box{position: relative; overflow: hidden; border-radius: 0px;} 
.catalogue-box img{width: 100%; border-radius: 0px; transition-duration: 2s; margin: 0 auto; display: block;}
.catalogue-box:hover img{transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); z-index: 0; }
.catalogue-content{width: 100%; height: 70%;     background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent); position: absolute; bottom: 0; left: 0; border-radius:0px; display: flex; align-items: end; padding: 16px; }
.catalogue-content h3{font-size: 23px; color: #fff; margin-bottom: 17px; }

/*============================================catalogue section css end=======================================*/

/*============================================footer section css start=======================================*/

  footer{background-color: #203b2c; padding: 0px 0px 3px;}
     .footer-contact{padding-left: 30px; border-right: 1px solid #ccc; height: 100%;padding-top: 30px;}
     .footer-link{border-left: 1px solid #ccc; height: 100%; padding-top: 30px;}
   .footer-contact ul{padding-left: 0px; margin-bottom: 0px; list-style-type: none;}
   .footer-contact ul li{display: flex; align-items: center; margin-bottom: 20px;}
   .footer-contact ul li i{    color: #fff; margin-right: 20px; font-size: 29px;}
   .footer-contact ul li p{margin-bottom: 0px; font-size: 15px; color: #fff;}
.footer-logo-main{text-align: center;
    padding-top: 13px;
    padding-bottom: 26px;}
.footer-logo-main img{width: 50%;}
.footer-logo-main ul{padding-left: 0px; margin-bottom: 0px; list-style-type: none; display: flex ; justify-content: center; gap: 16px; margin-top: 40px; }
.footer-logo-main ul li a{text-decoration: none;}
.footer-logo-main ul li a i{width: 40px; height: 40px; background-color: #fff; display: flex ; justify-content: center; align-items: center; border-radius: 50px; color: #203b2c; font-size: 18px; }
.footer-link-inn{padding-left: 30px;}
.footer-link-inn ul{padding-left: 0px; margin-bottom: 0px; list-style-type: none; display: flex ; flex-wrap: wrap; gap:0px 10px;}
.footer-link-inn ul li{width: 48%;margin-bottom: 20px;}
.footer-link-inn ul li a{font-size: 15px; text-decoration: none; color: #fff;}
.footer-middle{border-bottom: 1px solid #ccc;}
.footer-logo-inn p{font-size: 15px; color: #fff; margin-top: 15px;}
.copyright-text{text-align: center;padding-top: 22px;}
.copyright-text p{font-size: 15px; color: #fff;}
/*============================================footer section css end=======================================*/

/*==========================Inner banner section css start==========================*/
.inner-banner-inner{background-position: 100%;background-size: cover;height: 500px;position: relative;}
.inner-banner-main{opacity: 1;transition: background 0.3s, border-radius 0.3s, opacity 0.3s;height: 100%;width: 100%;top: 0;left: 0;position: absolute;display: flex; justify-content: center; align-items: center;    background-image: linear-gradient(to bottom, #002812e3, #003718c9);}
.inner-banner-content h3{color: #fff;font-weight: 700;font-size: 38px;padding-top: 80px;text-transform: uppercase;}
.inner-banner-img{width: 100%;}
.inner-banner-img img{width: 100%; height: 100%; object-fit: cover;}
.inner-banner-img{position: relative;     height: 400px;}
.inner-banner-con-inn h2{color: #fff; font-weight: 700; font-size: 47px; margin-bottom: 15px; text-align: center; letter-spacing: 2px; }
ol.breadcrumb{justify-content: center;}
ol.breadcrumb li {display: inline; font-size: 18px; color: #fff!important;font-weight: 500;}
ol.breadcrumb li+li:before {padding: 0px; color: #fff!important; content: "/\00a0"; }
ol.breadcrumb li a {color: #fff!important; text-decoration: none; font-weight: 500;}
ol.breadcrumb li a:hover {color: #fff; text-decoration: underline; }
.bread-crumbs{margin-bottom: 0;}
ol.breadcrumb li a i{margin-right: 7px;}
.inner-banner-con{padding-top: 130px;}

/*==========================Inner banner section css end===========================*/

/*==========================membership section css end===========================*/
.become-member .about-con-inn h5{font-size: 76px;}
.membership-form input{padding: 10px 22px; width: 100%; border-radius: 11px; border: 1px solid #ccc; margin-bottom: 20px; background-color: unset; }
.membership-form input:focus{border:1px solid #203b2c; outline: none; box-shadow: unset;}
.membership-form textarea{padding: 10px 22px; width: 100%; border-radius: 11px; border: 1px solid #ccc; margin-bottom: 20px; background-color: unset; height: 150px;} 
.membership-form textarea:focus{border:1px solid #203b2c; outline: none; box-shadow: unset;} 
.membership-form button{background-color: #203b2c; color: #fff; display: inline-block; font-size: 14px; text-transform: uppercase; padding: 10px 23px; text-decoration: none; margin-top: 14px; border: none;}
.membership-form button img{    filter: brightness(0) invert(1); width: 31px; margin-left: 9px;}
.membership-form button:hover{background-color: #c6a559; color: #fff; border-color: #c6a559;} 

.member-discount .about-con-inn h5{font-size: 94px; margin-bottom: 23px;}
.member-discount .about-con-inn h3{color: #c6a559; margin-bottom: 25px; font-size: 32px; }
/*==========================membership section css end===========================*/




.lounge-bar-wrapp .about-con-inn h5{margin-bottom:15px; line-height: 80px;}
.lounge-bar-wrapp .about-con-inn h3{color: #c6a559;  margin-bottom: 25px; font-size: 43px;}
.loung-bars .about-con-inn h5 {    font-size: 84px;}


.coaching-lesson .about-con-inn h5{line-height: 90px; margin-bottom: 10px;}
.benefits-club  .about-con-inn h5{font-size: 76px;}
.founder-wrapp{margin-bottom: 0px;    padding-bottom: 50px;}
.founder-time-line{padding-top: 50px;}

.map-wrapp iframe{width: 100%;}
.contact-detail{margin-top: 0px;}
.contact-wrapp{margin-top:0px; padding-top: 50px;}
.contact-detail{background-color: #F4F1EA; padding: 50px 0px 0px;}
.contact-detail .banner-bottom-box img{width: 40px;}
.contact-detail .banner-bottom-box h3{font-size: 19px;}
.contact-detail .banner-bottom-box{padding: 20px 14px 20px;}

.member-login-wrapp .about-con-inn h5{margin-left: 0px; text-align: center;    color: #203b2c;
    font-size: 43px;
    font-weight: 700;
    text-transform: uppercase;     margin-bottom: 7px;}

.member-login-wrapp .about-con-inn p{width: 57%; margin: 0 auto 20px; text-align: center;}
.member-login-wrapp .membership-form{width:70%; margin: 0 auto;}
.member-login-wrapp .about-con-main{justify-content: center;}
.member-login-wrapp  .membership-form button {background-color: #203b2c; color: #fff; display: inline-block; font-size: 14px; text-transform: uppercase; padding: 7px 23px; text-decoration: none; margin-top: 0px; border: none; width: 100%; border-radius: 10px; }

.gift-card-box img{width: 100%; height: auto; object-fit: cover; margin-bottom: 20px;}
.gift-card-main .gift-card-box{width: 60%; margin: 0 auto; border: 1px solid #ccc; padding: 10px; }

.gift-card-con h4{
  font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;     margin-bottom: 7px;
     color: #203b2c;
}
.gift-card-con p{font-size: 15px; color: #000;}

.gift-form-inn .monetary_input {position: relative; }
.gift-form-inn .monetary_input-symbol {position: absolute; left: 20px; top: 50%; transform: translateY(-50%); pointer-events: none; line-height: 1; }
.gift-form-inn .monetary_input-input {padding-left: 46px; }
.gift-form-inn .product_view-add_to_cart_wrapper {margin: 20px 0 0; display: -ms-flexbox; display: flex; -ms-flex-align: end; align-items: flex-end; }
.gift-form-inn .product_view-quantity {margin: 0 15px 0 0; max-width: 95px; min-width: 75px; position: relative; }
.gift-form-inn .input_number_buttons_container {position: absolute; bottom: 1px; right: 1px; width: 22px; height: 47px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-direction: column; flex-direction: column; }
.gift-form-inn .input_number_button {display: -ms-flexbox; display: flex ; -ms-flex-direction: column; flex-direction: column; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; padding: 0 2px 2px; margin: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; height: 23.5px; line-height: 21px; background-color: rgba(0, 0, 0, 0); border-color: #dfdfed; border-style: solid; border-width: 0 0 0 1px; cursor: pointer; font-size: 1em; font-family: "LL Brown Pro Regular Web", "Helvetica Neue", "Verdana"; transition: color .3s ease 0s, background .3s ease 0s; border-bottom: 1px solid #dfdfed; }
.gift-form-inn .js-number_buttons {padding-right: 24px !important; }
.gift-form-inn .qty-inp{background-color: #fff; border: 1px solid #dfdfed; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0) inset; display: block; font-family: "LL Brown Pro Regular Web", "Helvetica Neue", "Verdana"; font-size: 1em; color: #111; width: 100%; height: 49px; line-height: 1; padding: 3px 0 3px 20px; -webkit-appearance: none; transition: box-shadow .3s ease, border .3s ease, background .3s ease, color .3s ease; }

.gift-form-inn .product_view-add_to_basket{background-color: #203b2c; color: #fff; display: inline-block; font-size: 14px; text-transform: uppercase; padding: 8px 23px; text-decoration: none; margin-top: 14px; border: none;}
.gift-form-inn .product_view-add_to_basket img{    filter: brightness(0) invert(1); width: 31px; margin-left: 9px;    margin-bottom: 0;}
.gift-form-inn .product_view-add_to_basket:hover{background-color: #c6a559; color: #fff; border-color: #c6a559;} 
.gift-form-inn form label{font-size: 15px; color: #000; margin-bottom: 10px;}
.gift-form-inn form h5{    font-size: 30px; margin-bottom: 19px;  color: #203b2c;}
.gift-form-inn form input{padding: 10px 20px;}
.gift-form-inn form input:focus{box-shadow: unset; border-color: #203b2c; outline: none;}

.gift-card-details h4{font-size: 18px; text-transform: capitalize;}
.gift-card-details ul li p{font-size: 15px; display: flex; justify-content: space-between;}
.gift-card-details{border-left: 1px solid #ccc; height: 100%; padding: 21px; }



.all-links-inner ul{padding-left: 0px; margin-left: 0px; list-style-type: none; margin-top: 0px;}
.all-links-inner ul li a{color: #000;text-decoration: none;border: 2px solid #203b2c;text-align: center;display: block;padding: 10px;font-size: 21px;}
.all-links-inner ul li{margin-bottom: 10px;}

.mecella-heading{margin-bottom: 80px;}
.mecella-heading h3{color: #000;text-align: center;font-size: 32px;text-transform: uppercase;position: relative;}
.mecella-heading h3 span{font-weight: 900; color: #203b2c;}
.mecella-heading h3:after{content: '';position: absolute;bottom: -20px;left: 0;right: 0;width: 100px;background-color: #203b2c;height: 5px;margin: 0 auto;}
.welcome-mecella{background-color: #203b2c;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.welcome-mecella img{width: 60%;}
.all-links-wrapper{padding-top: 30px; padding-bottom: 50px;}


.event-corporate .about-con-inn h5{font-size: 73px;}
#datepicker span.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0px;
    padding: 10px;}

.technology-wrapp .banner-bottom-box img{width: 60px!important;}
.technology-wrapp .banner-bottom-box h3{margin-bottom: 13px;}
.technology-wrapp .banner-bottom-box p{font-size: 15px; transition: all 0.5s 
ease-in-out;}
.technology-wrapp{padding-bottom: 0px;}
.technology-wrapp .banner-bottom-box:hover p {color: #fff; }

.corporate-why{background-color: #F4F1EA!important;}
.corporate-why .about-con-inn h5{color: #203b2c;}
.corporate-why .about-con-inn p{color: #000;}
.event-corporate{ background-color: #203b2c; margin-top: 0; padding-top: 50px; }
.event-corporate .about-con-inn h5{color: #fff;}
.event-corporate .about-con-inn p{color: #fff;}
.event-corporate .membership-form button{background-color: #c6a559!important;}

.event-corporate .membership-form input::placeholder {
  color: #c6a559;
  opacity: 1; /* Firefox */
}

.event-corporate .membership-form input::-ms-input-placeholder { /* Edge 12-18 */
  color: #c6a559;
}
.event-corporate .membership-form textarea::placeholder {
  color: #c6a559;
  opacity: 1; /* Firefox */
}

.event-corporate .membership-form textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: #c6a559;
}
.event-corporate .membership-form input:focus{border-color:#c6a559!important }
.event-corporate .membership-form textarea:focus{border-color:#c6a559!important }
.event-corporate .membership-form input{color: #fff;}
.event-corporate .membership-form textarea{color: #fff;}



.track-mn-wrapp{ background-color: #203b2c;}
.track-mn-wrapp .about-con-inn h5{color: #fff; font-size: 76px;line-height: 1;}
.track-mn-wrapp .about-con-inn p{color: #fff;}



.pricing-card{
    background:#fff;
    color:#000;
    padding:30px;
    position: relative;
        border-radius: 14px;
        transition: all 0.5s ease-in-out;
}
.pricing-card:hover{background-color: #c6a559;}

.pricing-card h2{
        font-size: 27px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #203b2c;
    transition: all 0.5s ease-in-out;
}
.pricing-card:hover h2{color: #fff;}
.pricing-card .price{
    font-size:26px;
    font-weight:bold;
    margin-bottom:20px;
    color: #000;
    transition: all 0.5s ease-in-out;
}

.pricing-card:hover .price{color: #fff;}

.pricing-card ul{
    padding-left:0;
    list-style:none;
    line-height:1.8rem;
    font-size:15px;
}
.pricing-card img{width: 80px; position: absolute; right: 30px; opacity: 0.1;}
.pricing-card ul li{margin-bottom: 13px; text-transform: lowercase;font-size: 17px; color: #000; transition: all 0.5s ease-in-out;}
.pricing-card:hover li{color: #fff;}
/* Heights to match the design */
/*.elite{ height:370px; }
.improver{ height:285px; }
.social{ height:240px; }*/

/* Mobile height auto */
@media(max-width:768px){
  .elite, .improver, .social{ height:auto !important; }
}
.member-plan-head h2{
      color: #fff;
    font-size: 43px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.member-plan-head{text-align: center; margin-bottom: 40px;}


.event-sec-head h2{
      color: #203b2c;
    font-size: 43px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.event-sec-head{text-align: center; margin-bottom: 40px;}

.event-para p{white-space: normal;}
.map-img img{width: 100%;}


.trackman-background{
      background-color: #F4F1EA;
    padding: 50px 0px 50px;
}

.trackman-background .about-con-inn h5{  color: #203b2c;}
.trackman-background .about-con-inn p{  color: #000;}


a.join-our-club {
    background-color: #203b2c;
    color: #fff;
    font-size: 15px;
    padding: 11px 20px;
    text-decoration: none;
    /* border-radius: 6px; */
    display: inline-block;
}

a.join-our-club-g{
    background-color: #fff;
    color: #203b2c;
    font-size: 15px;
    padding: 11px 20px;
    text-decoration: none;
    /* border-radius: 6px; */
    display: inline-block;
    font-weight: 600;
}

.about-con-inn h5 {
    line-height: 70px;
}

.book-tour {
   /* color: #203b2c !important;
    font-size: 43px; */
    text-align: center;
    font-family: "Montserrat", sans-serif;
    /* font-weight: 700;
    text-transform: uppercase; */
}

 .book-tour h3 {
    color: #203b2c !important;
    font-size: 43px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

/* about-con-mainn  */

.lobook-tour p {
    color: #000;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.serv-head p{
  text-align: center;
}

.why-chhose-wrapp h3 {
    color: #fff;
}
.why-chhose-wrapp h6 {
    color: #fff;
}

.why-chhose-wrapp ul {
  list-style: none;  
}
.why-chhose-wrapp li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
}

.why-chhose-wrapp li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: bold;
}
.lounge-bar-wrapp .about-con-inn ul{
  list-style: none; 
}
.lounge-bar-wrapp .about-con-inn li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 16px;
  /* color: #fff; */
}

.lounge-bar-wrapp .about-con-inn li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #203b2c;
  font-weight: bold;
}

.experiance h3 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.experiance p {
    color: #fff;
    text-align: center;
}
/* .why-chhose-wrapp p {
    color: #fff;
    max-width: 63%;
} */



.membership-price-table-main .wrapper {
width: 100%;
max-width: 1200px;
margin: auto;
padding: 40px 20px;
}
.membership-price-table-main h1 {
font-size: 48px;
margin-bottom: 5px;
}
.membership-price-table-main h2 {
font-size: 14px;
letter-spacing: 3px;
font-weight: 400;
margin-bottom: 40px;
}
.membership-price-table-main table {
width: 100%;
border-collapse: collapse;
color:white;
}
.membership-price-table-main th, td {
padding: 18px 12px;
text-align: center;
font-size: 18px;
}
.membership-price-table-main th:first-child, .membership-price-table-main td:first-child {
text-align: left;
width: 36%;
}
.membership-price-table-main tr { border-bottom: 1px solid rgba(255,255,255,0.3); }
.membership-price-table-main .header-icons {
display: flex;
justify-content: space-around;
margin-bottom: 10px;
}
.membership-price-table-main .icon-box {
text-align: center;
}
.membership-price-table-main .circle {
width: 130px;
    border-radius: 0;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: auto;
}

.membership-price-table-main .circle img{width: 100%;}
.membership-price-table-main .tier-label {
margin-top: 8px;
font-size: 16px;
}

.table-cont h4{    font-size: 42px;}
.table-cont p{
	    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 0;
}


@media (max-width: 768px) {
.membership-price-table-main th, td { font-size: 14px; padding: 10px; }
.membership-price-table-main .circle { width: 50px; height: 50px; font-size: 20px; }
.membership-price-table-main h1 { font-size: 32px; }
.table-cont h4 {
    font-size: 21px;
}
.table-cont p {
    text-transform: capitalize;
    font-size: 9px;
    margin-bottom: 0;
}
}




.team-new-sec{background-color: #F4F1EA; padding: 50px 0px 50px; }

.team-new-img img{
  width: 210px;
    height: 260px;
    object-fit: cover;
}
.team-new-con{padding: 11px;}
.team-new-con h2{
      font-size: 22px;
    margin-bottom: 6px;
    color: #fff;
}
.team-new-con h4{    font-size: 14px;
    margin-bottom: 9px; color: #fff;}
.team-new-con p{    font-size: 14px;
    margin-bottom: 8px; color: #fff;}
.team-new-con a{
      background-color: #fff;
    color: #203b2c;
    text-decoration: none;
    display: inline-block;
    padding: 7px 20px;
    font-size: 14px;
        margin-top: 7px;
}
.team-new-inn{display: flex; align-items: center; justify-content: space-between; border: 1px solid #ccc; }

.soiidBtn{
  background-color: #fff;
    padding: 10px 21px;
    font-size: 15px;
        border: none;
}



.team-page-new-sec{background-color: #203b2c !important;}
.team-page-new-sec .serv-head h3{color: #fff;}
.team-page-new-sec .serv-head p{color: #fff;}
.team-page-new-sec .serv-head h4{text-align: center; color: #fff; font-size: 27px; margin-bottom: 19px;}


.coaching-page-new-sec{background-color: #f4f1ea !important;}
.coaching-page-new-sec .about-con-inn h5{color: #203b2c;}
.coaching-page-new-sec .about-con-inn p{color: #000;}

.why-chhose-wrapp .experiance h4{
text-align: center;
    color: #fff;
    font-size: 27px;
    margin-bottom: 19px;}

.coaching-page-new-sec .about-con-inn p{width: 74%;}
.coaching-page-new-sec .about-con-inn h3{    font-size: 30px;
    color: #000;
    margin-bottom: 16px;}

.lounge-bar-wrapp.book-tour .about-con-inn h4{font-size: 27px;}
.why-chhose-wrapp .experiance h3{font-size: 43px;}


.event-new-sec-design{background-color: #f4f1ea !important;}
.event-new-sec-design .about-con-inn h3{color: #203b2c;}
.event-new-sec-design .about-con-inn h4{color: #000;}
.event-new-sec-design .about-con-inn p{color: #000;}
