@font-face {
  font-family: 'Oldschool Grotesk';
  src: url('../fonts/Oldschool\ Grotesk\ Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BN Super-Sized';
  src: url('../fonts/BNSuper-Sized.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
.py-60{
  padding: 0px 60px;
}
.px-60{
  padding: 60px 0px;
}
.pr-40{
  padding-right: 40px;
}
.pt-40{
  padding-top: 40px;
}
.mt-50{
  margin-top: 50px;
}
.mt-84{
  margin-top: 84px;
}
.border-radius-16{
  border-radius: 16px;
}
.flot-right{
  float: right;
}
.btn:focus-visible, :not(.btn-check)+.btn:active{
  box-shadow: none !important;
  background-color: #006D91;
  border-color: #006D91;
}
body{
  font-family: 'Oldschool Grotesk';
  background: #e9e9e4;
}

.header{
  background: #fff;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-menu ul{
  padding-left: 0px;
  margin-bottom: 0;
}
.header-menu ul li{
  list-style-type: none;
  display: inline-block;
  margin-left: 20px;
}
.header-menu ul li span, .header-menu ul li a {
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}
.header-menu ul li a{
  text-decoration: none;
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}
.ico-no-result {
  color: #777;
  border: 4px solid #cacaca;
  border-radius: 50%;
  font-size: 60px !important;
  width: 150px;
  height: 150px;
  display: block;
  line-height: 150px !important;
  margin: 0 auto;
}
.termcondition{
  margin-top:80px;
}
.breadcrumbs{
  margin-top: 50px;
}
.breadcrumbs ul{
  padding-left: 0;
}
.breadcrumbs ul li{
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.breadcrumbs ul li a{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #807e7e;
  text-decoration: none;
}
.breadcrumbs ul li a.active{
  color: #525252;
}
.breadcrumbs ul li:not(:first-child) a:before{
  content: "\276F";
 display: inline-block;
 margin-right: 6px;
 font-size: 15px;
}
.termcondition-tab{
  margin-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.termcondition-tab button.nav-link{
  white-space: nowrap;
}
.termcondition-tab .nav-pills .nav-link{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 34px;
  background: transparent;
  color: #525252;
  padding: 0px 15px;
  margin-bottom: 15px;
  text-align: left;
}
.termcondition-tab .nav-pills .nav-link.active{
  background: transparent;
  color: #C77112;
  border-left:3px solid #C77112;
  border-radius: 0;
  
}
.clients img{
  width: 100%;
  padding: 15px 40px;
  margin-bottom: 0px;
}
.termcondition_tabheading{
  font-family: 'BN Super-Sized';
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 58px;
  color: #000000;
  margin-bottom: 20px;
}
.termcondition_tabs p{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #525252;
}
.termcondition_tabs ul{
	padding-left:0;
}
.termcondition_tabs ul li{
	font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #525252;
	list-style-type:disc;
	margin-bottom:10px;
}
/*--------------------------loader start--------------------------------------*/
.loader-container{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  flex-direction: row;
}
.loader-container img{ 
  width: 100%;
  max-width: 300px;
}
.loading_text ul {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -100%);
  padding-left: 0px;
}

.loading_text ul li {
display: inline-block;
list-style-type: none;
color: #484848;
font-size: 3vw;
letter-spacing: 15px;
margin-bottom: 15px;
animation: flash 1.4s linear infinite;
}

@keyframes flash {
0% {
  color: #484848;
  text-shadow: none;
}
90% {
  color: #484848;
  text-shadow: none;
}
100% {
  color: #00ccff;
  text-shadow: 0 0 8px #00ffff, 0 0 50px #00ccff;
}
}

.loading_text ul li:nth-child(1) {
animation-delay: 0.1s;
}
.loading_text ul li:nth-child(2) {
animation-delay: 0.2s;
}
.loading_text ul li:nth-child(3) {
animation-delay: 0.3s;
}
.loading_text ul li:nth-child(4) {
animation-delay: 0.4s;
}
.loading_text ul li:nth-child(5) {
animation-delay: 0.5s;
}
.loading_text ul li:nth-child(6) {
animation-delay: 0.6s;
}
.loading_text ul li:nth-child(7) {
animation-delay: 0.7s;
}
@media only screen and (max-width: 375px) {
  .loading_text ul li{
      letter-spacing: 12px;
  }
}
/*------------------------------loader end----------------------------------*/
/*------------------------------footer----------------------------------*/
.footer-social svg{
  fill: #000;
  transition: all 0.3s ease-in-out;
}
.footer-social a:hover svg{
  fill: #006D91;
}
.footer-social a:hover svg path{
  fill: #006D91;
}
.graybg_footer{
  background-color: #E9E9E4;
  padding: 80px 0px;
}
.thin_heading{
  font-size: 28px;
  line-height: 38px;
  color: #231F20;
}
.footer_logo img{
  width: 120px;
  padding: 10px;
  padding-left: 0;
  margin-bottom: 30px;
}
.footer_logo p{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #525252;
  padding-right: 0 !important;
}
.footer-quicklist h3{
  margin-bottom: 15px;
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 34px;
  color: #000000;
}
.footer-quicklist ul{
  padding-left: 0;
}
.footer-quicklist ul li{
  list-style-type: none;
  margin-bottom: 10px;
}
.footer-quicklist ul li a{
  text-decoration: none;
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #000000;
  }
  .footer-quicklist ul li a:hover{
    color:hsl(31, 83%, 43%);
  }
  .subscribe_btn{
    padding-right: 50px;
    display: flex;
    flex-wrap: nowrap;
  }
  .subscribe_btn .wpcf7-not-valid-tip{
    position: absolute;
  }
.subscribe_btnbox h3{
  margin-top: 60px;
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 34px;
  color: #525252;
}
.subscribe_btn .form-control {
  display: block;
  height: 65px;
  min-height: calc(1.5em + .75rem + 2px);
  padding: .575rem .75rem;
  padding-left: 30px;
  padding-right: 35px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 36px 0 0 36px;;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input-group>.form-control:focus{
  z-index: 2;
}
.subscribe_btn .form-control:focus {
  color: #495057;
  background-color: #fff;
  border: none;
  outline: 0;
  box-shadow: none;
}
.subscribe_btn button img{
  width: 30px;
  margin-bottom: 0;
  padding: 0;
}
.subscribe_btn .border-rad{
  color: #fff;
  background-color: #006D91;
  border-color: #006D91;
  position: relative;
  left: -25px;
  padding: 10px 30px;
  border-radius: 36px!important;
}
.subscribe_btn .border-rad:hover{
   background-color: #46a9be;
  border-color: #46a9be;;
}
.btn-mr3{
  margin-right: 10px;
}
.footer-social ul{
  padding-left: 0;
  margin-bottom: 0;
}
.footer-social ul li{
  list-style: none;
  display: inline-block;
}
.text-right{
  text-align: right;
}
/*------------------------------header----------------------------------*/
:root {
  --color-white-100: hsl(206, 5%, 100%);
  --color-white-200: hsl(206, 5%, 90%);
  --color-white-300: hsl(206, 5%, 80%);
  --color-white-400: hsl(206, 5%, 60%);
  --color-white-500: hsl(206, 5%, 50%);
  --color-black-100: hsl(213, 23%, 8%);
  --color-black-200: hsl(214, 21%, 6%);
  --color-black-300: hsl(210, 21%, 6%);
  --color-black-400: hsl(216, 22%, 4%);
  --color-black-500: hsl(220, 18%, 3%);
  --color-pink-100: hsl(31, 83%, 43%);
  --color-pink-200: hsl(31, 83%, 43%);
  --color-pink-300: hsl(31, 83%, 43%);
  --color-pink-400: hsl(31, 83%, 43%);
  --color-pink-500: hsl(31, 83%, 43%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
     0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
     0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
     0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
*,
*::before,
*::after {
padding: 0;
margin: 0;
box-sizing: border-box;
list-style: none;
list-style-type: none;
text-decoration: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
a,
button {
cursor: pointer;
border: none;
outline: none;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
background: none;
box-shadow: none;
}

.brand {
font-family: inherit;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.25;
letter-spacing: -1px;
text-transform: uppercase;
color: var(--color-pink-500);
}

.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: auto;
z-index: 100;
margin: 0 auto;
/* box-shadow: var(--shadow-large); */
background-color: var(--color-white-100);
}
.header.header-bg_none{
  background-color: transparent;
  transition: all .4s ease-in-out;
}
.wrapper {
display: flex;
align-items: center;
justify-content: space-between;
-moz-column-gap: 1rem;
     column-gap: 1rem;
row-gap: 2rem;
width: 100%;
height: 4rem;
margin: 0 auto;
}

@media screen and (max-width: 992px) {
.navbar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 75%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  overflow-y: auto;
  align-items: baseline;
  visibility: hidden;
  box-shadow: var(--shadow-medium);
  background-color: var(--color-white-100);
  transition: all 0.5s ease;
}
.navbar.active {
  left: 0rem;
  opacity: 1;
  visibility: visible;
}
}

.menu-item {
position: relative;
display: inline-block;
margin-left: 1.5rem;
}
.menu-link {
display: flex;
justify-content: center;
align-items: center;
-moz-column-gap: 0.25rem;
     column-gap: 0.25rem;
line-height: inherit;
cursor: pointer;
color: var(--color-black-500);
transition: all 0.3s ease-in-out;
}
.menu-link:hover {
outline: none;
color: var(--color-pink-500);
}
.menu-dropdown .arrow-down{
  transform: rotate(90deg);
  margin-left: 7px;
  transition: all 0.3s ease-in;
}
.menu-dropdown:hover .menu-link{
  color: var(--color-pink-500);
}
.menu-dropdown:hover .menu-link span.arrow-down{
  color: var(--color-pink-500);
}
.current-menu-parent > a.menu-link, .current-menu-item a, .current-menu-parent > a.menu-link .arrow-down{
  color: var(--color-pink-500)!important;
}
@media only screen and (min-width: 993px) {
.menu-dropdown:hover > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.menu-dropdown:hover .arrow-down{
  transform: rotate(-90deg);
  }
}
@media only screen and (max-width: 992px) {
.menu {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.menu-item {
  display: block;
  margin: 0 auto;
}
.menu-link {
  justify-content: space-between;
  padding: 0.5rem 1.25rem;
}
.header-menu ul li{
  display: block;
}
}

.sub-menu {
position: absolute;
top: 2.35rem;
left: -2rem;
min-width: 13rem;
height: auto;
padding: 0 1rem 1rem;
opacity: 0;
visibility: hidden;
transform: translateY(1rem);
border-radius: 0 0 0.25rem 0.25rem;
border-top: 2px solid var(--color-pink-400);
box-shadow: var(--shadow-medium);
background-color: var(--color-white-100);
transition: all 0.3s ease-in-out;
}
.sub-menu li {
display: block !important;
margin-top: 0.75rem;
}
.sub-menu li a {
font-family: inherit;
font-size: 1rem;
font-weight: 500;
line-height: inherit;
cursor: pointer;
color: var(--color-black-500);
transition: all 0.35s ease;
}
.sub-menu li a:hover {
outline: none;
color: var(--color-pink-500);
}
@media only screen and (max-width: 992px) {
.sub-menu {
  position: relative;
  top: -0.5rem;
  left: 2.5rem;
  width: 100%;
  max-height: 0;
  padding: 0px;
  border: none;
  outline: none;
  opacity: 1;
  overflow: hidden;
  visibility: visible;
  transform: translateY(0px);
  box-shadow: none;
  background: transparent;
}
}

.burger {
position: relative;
display: none;
cursor: pointer;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
width: 1.6rem;
height: 1.15rem;
opacity: 0;
visibility: hidden;
background: transparent;
}
.burger-line {
position: absolute;
display: block;
right: 0;
width: 70%;
height: 2.1px;
opacity: 1;
border: none;
outline: none;
border-radius: 1rem;
background: var(--color-black-500);
}
.burger-line:nth-child(1) {
top: 0px;
}
.burger-line:nth-child(2) {
top: 0.5rem;
width: 100%;
}
.burger-line:nth-child(3) {
top: 1rem;
}
@media only screen and (max-width: 992px) {
.burger {
  display: block;
  opacity: 1;
  visibility: visible;
}
}

.overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 9;
opacity: 0;
visibility: hidden;
transition: all 0.35s ease-in-out;
background-color: rgba(0, 0, 0, 0.65);
}
@media only screen and (max-width: 992px) {
.overlay.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
}
/*------------------------------Landing page----------------------------------*/
.landingbg{
    background-color: #D9D9D4;
    padding:30px;
}
.landingbg h1{
    font-family: 'BN Super-Sized';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 62px;
    color: #231F20;
    margin-bottom:0px;   
}
.landingbg p{
    font-family: 'Oldschool Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #525252;
    margin-top: 20px;
    margin-bottom:20px;

}
.landing-bg_content img{
    position: relative;
    top :-8px;
}
.margin-headertop{
    margin-top:120px;
}
.landing-bg_video{
    position: relative;
    overflow: hidden;
    border-radius: 70px
}

/* .landing-bg_video .playbtn{
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(10px, -50%);
} */
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 9%;
  left: 7%;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  cursor: pointer;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  filter: blur(0.7px);
  background: #edebeb;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 73px;
  height: 73px;
  background-image: url('../images/playbtn.png');
  background-size: 100% 100%;
  background-position: center;
  border-radius: 50%;
  transition: all 200ms;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.landing-bg_video img:first-child{
  cursor: pointer;
  border-radius: 70px;
  width: 250px;
  object-fit: fill;
  height: 100px;
  transform: scale(1);
  transition:all 0.5s ease;
}
.landing-bg_video:hover img:first-child{
  transform: scale(1.2);
}
.comingsoon{
  position: absolute;
  top: 0;
}
.img-expand .comingsoon img{
  height: 55px;
  width: 95px;
  border-radius: 0;
  max-width: initial;
  left: 0px;
  top: 20px;
  position: absolute;
}
.comingsoon span{
  width: 65px;
  display: inline-block;
  writing-mode: initial;
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  top: 28px;
  left: 10px;
  position: relative;
  z-index: 9;
}
.landing_about img{
    width: 100%;
    border-radius: 16px;
}
.landing_about{
  padding: 60px 0px;
  text-align: center;
  background-color: #D9D9D4;
}
.landing_about h2{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 65px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.landing_about p{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #525252;
  margin-bottom: 40px;
}
.landing-aboutimage_relative{
  position: relative;
}
.landingabout_logo{
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  max-width: 65px;
}
.whatwedo{
  background-color: #D9D9D4;
  padding: 140px 0px;
}
.whatwedo-bg{
  background-color: #E9E9E4;
  padding: 70px 45px 70px 100px;
  border-radius: 16px;
  position: relative;
}
.whatwedo-imgboxbg{
  position: absolute;
  top: 50%;
  transform: translate(0 , -50%);
  border-radius: 16px;
}
.whatwedo_imglogo{
  position: relative;
}

.golfstamp_img{
  position: absolute;
  left: -95px;
  top: -80px;
}
.whatwedo-content h6{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #525252;
  margin-bottom: 20px;
}
.whatwedo-content h2{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 65px;
  color: #000000;
  margin-bottom: 20px;
}
.whatwedo-content p{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #525252;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nobg-btn{
  background: transparent;
  font: normal normal 500 16px/24px Poppins;
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #006D91;
  border: 1px solid #006D91;
  border-radius: 32px;
  padding: 13px 30px;
  transition: all .3s ease;
}
.nobg-btn:hover{
  color: #fff;
  background: #006D91;
  border: 1px solid #006D91;
}
.nobg-btn.btn:active , .full-btn-primary.btn:active{
  background: #006D91!important;
  border: 1px solid #006D91!important;
}
.landing-footer{
  background-color: #d9d9d4;
  padding: 46px 0px;
  padding-bottom: 0;
}
.landing-topfooter{
 padding-bottom: 20px;
 position: relative;
}
.landing-topfooter::before{
  content: '';
  border-top: 1px solid #525252;
  position: absolute;
  width: 100%;
  height: 1px;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
}
.landing-footer h1{
  font-family: 'BN Super-Sized';
  font-size: 64px;
  line-height: 68px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
p.landing-subheading{
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #525252;
  margin-bottom: 25px;
}
.landing-footer ul.landing-city{
  padding-left: 0;
}
.landing-footer ul.landing-city li {
  display: inline-block;
  margin: 20px 15px;

}
.landing-footer ul.landing-city li a{
  border: 1px solid #733104;
  border-radius: 32px;
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #733104;
  text-decoration: none;
  padding: 15px 30px;
  transition: all 0.5s ease;
}
.landing-footer ul.landing-city li a:hover{
  color: #fff;
  background-color: #733104;
}
.location_popup_btn ul.landing-city ul{
  margin-bottom: 0;
}
.location_popup_btn ul.landing-city li{
  display: inline-block;
  margin: 20px 5px 0 5px;
}
.location_popup_btn ul.landing-city li a{
  border: 1px solid #733104;
  border-radius: 32px;
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #733104;
  text-decoration: none;
  padding: 15px 30px;
  transition: all 0.5s ease;
}
.location_popup_btn ul.landing-city li a:hover{
  color: #fff;
  background-color: #733104;
}
.landing-topfooter{
/*   border-bottom: 1px solid #525252; */
  padding-bottom: 20px;
}
.landing-bottomfooter ul{
 padding-left: 0;
 margin-bottom: 25px;
 margin-top: 40px;
}
.landing-bottomfooter ul li{
  display: inline-block;
  margin: 0px 20px;
 }
 .landing-bottomfooter ul li a{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  text-decoration: none;
  transition: all 0.5 ease;
 }
 .landing-bottomfooter ul li a:hover{
  color:hsl(31, 83%, 43%);
 }
 .landing-bottomfooter p{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #525252;
 }
 .scrollbg{
  background-color: #fff!important;
 }
.landing-video .modal-dialog {
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  height: calc(100vh - 20%);
  margin-top:5%;
}
.ratio::before{
	padding-top:50%;
}

.landing-video .modal-body {
position:relative;
padding:0px;
background: #000;
}
.landing-video .btn-close {
position:absolute;
right:-30px;
top:0;
}
 /* .landing-bgbox{
  display: flex;
  gap: 20px;
  overflow: hidden;
 }
 .landing-bgbox img{
  border-radius: 15px;
  max-width: 160px;
  object-fit: cover;
  height: 504px;
  transition: all .4s ease;
 }
 .activeimg img{
  max-width: 100%!important;
  transition: all .4s ease;
 }
 .landing-bg_item:hover .activeimg img{
  max-width: 160px;
 }
 .landing-bg_item:hover img{
  max-width: 100%;
 }
 .activeimg .landing-vartical_text p{
  display: none;
 } */

 .landing-bg_contentsbox{
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
 }
 .landing-bg_item{
  position: relative;
 }
 .landing-vartical_text p{
  transform: rotate(180deg);
    position: absolute;
    bottom: 11px;
    left: -20px;
    background-color: #000000;
    color: #fff;
    padding: 30px 10px 15px 10px;
    font-family: 'Oldschool Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    border-radius: 0px 0px 6px 6px;
 }
 .landing-vartical_text{
  writing-mode: vertical-rl;
    /* border: solid black 1px; */
    display: inline-block;
    height: 350px;
    /* width: 300px; */
    /* margin: 5px; */
    position: absolute;
    left: 34px;
    bottom: -31px;
    opacity: 1;
    transition: opacity .25s ease;
 }
 .landing-hovered_text{
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .35s ease;
 }
 .landing-hovered_text h2{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  color: #FFFFFF;
 }
 .landingbg-btn{
  width: calc(100% - 30px);
  padding: 13px;
  background-color: #DAB806;
  color: #fff;
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  border:none;
  border-radius: 32px;
  transition: all 0.4s ease;
 }
 .landingbg-btn:hover, .landingbg-btn:active{
  background-color: #efd36b!important;
 }
 .landingbg-btn.btn:focus-visible{
  background-color: #DAB806;
 }

 .img-expand{
  width:20%;
  height:400px;
  margin-right: -2.5px;
  margin-left: -2.5px;
  padding-right: 0px;
  padding-left: 0px;
  object-fit:cover;
  margin: 0 0px;
  position: relative;
}
.img-expand img{
  object-fit: cover;
  width: 100%;
  height: 400px;
  border-radius: 13px;
}
.img-expand.active .landing-hovered_text{
  opacity: 1;
}
.img-expand.active .landing-vartical_text{
  opacity: 0;
}
#img-container {
  width: 100%;
  height: 100%;
  margin: auto;
}
/* .active-img{
   width: 50% !important; 
} */
.landingbg-imgbox{
  display: flex;
  justify-content: space-between;
  gap:15px;
}
.landing_bgoverlay{
  border-radius: 13px;
  height: 270px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}


/* ================================Game Changer=================================*/
.gamechanger{
  background-color: #D9D9D4;
  padding: 90px;
  text-align: center;
  position: relative;
}
.gamechanger-card{
  background-color: #E9E9E4;
  padding: 90px;
  border-radius: 16px;
  z-index: 2;
  position: relative;
}
.gamechanger-card h5{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #525252;
  margin-bottom: 15px;
}
.gamechanger-card p{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 56px;
  text-align: center;
  color: #000000;
}
.gamechanger-card p span{
  background-color:  #E8C34B;
  color:#fff;
  border-radius: 5px;
  padding: 5px 10px;
}
.gamechanger-card .gamechanger-btn{
  border-radius: 38px;
  background-color:transparent;
  color:#006D91;
  margin-left: 15px;
  border: 1px solid #006D91!important;  
  padding: 10px 25px;
  transition: all .3s ease-in-out;
  margin-top: 25px;
  font-family: 'Oldschool Grotesk';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 32px;
}
.gamechanger-card .gamechanger-btn:hover{
  background-color: #006D91;
  color:#fff;
}
.gamechanger-patern{
  position: absolute;
  bottom: -30px;
  right: 0px;
  z-index: 0;
}

/*-------------------------------amenities---------------------------------*/

.amenities-section{
  padding: 90px;
  background-color: #D9D9D4;
  position: relative;
}
.bluepater_leftbottom{
  position: absolute;
  bottom: 50px;
  left:0;
}
.amenitiesslider{
  margin: 0 -10px;
}
h4.amenities-heading{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  color: #525252;
}
.black_heading{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 65px;
  color: #231F20;
}
.amenities-box a{
  text-decoration: none;
}
h2.amenitiesbox_heading{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 49px;
  color: #000000;
  margin-bottom: 20px;
}
.amenities-box p{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
          line-clamp: 5; 
  -webkit-box-orient: vertical;
}
.amenities-box a.readmore{
  font-family: 'Oldschool Grotesk';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 32px;
color: #733104;
}
.amenitiesslider .slider_items{
  background-color: #E9E9E4;
  padding: 20px 30px;
  border-radius: 15px;
  margin: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 10px 13px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.amenitiesslider .slider_items:hover{
  background-color: #E8C34B;
}
.amenitiesslider .slider_items a:hover{
  cursor: default;
}
.amenitiesslider .slider_items:hover .amenities-box a.readmore{
  color:#fff;
}
.amenities_image img{
  background-color: #E9E9E4;
  border-radius: 25px 25px 35px 23px;
  padding: 10px;
  margin-bottom: 20px;
}
/*----------------------------Ready to Join------------------------------------*/
.join-section{
  padding: 100px 0;
}
.join-box{
  background-color: #525252;
  padding: 65px 0px 65px 65px;
  border-radius: 16px;
  position: relative;
}
.join-box h2{
  font-family: 'Oldschool Grotesk';
font-style: normal;
font-weight: 400;
font-size: 42px;
line-height: 65px;
color: #FFFFFF;
}
.join-box p{
font-size: 20px;
line-height: 34px;
color: #D9D9D4;
}
.join_imgbox img{
position: absolute;
top: 50%;
transform: translate(0 , -50%);
margin-top: 0px;
width: auto;
max-width: 430px;
border-radius: 16px;
}
.btn-warning{
  border-radius: 32px;
  padding: 13px 30px;
  margin-top: 10px;
}
.join-section .btn-warning{
  border-radius: 32px;
  background: #DDB536;
  border-color: #DDB536;
  color:#fff;
  padding: 16px 34px;
}
.join-section .btn-warning:hover ,:not(.btn-check)+.btn-warning.btn:active{
  background:#efd36b;
  border-color: #efd36b;
  color:#fff;
}
.join-section .btn-warning:not(.btn-check)+.btn:active {
  color:#fff;
}
/*-------------------------------ourprice-section---------------------------------*/
.ourprice-section{
  background-color: #D9D9D4;
  padding: 86px 0;
}
.heading{
  font-family: 'Oldschool Grotesk';
font-style: normal;
font-weight: 400;
font-size: 42px;
line-height: 65px;
color: #231F20;
margin-bottom: 30px;
}
.sub-heading{
  font-family: 'Oldschool Grotesk';
font-style: normal;
font-weight: 400;
font-size: 25px;
line-height: 40px;
color: #525252;
}
.price-box{
  background-color: #E9E9E4;
  padding: 45px;
  border-radius: 16px;
  position: relative;
  z-index: 2;
}
.price-box h1{
  font-family: 'BN Super-Sized';
font-style: normal;
font-weight: 400;
font-size: 60px;
line-height: 58px;
color: #231F20;
margin-bottom: 30px;
min-height: 190px;
}
.price-box ul{
  padding-left: 0px;
}
.price-box ul li{
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
font-weight: 400;
font-size: 16px;
line-height: 32px;
color: #525252;
position: relative;
}
.price-box ul li::before{
  background-image: url('../images/list-icon.svg');
  background-position: left center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  width: 35px;
  height: 35px;
}
.price-box ul li img{
  margin-right: 10px;
  margin-top: 8px;
}
.full-btn-primary{
  width: 100%;
  border-radius: 35px;
  background-color: transparent;
  color: #006D91;;
  font-size: 16px;
line-height: 32px;
border: 1px solid #006D91;
padding: 13px 20px;
margin-top: 0px;
transition: all 0.5s ease;
}
.full-btn-primary:hover{
  width: 100%;
  border-radius: 35px;
  color: #fff;
  background-color: #006D91;
  border: 1px solid #006D91;
}
.price-pattern{
  position: absolute;
  left: -40px;
  bottom: 0;
  z-index: 1;
}
.ourprice-section .container{
  position: relative;
}
.container-pattern{
  position: absolute;
  top: 40px;
  width: 70px;
  right: 0;
}
.container-smallpattern{
  position: absolute;
  top: 20px;
  width: 40px;
  right: 150px;
}
.pricebox-center{
  justify-content: center;
}

/*------------------------------testimonial-section----------------------------------*/
.testimonial-section{
  padding: 85px 0;
  padding-bottom: 120px;
}
.testimonial-section .sub-heading{
  font-size: 22px;
line-height: 40px;
color: #525252;
}
.testimonial-section .sub-heading{
  font-size: 22px;
line-height: 40px;
color: #525252;
margin-bottom: 20px;
margin-top: 20px;
}
p.testimonial-descip{
  font-size: 32px;
  line-height: 45px;
  color: #000000;
}
/* p.testimonial-descip img.team-img{
  margin: 0px 3px;
  width: 50px;
  height: 35px;
  transition: width .8s ease;
  object-fit: cover;
  border-radius: 36px;
  
}
p.testimonial-descip img.team-img:hover{
  width: 120px;
} */

.hovericon{
  position: relative;
  display: inline-block;
}
.hoverbox{
  position: absolute;
  bottom: -45px;
  left: 0px;
  display: inline-block;
}
.testimonial-hovertext{
  font-size: 14px;
  line-height: 24px;
  color: #525252;
  position: absolute;
  bottom: 0px;
  left: -100px;
}

/*-----------------------------promotions-section-----------------------------------*/
.promotions-section{
  background-color: #D9D9D4;
  padding: 85px 0;
}
.promotions-item{
  position: relative;
  padding: 10px;
	cursor:pointer;
}
.promotions-item img{
  width: 100%;
  border-radius: 16px;
  margin-bottom: 25px;
}
/* .promotions-item::after{
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  right: -15px;
  background-color: #495057;
  height: -webkit-fill-available;
} */
.promotions-border_right{
  border-right: 1px solid #525252;
}
.promotions-border_right:last-child{
  border-right: none;
}
.promotions-heading{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.promotions-heading h2{
  margin-bottom: 0;
}
.promotions-item h3{
  font-size: 20px;
line-height: 34px;
color: #000000;
}
.promotions-item p{
font-size: 16px;
line-height: 24px;
color: #231F20;
margin-bottom: 0;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
}

.promo_list_card{
	cursor:pointer;
}

.btn-nobg{
  background-color: transparent;
  color: #006D91;
  border: 1px solid #006D91;
  border-radius: 32px;
  padding: 12px 30px;
  transition: all 0.3s;
}
.btn-nobg:hover, .btn-nobg:active, .btn-nobg:focus{
  background-color: #006D91;
  color: #fff!important;
} 
.btnblue-primary{
  border-radius: 38px;
    background-color: #006D91;
    color: #fff;
    margin-left: 15px;
    border: 1px solid #006D91;
    padding: 10px 25px;
    transition: all .3s ease-in-out;
    font-family: 'Oldschool Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}
.btnblue-primary:hover{
  background-color: #46a9be;
  border-color: #46a9be;
}

/*--------------------------------Event--------------------------------*/
.events-section{
  background-color: #525252;
  padding: 85px 0;
}
.white-sub_heading{
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  margin-top: 20px;
}
.white-heading{
  font-size: 43px;
line-height: 60px;
color: #FFFFFF;
margin-bottom: 15px;
position: relative;
}
.events-section p{
  font-size: 16px;
line-height: 26px;
color: #E9E9E4;
margin-bottom: 20px;
}
.btn-white-text{
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.btn-white-text:hover{
  background-color: #fff;
  color: #006D91;
}
.hovertextdark:hover{
  color: #006D91 !important;
}
.lineimg img{
position: absolute;
width: 200px;
top: 47px;
}
.eventimg{
  position: relative;
  z-index: 9;
  text-align: center;
}
.eventimg img{
  width: 100%; 
  max-width: 350px;
  min-width: 260px
}
.event_img{
  min-width: 350px;
  width: 100%;
  height: 385px;
  object-fit: cover;
  border-radius: 309px 120px 190px 235px / 220px 144px 222px 234px;
}
img.eventpattern{
  position: absolute;
  top: -50px;
  left: 85px;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}
/*-------------------------------banner---------------------------------*/


@media (min-width: 992px) {
  .bannerslider,
  .slide {
    height: calc(100vh - 80px);
  }
}
.slide {
  position: relative;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
  max-width: 100%;
  height: auto;
  margin: auto;
    width: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translate(0, -50%);
  width: 40%;
  text-align: left;
  z-index: 2;
}
.slide .slide__content--headings {
  text-align: left;
  color: #FFFEFE;
}
.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
  font-family: 'BN Super-Sized';
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 79px;
  color: #FFFEFE;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
}

.slide .slide__content--headings p.animated {
  transition: all 0.5s ease;
  font-family: 'Oldschool Grotesk';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
color: #FFFFFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
}
.bannerslider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity .5s ease 0.3s;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.imgsider_card .slick-dots{
  bottom: 65px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:first-child{
  margin-left: 0;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: transparent;
  border: 1px solid #fff;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  background: #fff;
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
}

/* ==== Main CSS === */
.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}


.Grid1k {
  padding: 0 15px;
  max-width: 100%;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left /* If RTL Make This Right */ ;
  padding: 0;
}
.banner{
  position: relative;
}
.bannersticky{
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #006D91;
  padding: 40px 60px;
}
.banner-placedetails{
  display: flex;
  color:#fff;
  gap: 30px;
}
.banner-placedetails h4{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 20px;

}
.contactdetails h4{
  font-size: 22px;
line-height: 40px;
}
.banner-placedetails p{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
.banner-overlay{
  position: absolute;
  left: 0;
  height: 100vh;
  width: 50%;
  background: linear-gradient(90.33deg, rgba(0, 0, 0, 0.5) 0.32%, rgba(0, 0, 0, 0) 99.74%);
}
.banner .slick-dots{
  text-align: left;
  padding-left: 60px;
}
.stick-dots .slick-dots li, .banner .stick-dots .slick-dots li button{
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.slick-dots .slick-active button::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  /* top: 50%; */
  /* left: 50%; */
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 8px solid #ffffff59;
}
.banner .stick-dots .slick-dots li, .banner .stick-dots .slick-dots li button{
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.banner .slick-dots .slick-active button::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  /* top: 50%; */
  /* left: 50%; */
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 8px solid #ffffff59;
}
.amenitiesslider .rightarrow {
  background-image: url('../images/amenities_arrow_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  top: -60px;
  right: 50px;
  display: inline-block;
  cursor: pointer;
  z-index: 9;
}
.amenitiesslider .leftarrow {
  background-image: url('../images/amenities_arrow_icon.svg');
  background-size: contain;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0px;
  top: -60px;
  cursor: pointer;
  transform: rotate(180deg);
}
.hover_image_box{
  display: inline-block;
  padding:0 10px;
}
.hover_image_box img{
  width: 50px;
  height:35px;
  object-fit: cover;
  transition: all 0.5s; 
  border-radius: 35px;
}

.hover_image_box:hover img{
  width: 70px;
  height:40px;
  object-fit: cover;
  object-position: center;
}
.location_details{
  background-color: #D9D9D4;
}
.location_detail_card{
  max-width: 990px;
  margin: auto;
  padding: 40px;
  background-color: #006D91;
  position: relative;
  top: -50px;
  border-radius: 16px;
  color: #fff;
}
.location_details_box{
  display: flex;
  justify-content: space-between;
}
.flex-shrink{
  min-width: 33.3333%;
}
.flex-shrink h4{
  font-size: 20px;
  line-height: 40px;
}
.loaction-daybox{
  display: flex;
  gap: 10px;
}
.loaction-day_tabs .nav-tabs{
  border: none;
  background-color: #E7E7E2;
  border-radius: 36px;
  padding: 5px;
  width: max-content;
}
.loaction-day_tabs .nav-link{
  border-radius: 50%;
  width: 30px;
  height: 30px;  
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color:#000;
}
.loaction-day_tabs .nav-tabs .nav-link.active{
  background: #C77112;
  color: #fff;
  border: none;
} 
.loaction-daybox{
  margin-top: 15px;
}
.timebox P{
 margin-bottom: 0;
 font-size: 13px;
 line-height: 24px;
}
.location-contact_number p{
  margin-bottom: 0;
  font-size: 13px;
  line-height: 24px;
}
.location-contact_number a{
  color: #fff;
  text-decoration: none;
}
.location-contact_number a:hover{
  text-decoration: underline;
  cursor: pointer;
}
.location-address p{
  font-size: 13px;
  line-height: 24px;
}
.location-direction a{
  display: flex;
  gap:10px;
  align-items: center;
  color:#fff;
  text-decoration: none;
}
.location-direction a h6:hover{
text-decoration: underline;
}
.location-direction h6{
  margin-bottom: 0;
}
.timedetails h4{
  font-size: 32px;
line-height: 44px;
}

.clickdisplay{
  display: none;
}





.imghover-tooltip {
  position: relative;

}

.imghover-tooltip .testimonial_tooltip {
     border-radius: 12px; 
     background-color: #525252; 
     color: #fff; 
     bottom: 50px; 
     left: -7rem; 
     position: absolute; 
     padding: 20px; 
     pointer-events: none; 
     opacity: 0; 
     transition: top 0.8s ease-in-out, opacity 0.8s ease-in-out; 
     width: 20rem; 
     display: none;
     } 
      
     .imghover-tooltip .testimonial_tooltip::after { 
     border-left: 1rem solid transparent; 
     border-right: 1rem solid transparent; 
     border-top: 1rem solid #525252; 
     bottom: -0.8rem; 
     content: ''; 
     height: 0; 
     left: 50%; 
     position: absolute; 
     transform: translateX(-50%); 
     width: 0; 
     } 
      
     .imghover-tooltip:hover .testimonial_tooltip { 
     opacity: 1; 
     bottom: 50px; 
     display: block;
     
     } 
    .testimonial_tooltip_img{
      width: 30px!important;
      height: 18px !important;
      margin-bottom: 15px!important;
      text-align: left;
      margin-bottom: 0;
      display: block;
    }
    .testimonial_tooltip_descp{
      font-size: 12px;
     line-height: 18px;
     display: block;
     margin-bottom: 20px;
     text-align: left;
    }
    .testimonial_user{
      font-size: 12px;
     line-height: 18px;
      color: #D9D9D4;
      display: block;
      text-align: left;
    }
    .bluebg-btn{
      background-color: #006D91;
      color:#fff;
    }
    /* =========================Thankyou========================================*/

    .thanks-section{
      background-color:#525252;
      width:100%;
      display: flex;
      align-items: center;
      margin-top: 115px;
      
    }
    .thanks-section .container{
      padding-bottom: 20px;
      padding-left:60px;
      width:auto;
    }

    .thanks-section .thanks-left .left-content{
      color:#fff;
    }
    .thanks-section .thanks-left .thanks-start{
      color:white;
      font-family: 'Oldschool Grotesk';
      font-style: normal;
      font-weight: 400;
      font-size: 25px;
      line-height: 40px;
      margin-bottom: 5px;
    }
	.thanks-section .thanks-left .thanks-header .yellow-linepostion{
		width: fit-content;
	}
    .thanks-section .thanks-left .thanks-header{
      font-family: 'Oldschool Grotesk';
      font-style: normal;
      font-weight: 400;
      font-size: 36px;
      line-height: 49px;
      margin-bottom:0;
      padding-bottom: 15px;
    }
    .thanks-section .thanks-left .thanks-header span{
      position: relative;
      display: inline-block;
      background-image: url('../images/thanks_underline.svg');
      background-repeat: repeat-x;
      background-position: bottom;
      background-size: contain;
      padding-bottom: 5px;
    
    }
    .thanks-section .thanks-left .thanks-description{
      position: relative;
        top: -10px;
      font-size: 18px;
      line-height: 32px;
    }
    .thanks-section .thanks-left .thank-repeat-image img:first-child, .thanks-section .thanks-left .thank-repeat-image img:last-child{
      width:100%;
      position: relative;
      z-index: 0 !important;
    }
    .thanks-section .thanks-left .thank-repeat-image img{
      width:100%;
      position: relative;
      z-index: 1;
    }
    .thanks-section .thanks-right-dots{
      position:absolute;
      right: 1%;
    }
    .thanks-section .thanks-right-img{
      position: relative;
      width:100%;
      max-width:500px;
      margin-top: 39px;
      border-radius: 55% 44% 32% 46% / 53% 61% 32% 39%;
      right: 41px;
    }
    
    @media only screen and (max-width: 767px) {
      .thanks-section .thanks-right-img{
        top: -100px;
        margin:auto;
        right:0;
        }
      .thanks-section .thanks-left .thank-repeat-image img{
        z-index:0 !important;
      }
      .thanks-section .container{
        padding: 20px !important;
      }
    }

  /*=============================404 Erors =================*/
  .error-section .container-fluid{
    --bs-gutter-x:0;
  }
  .error-section{
    background-color: #231F20;
    padding: 40px 0;
  }
  
  .error-container {
    margin-top: 130px;
    display: flex;
    justify-content :space-between;
    align-items: center;
    height: calc(100vh - 80px);
    margin-top: 0;
  }
  .error-section .container{
    padding-top: 100px;
  }
  
  .error-section .container > div {
    flex: 1;
    text-align: center;
  }
  
  .left-div img,
  .right-div img {
    width: 100%;
    height: auto;
  }
  
  .left-div {
    position: relative;
    width:100%;
  }
  
  .left-div img:first-child{
    position: relative;
    max-height: 400px;
    object-fit: cover;
  }
  .left-div img.golfimg{
    position: absolute;
    top: -100px;
    right: -90px;
    max-width: 200px;
    width: 200px;
  }
  
  .left-div .ball-img {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    max-width: 180px;
    transform: translate(50%,-50%);
  }
  
  .right-div {
    text-align:end;
    width:100%;
  }
  
  .right-div img:first-child{
    position: relative;
  }
  
  .right-div img:last-child{
    max-width: 100%;
    max-height: 400px;
    object-fit: cover;
  }
  .blur_ball img{
    transform: translate(-50%,50%);
    position: absolute;
    bottom: 33px;
    right: -65px;
  }
  
  .center-div{
    min-width:50%;
  }
  .center-div img {
    width: 30%;
    max-width: 100%;
    height: auto;
  }
  
  .center-div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:100%;
    padding: 0 45px;
  }
  .center-div img:last-child{
    max-width: 100%;
    height: auto;
  }
  .four_blur_ball img{
    max-width: 133px!important;
    top: -45%;
    left: 70%;
    transform: translate(0%, 0%);
    position: absolute;

  }
  .err-content{
    text-align: center;
    margin-top: 12px;
  }
  
  .err-content .err-msg{
  font-family: "Oldschool Grotesk";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0em;
  color: White;
  text-align: center;
  
  }
  
  .recommend-msg{
    font-family: "Oldschool Grotesk";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0em;
    color: White;
    text-align: center; 
    margin-top: 24px;
  }
  
  .home-btn{
    background-color: #006D91;
    border-radius: 24px;
    text-align: center;
    color: #ced4da;
    padding: 16px 32px;
  }
  .text_404{
    display: flex;
    justify-content: center;
  }
  @media only screen and (max-width: 1400px) and (min-width: 768px){
    .left-div img.golfimg{
      width: 160px;
      top: -80px;
      right: -70px;
    }
    .left-div img:first-child{
      max-height: 300px;
    } 
    .right-div img:last-child{
      max-height: 300px;
    }   
    .center-div img {
      width: 23%;
  }
  .error-container {
    margin-top: 40px;
  }
  }
  @media screen and (max-width: 768px) {
    .error-section .container {
      justify-content: flex-start;
      flex-direction: column !important;
    }
  
    .left-div,
    .right-div {
      display: none;
    }
    
    .error-section .container > div {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .error-container {
      justify-content: center;
    }
    .center-div {
      flex: 1 0 50%;
      max-width: 100%;
      margin-top: 30px;
      margin-bottom: 30px;
    }
  }

  /* ========================Lesson=========================================*/
  
.graybtn-boxes a{
  cursor: default;
  text-transform: capitalize;
}
.graybtn-boxes a:hover, .graybtn-boxes a:active, .graybtn-boxes a:focus{
  background-color: #525252!important;
  color: #E8C34B!important;
}
.our-lesson-header{
  padding-top:80px;
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 57px;
  text-align: center;
  color: #000000;
}
.our-lesson-content{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #525252;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0px 40px;
}
.our-lesson-card {
  background: #E9E9E4;
  border: 1px solid #D9D9D4;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  margin: 10px 0;
}
.our-lesson-card img{
  border-radius: 16px;
  width:100%;
  height: 285px;
  object-fit: cover;
}
.our-lesson-card-header{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #231F20;
}
.container-box{
  padding: 35px 35px 0px 35px;
}

.our-lesson-card .card-footer{
	padding: 10px 35px 20px !important;
	background-color: transparent !important; 
	border: none !important;
}
.our-lesson-card-description{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #525252;
  margin-bottom: 0px;
}
.our-lesson-card-button{
  border: 1px solid #006D91;
  border-radius: 32px;  
  box-sizing: border-box;
  text-align:center;
}
.our-lesson-card-button button{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #006D91;
  padding: 18px;
}
.director{
  background: #E9E9E4;
  padding: 0;
  margin-top: 40px;
 }


.director-header{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 57px;
  text-align: center;
  color: #000000;
 }

 .director{
  border-radius: 16px;
 }

.director-image {
  width:100%;
  border-radius: 16px;
  max-width: 800px;
  height: 100%;
  object-fit: cover;
}
.modal-content{
  position: relative;
}
.btn-close{
  position: absolute;
  right: 0;
  z-index: 9;
}
.modal-body{
  padding: 30px;
}
.modal-body .director-image {
  max-height: 400px;
  object-fit: cover;
}
.director-content{
  padding: 60px;
}

.director-content .director-name{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  color:#231F20
}

.director-content .director-position{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color:#525252;
  padding: 8px 0px 8px 0px;
}


.director-content .director-detail{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #525252;
}

.director-content .contact-button button{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #006D91;
}

.director-content .contact-button{
  border: 1px solid #006D91;
  border-radius: 32px;  
  box-sizing: border-box;
  text-align:center;
  width:200px;
  padding: 20px;
}
.btn-graybg{
  background-color: #525252;
  color:#E8C34B;
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.popupreadmore{
  color: #733104!important;
  transition: all 0.5s ease;
  cursor: pointer;
  margin-left: 8px;
}
.btn-close:focus{
  box-shadow: none !important;
}
.pointer-card .card{
  cursor: pointer;
}
.promotions .tab-content .tab-pane .card:hover .popupreadmore {
  color:#fff;
}
.event-video_height{
  display: block;
  cursor: pointer;
}
.gamevideo{
  width: 100%;
}

  /*============================select dropdown====================================*/
  .select-city{
    width: max-content;
    max-width: 150px;
    position: relative;;
  }
  .select-city::before{
    content: '';
    width: 1px;
    height: 50px;
    background-color: #D9D9D4;
    position: absolute;
    left: 17px;
  }
  .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
    position: relative;
    top: 5px;
    left: 10px;
  }
  
  .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #000;
    width: 170px;
    height: 40px;
    left: 10px;
    margin-left: 10px;
  }
  
  .select-styled,.select-stylish {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 8px 30px 8px 15px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 150px;
   width: fit-content; 
    
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .select-styled:after,
  .select-stylish:after {
    content: "";
    width:19px;
    height: 19px;
    /* border: 4px solid transparent;
    border-color: #000 transparent transparent transparent; */
    background-image: url('../images/selectdrowp_icon.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 11px;
    right: 0px;
    transition: all 0.2s ease-in;
  }
  .select-styled:hover,
  .select-stylish:hover{
    background-color: #fff;
  }
 .select-styled:active, .select-styled.active,
  .select-stylish:active, .select-stylish.active {
    background-color: #fff;
  }
  .select-styled:active:after, .select-styled.active:after,
  .select-stylish:active:after, .select-stylish.active:after {
    background-image: url('../images/selectdrowp_icon.svg');
    transform: rotate(180deg);
  }
  
  .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
  }
  .select-options li {
    margin: 0;
    padding: 10px 0;
    text-indent: 15px;
    border-top: 1px solid #ccc;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .select-options li:hover, .select-options li.is-selected {
    color: #fff;
    background: #C77112;
  }
  .select-options li[rel="hide"] {
    display: none;
  }
  .drop-select_flex{
    display: flex;
    align-items: center;
  }
    /*============================select dropdown====================================*/
  .hidden{
    visibility: hidden;
  }
  .membership-price_heading{
    margin-bottom: 40px;
  }
  .membership-fitcontent{
    width: fit-content;
    margin: auto;
    position: relative;
  }
  .membership-fitcontent h3{
    margin-bottom: 0px;
  }
  .heading_line .yellowline{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%
  }
  .membership-price_card{
    border-radius: 18px;
    border: 1px dashed  #525252;
    background:  #E8C34B;
    box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    padding: 35px;
    text-align: center;
  }
  .gray-card{
    background: #E9E9E4;
  }
  .member-best_price_card{
    border-radius: 8px;
    border: 2px dashed #D9D9D9;
    background: #C77112;
    padding: 30px;
  }
  .membership-price_flex{
    display: grid;
    align-content: space-around;
    height: 100%;
  }
  .member-table_price_card{
    border-radius: 16px;
    background: #E8C34B;
    padding: 20px;
  }
  .member-table_price_card table th{
    border-bottom: 2px dotted #E9E9E4;
    color: #525252;
  }
  .member-table_price_card table td{
    border-bottom: none;
    color: #525252;
    padding: 15px 10px;
  }
  .member-table_price_card table tbody{
    position: relative;
    top: 20px; 

  }
  .member-table_price_card table td:first-child,  .member-table_price_card table th:first-child{
    text-align: left;
  }
  .member-table_price_card table td:last-child{
    background-color: #C77112;
    color:#fff;
    width: 150px;
  }
  .member-table_price_card table tbody tr:first-child td:last-child{
    border-radius: 18px 18px 0 0;
  }
  .member-table_price_card table tbody tr:last-child td:last-child{
    border-radius: 0px 0px 18px 18px;
  }
 .member-table_price_card table th:last-child{
    text-align: center;
    color: #C77112;
    width: 150px;
  }
  .blue_heading{
    font-family: 'BN Super-Sized';
    font-weight: 400;
    font-size: 64px;
    line-height: 62px;
    color: #006D91;
  }
  .price_permonth{
    font-family: 'Oldschool Grotesk';
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #006D91;
    position: relative;
    top: 0px;
  }
  .text-yellow{
    color:#E8C34B;
  }
  .price_suptext{
    font-family: 'Oldschool Grotesk';
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    position: relative;
    top: -19px;

  }
  .membership-price-box{
    position: relative;
  }
  .membership-price-box ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #525252;
}
  .membership-price-box ul li::before {
    background-image: url(../images/listgray_icon.svg);
    background-position: left center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 0;
    width: 35px;
    height: 35px;
}
.membership-bannertabs_price .container{
  position: relative;
}
.membership-bannertabs{
  max-width: 450px;
  min-width: 450px;
  background-color: #E8C34B;
  position: absolute;
  right: 0;
  bottom: -120px;
  border-radius: 16px;
}
.membership-bannertabs .tab-content{
  background: #fff;
  border-radius: 0 0 16px 16px;
}
.membership-bannertabs .nav-tabs{
  border:none;
}
.membership-bannertabs .nav-tabs li{
  width: 50%;
}
.membership-bannertabs .nav-tabs .nav-link{
  width: 100%;
  background-color: #D9D9D9;
  font-size: 16px;
  line-height: 32px;
  color: #525252;
  border-radius: 16px 16px 0 0;
  border:none;
}
.white-bg{
  background-color: #fff;
}
.membership-bannertabs .nav-tabs .nav-link.active{
  background-color: #e9e9e4;
  color: #006D91;
  border:none;
}
.membership-bannertabs  .membership-price_card{
  border-radius: 16px;
  background: #E8C34B;
  border: none;
}
.membership-bannertabs .price_suptext{
  top: -8px;
}
.membership-bannertabs .member-best_price_card{
  padding: 15px;
}
.full-btn_bordernone{
  display: block;
  text-align: center;
  margin-top: 25px;
  text-decoration: none;
  color:#006D91;
}
.full-btn_bordernone:hover{
  text-decoration: underline;
  color:#006D91!important;
}
.contact-form_boxborder{
  border: 1px solid #525252;
  border-radius: 9px;
  padding: 40px;
}
.black_heading_28{
  font-size: 28px;
  line-height: 38px;
  color: #231F20;
}
.trasparent_field{
  margin-top: 40px;
}
.trasparent_field .form-control{
  background-color: transparent;
  border:none;
  border-bottom: 1px solid #525252;
  border-radius: 0;
  font-size: 16px;
  color: #231F20;
  padding: 15px 0px 15px 0;
}
.trasparent_field .form-control input::placeholder{
  font-size: 16px;
  line-height: 32px;
  color: #525252;
  opacity: 0.6;
}
.trasparent_field label{
  font-size: 20px;
  line-height: 40px;
  color: #231F20;
  margin-bottom: 15px;
}
.input-group_field{
  margin-bottom: 30px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 9999s ease-in-out 0s!important;
}

.wpcf7-not-valid-tip{
  position: absolute!important;
  min-width: 220px;
  font-size: 12px;
}
.wpcf7 form.invalid .wpcf7-response-output{
  display: none !important;
}
.form-control:focus{
  border:none;
  border-bottom: 1px solid #C77112;
  box-shadow: none;
}
.lightgraybg{
  background: #E9E9E4;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 40px;
}
/*-----------------------------Hospitality bay-----------------------------------*/
.weekdays_price li, .weekenddays_price li{
  display: inline-block;
}
.hospitality-tabs .nav-tabs{
  justify-content: center;
  gap: 50px;
  border: none;
}
.weekdays_price{
  background-color: #D9D9D9;
  border-radius: 40px;
  padding: 12px 12px;
}
.weekenddays_price{
  background-color: #D9D9D9;
  border-radius: 40px;
  padding: 12px 30px;
}
.orangebg.active{
  background-color: #E8C34B;
}
.hospitality-tabs .nav-tabs .nav-link{
  font-size: 20px;
  line-height: 40px;
  color: #000000;
  border:none;
  border-radius:32px;
}
.nav-tabs .nav-link:hover{
  border: none;
}
.hospitality-tabs .nav-tabs .nav-link.active{
  background-color: #C77112;
  border-radius: 32px;
  color:#fff;
  border:none;
}
.hospitality-tabscontents{
  padding: 50px 20px 20px;
}
.thin_orange_heading{
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  color: #C77112;

}
.hospitality-tabscontents .thin_orange_heading{
  margin-bottom: 15px;
}
.hospitality-tabscontents_pricecard{
  margin-top: 20px;
}
.pricecard_orangebox{
  background: #C77112;
  box-shadow: 0px 30px 30px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 40px;
}
.hospitality_openhour{
  font-size: 20px;
  line-height: 40px;
  color: #231F20;
}
.hospitality_afterprice{
  font-family: 'BN Super-Sized';
  font-size: 64px;
  line-height: 62px;
  color: #FFFFFF;
}
.hospitality_afterprice_perday{
  font-family: 'Oldschool Grotesk';
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}
.hospitality_price_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.hospitality_price_inline{
  display: flex;
  justify-content: start;
  align-items: center;
}
.hospitality_beforprice{
  font-size: 48px;
  line-height: 65px;
  text-decoration-line: line-through;
  color: #D9D9D4;
  margin-top: 0px;
  margin-bottom: 0;
}
.hospitality_beforprice_perday{
  font-size: 18px;
  line-height: 30px;
  text-decoration-line: line-through;
  color: #D9D9D4;
}
.note_pera{
  margin-top: 30px;
  font-size: 20px;
line-height: 40px;
text-align: center;
color: #525252;
}
.image_zoom{
  overflow: hidden;
}
.image_card{
  background: #fff;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.image_card img{
  width: 100%;
  overflow: hidden;
}
.image_zoom img{
  transform: scale(1);
  transition: all .7s ease;
}
.image_card:hover{
  cursor: pointer;
}
.image_card:hover img{
  cursor: pointer;
  transform: scale(1.2);
}

.image_card h6{
  margin: 0;
  padding: 20px 35px; 
}

/*-----------------------about us------------------------*/

.aboutus-section{
  margin-top: 84px;
}
.container.aboutus {
  display: flex;
  flex-direction: column;
}

.aboutus.about-row {
  display: flex;
  flex-wrap: wrap;
}

.aboutus.column {
  flex-basis: 100%;
}

.aboutus.column.detail {
  flex-basis: 30%;
}

.aboutus.column.background {
  flex-basis: 70%;
}

.vertical-column {
  width: 100%;
}

.background-img{
  max-width: 100%;
}
.background-img img{
  width: 100%;
  object-fit: cover;
  max-height: 550px;
}
.aboutus-title{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  color: #525252;
  max-width: 426px;
}

.aboutus-caption{
  font-family: 'BN Super-Sized';
  font-size: 74px;
  line-height: 71px;
  color: #231F20;
}

.aboutus-detail{
  font-size: 16px;
  line-height: 32px;
  color: #525252;
  padding: 80px 0px 20px 0px;
}

.timeline-section{
  width:100%;
  height:200%;
  padding: 20px;
  background-color: #D9D9D4;
}
.max-width_heading{
  max-width: 768px;
  margin: 0 auto 60px;
}

.image{
  max-width: 100%;
}

.image img{
  max-width: 100%;
  padding: 10px 0px 10px 0px;
}
.timeline-section .container.main{
  position: relative;
}
.timeline-section .container.main:before{
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  bottom: 0;
  background-color: #626262;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, 10px);
}
.row.initial .center-line {
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  background-image: url('../images/downarrow.svg');
  background-repeat:no-repeat ;
  background-position : center;
}

.row.initial .center-line::before {
    content: "";
    position: relative;
    display: inline-block;
    height: 100%;
    border: 1px dashed #525252;
}

.row.initial .center-line.active::after {
  content: "";
  position: absolute;
  top: -20px;
  transform: translateX(0%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #006D91;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
  opacity: 0.1;
  border: 1px solid #006D91;
}

.row.end .center-line {
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  background-image: url('../images/downarrow.svg');
  background-repeat:no-repeat ;
  background-position : center;
}

.row.end .center-line::before {
    content: "";
    position: relative;
    display: flex;
    height: 100%;
    border: 1px dashed #525252;
    background-image: url('../images/downarrow.svg');
    background-repeat:no-repeat ;
    background-position : center;
}

.row.end .center-line.active::after {
  content: "";
  position: absolute;
  top: -20px;
  transform: translateX(0%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #006D91;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
  opacity: 0.1;
  border: 1px solid #006D91;
}

.timline-detail{
  padding: 10px;
}

.timeline-header{
  padding-top: 12px;
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  color: #231F20;
}


.timeline-content{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #525252;
  text-align: left;
}

/* swap the column in center row */

.row.end .first{
  order:3;
}

.row.end .middle{
  order:2;
}

.row.end .last{
  order:1;
}

.bluedot{
  width: 15px;
  height: 15px;
  background-color: #006D91;
  position: absolute;
  top: -7px;
  border-radius: 50%;
}
.about-row{
  margin-bottom: 60px;
}

/* media query */
@media (max-width: 768px) {

  .row.initial .center-line,
  .row.end .center-line {
    display: none;
  }

  .row.initial {
    padding: 0px 25px;
    position: relative;
    display: flex;
    background-image: url('../images/downarrow.svg');
    background-repeat:no-repeat ;
    background-position-y: center;
  }
  
  .row.initial::before {
    content: "";
    position: absolute;
    display: inline-table;
    left: 10px;
    right: 0;
    height: 100%;
    border: 1px dashed #525252;
    transform: translateX(0%);
    background-repeat:no-repeat ;
    background-position : top;
}
  
  .row.initial::after {
    content: "";
    position: absolute;
    top: -16px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #006D91;
    border: 1px solid #006D91;
    background-repeat:no-repeat ;
    background-position : top;
  }

  .row.initial.active::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 10px;
    width: 100%;
    height: 100%;
    border-radius: none;
    background-color: none;
    border: none;
    background: url(../images/blue-backgrounds.png);
    background-repeat: no-repeat;
    background-position: top;
    transform: translate(-50%, 0%);
}

  .row.end {
    padding: 0px 25px;
    position: relative;
    display: flex;
    background-image: url('../images/downarrow.svg');
    background-repeat:no-repeat ;
    background-position-y: center;
  }
  
  .row.end::before {
    content: "";
    position: absolute;
    display: inline-table;
    left: 10px;
    right: 0;
    height: 100%;
    border: 1px dashed #525252;
    transform: translateX(0%);
    background-image: url('../images/downarrow.svg');
    background-repeat:no-repeat ;
    background-position : left;
}
  
  .row.end::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #006D91;
    border: 1px solid #006D91;
  }

  .row.end.active::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 10px;
    width: 100%;
    height: 100%;
    border-radius: none;
    background-color: none;
    border: none;
    background: url(../images/blue-backgrounds.png);
    background-repeat: no-repeat;
    background-position: top;
    transform: translate(-50%, 0%);
  }
  .timeline-section .container.main:before{
    left: 5px;
    transform: translate(0%, 10px);
  }
  .row.end .first{
    order:1;
  }
  .row.end .middle{
    order:2;
  }
  .row.end .last{
    order:3;
  }
}

/*-----------------------------about us end-----------------------------------*/
.yellow_line2{
  background-image: url('../images/line2.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding-bottom: 10px;
}
.relative_position{
  position: relative;
}
.stricky_image{
  position:sticky;
  top:60px;

}
.plantovisit_scroll{
  border-radius: 16px;
  margin-top: 42px;
}
.scroll_img_hidden .event-tabs_leftimg{
  display:none;
}
.scroll_img_hidden .event-tabs_leftimg.show{
  display:block;
}
.empty_accordion{
  height: 100vh;
  background: transparent;
}

    /* Know Before */
    .know_before {
      margin: 60px;
      padding: 30px;
      background-color: #d9d9d4;
      border-radius: 21px;
    }

    .know_before .slider_image {
      background-image: url(../images/yellow_ellipse.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      padding: 20px;
      height: calc(100vh - 150px);
      max-width: calc(100% - 150px);
      max-height: 600px;
      margin: auto;
    }


    .know_before .slider_image .slider_img {
      height: auto;
      width: 90%;
      max-width: calc(100% - 30px);
      margin: 0 auto;
      height: calc(100vh - 180px);
      max-height: 570px;
      object-fit: cover;
      border-radius: 16px;
      margin-top: 15px;
      position: relative;
    }
   /*  .know_before .slick-list{
      height: calc(100vh - 200px)!important;
      max-height: 600px;
    } */
    .know_before .slider_content {
      margin-left: 50px;
      width: 100%;
      height: 100%;
    }

    .know_before .slider_content .slider_content_card {
      margin-bottom: 60px;
      width: 92% !important;
      background-color: #e9e9e4;
      border-radius: 16px;
      padding: 20px;
      display: flex;
    }

    .know_before .slider_content .slider_content_card .slider_content_card_no {
      font-family: "Oldschool Grotesk";
      font-style: normal;
      font-weight: 400;
      font-size: 42px;
      line-height: 57px;
      color: #e8c34b;
    }

    .know_before .slider_content .slider_content_card .slider_content_card_title {
      font-family: "Oldschool Grotesk";
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 40px;
      color: #231f20;
    }

    .know_before .slider_content .slider_content_card .slider_content_card_desc {
      font-family: "Oldschool Grotesk";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 32px;
      color: #525252;
    }

    .know_before .slider_content .slider_content_card .slider_content_card_btn {
      background-color: #006d91;
      border: 1px solid #006d91;
      border-radius: 30px;
      display: inline-block;
      font-family: "Oldschool Grotesk";
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 24px;
      color: #ffffff;
      padding: 12px 24px;
      text-decoration: none;
    }

    .know_before .slider_content .slider_content_card .slider_content_card_btn:hover {
      color: #006d91;
      background-color: #ffffff;
    }

    /*-------------------------contact--------------------------------------------------------*/
    .selectbtn {
      text-transform: capitalize;
    }
    .contactus-section{
      margin-top: 84px;
    }
    .max-width_300{
      max-width: calc(100% - 200px);
    }
    .contact-form_field{
      display: flex;
      gap: 20px;
      margin-bottom: 60px;
    }
    .contact-form_input{
      flex: auto;
      padding-right: 60px;
    }
  .contact-form_input  label {
      font-size: 20px;
      line-height: 40px;
      color: #231F20;
      margin-bottom: 15px;
  }
    .contact-form_input .form-control{
      background-color: transparent;
    border: none;
    border-bottom: 1px solid #525252;
    border-radius: 0;
    font-size: 16px;
    color: #231F20;
    padding: 15px 0px 15px 0;
    }
    .contact-form_number span{
      color:#733104;
      border: 1px solid #733104;
      padding: 10px 20px;
      border-radius: 25px;
      display: inline-block;

    }
    .contact-form{
      margin-top: 80px;
    }
    .selectcontact{
      cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #000;
    width: 100%;
    height: 40px;
    left: 0px;
    margin-left: 0px;
    border-bottom: 1px solid #525252;
    }
    .select-contact {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: transparent;
      padding: 8px 30px 8px 0px;
      font-size: 16px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
    }
    .select-contact:after {
      content: "";
      width:19px;
      height: 19px;
      /* border: 4px solid transparent;
      border-color: #000 transparent transparent transparent; */
      background-image: url('../images/selectdrowp_icon.svg');
      background-repeat: no-repeat;
      position: absolute;
      top: 11px;
      right: 0px;
      transition: all 0.2s ease-in;
    }
    .select-contact:hover {
      background-color: transparent;
    }
    .select-contact:active, .select-contact.active {
      background-color: transparent;
    }
    .select-contact:active:after, .select-contact.active:after {
      background-image: url('../images/selectdrowp_icon.svg');
      transform: rotate(180deg);
    }
    
    .select-contoptions {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      z-index: 999;
      margin: 0;
      padding: 0;
      list-style: none;
      background-color: #fff;
    }
    .select-contoptions li {
      margin: 0;
      padding: 10px 0;
      text-indent: 15px;
      border-top: 1px solid #ccc;
      -moz-transition: all 0.15s ease-in;
      -o-transition: all 0.15s ease-in;
      -webkit-transition: all 0.15s ease-in;
      transition: all 0.15s ease-in;
    }
    .select-contoptions li:hover, .select-contoptions li.is-selected {
      color: #fff;
      background: #C77112;
    }
    .select-contoptions li[rel="hide"] {
      display: none;
    }
    .brown-btn{
      background: #733104;
      border: none;
      color:#fff;
      margin-bottom: 40px;
    }
    .border-btn{
      border: 1px solid #733104;
    }
    .full-btn-primary.btn.brown-btn:hover, .full-btn-primary.btn.brown-btn:active{
      background: #944a18!important;
    }
    .contactleft_logo{
      margin-bottom: 100px;
    }
    .contact-form_deatils{
      color:#231F20;
      font-size: 20px;
      line-height: 40px;
      margin-bottom: 40px;
    }
    .contact-form_deatils p{
      padding-right: 30px;
    }
    .contact-form_deatils p a{
      color:#231F20;
      text-decoration: none;
    }
    .contact-form_deatils p a:hover{
      text-decoration: underline; 
    }
    .contact_small_heading{
      color: #525252;
      font-size: 16px;
      line-height: 32px;
    }
    .contact_direction{
      color: #231F20;
      font-size: 18px;
      line-height: 40px;  
      text-decoration-line: none;
    }
    .contact_direction:hover{
      color: #944a18;
      text-decoration-line: underline;
    }
    .leftsticky{
      position: sticky;
      top: 90px;
    }
    .contact-form_field:last-child{
      margin-bottom: 0;
    }
    .contact-form_btn{
      text-align: left;
    }
    .max-width_btn{
      max-width: 300px;
      margin-left: 75px;
    }
    .full-btn-primary.max-width_btn:hover{
      border: none;
    }
    .select_droparrow, .select_droparrow1{
      position: relative;
    }
    .select_droparrow::after, .select_droparrow1::after{
      content: "";
      width: 19px;
      height: 19px;
      background-image: url(../images/selectdrowp_icon.svg);
      background-repeat: no-repeat;
      position: absolute;
      top: 19px;
      right: 0px;
      transition: all 0.2s ease-in;
      pointer-events: none;
    }
    .select_droparrow.select_droparrow_active::after, .select_droparrow1.select_droparrow_active::after{
      transform: rotate(180deg);
    }
    .limit_btn{
      display: none;
    }
    .addbtnclass.limit_btn {
      display: block;
    }
    /* dollar form */
    .contact-form_field .input-group-text{
      background-color: transparent !important;
      border: none!important;
      padding: 15px 10px;
      padding-left: 0;
      border-bottom: 1px solid #525252 !important;
      border-radius: 0;
    }
    .contact-form_field .input-group_field .input-group .wpcf7-form-control-wrap{
      flex-grow : 1;
    }
    /* dollar form */
    .donation_input .wpcf7-not-valid-tip{
      left: -20px !important;
    }
    #banner_menu .modal-dialog-scrollable .modal-content .modal-body , .overflow_hide{
      overflow: hidden !important;
    }
    .contactus-section select.wpcf7-select{
      position: relative;
      z-index: 99;
    }

    .landingbg p.pera_small{
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      color:#fff;
      margin: 0;
      margin-bottom: 10px;
    }
    .planavisit_heading{
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }
    .planavisit_heading a{
      max-width: 120px!important;
    }
    .know_more_heading h6{
      font-size: 20px;
      color:#525252;
      margin-bottom: 20px;
    }
    .know_more_heading p{
      font-size: 16px;
      color:#525252;
      line-height: 32px;
    }
    .player{
      height: -webkit-fill-available!important;
    }
    video {
      object-fit: cover!important;
    }
    .no-wrap{
      white-space: nowrap;
    }
    .video_btn_popup{
      padding: 0 !important;  
    }
    .career-btn{
      border-radius: 38px;
      background-color: transparent;
      color: #006D91;
      margin-left: 15px;
      border: 1px solid #006D91!important;
      padding: 10px 35px;
      transition: all .3s ease-in-out;
      margin-top: 20px;
      font-family: 'Oldschool Grotesk';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 32px;
    }
    .career-btn:hover{
      background-color: #006D91;
      color:#fff;
    }
    .btn-inline-2 .btn{
      margin-right: 10px;
      margin-bottom: 10px; 
    }
    .text-gray{
      color:#525252;
    }
    .getstarted_btn{
      padding: 13px 90px!important;
    }
    .form-submit_loader{
      display: flex;
      justify-content: end;
      position: relative;
    }
    .form-submit_loader .full-btn-primary{
      width: fit-content;
      padding: 12px 50px;
    }
    .form-submit_loader .full-btn-primary:hover{
      border: none;
    }
    .form-submit_loader .wpcf7-spinner{
      position: absolute;
      bottom: 12px;
    }
    .trasparent_field .wpcf7-not-valid-tip{
      text-align: left;
    }
    .signup_popupbtn_flex{
      display: flex;
    flex-direction: row-reverse;
    align-items: center;
    }
    .signup_popupbtn_flex .brown-btn {
      margin-bottom: 20px;
      border: none!important;
      margin-left: 0px!important;
    }
    .light_dark-bg{
      background-color: #E8C34B;
      padding: 35px 15px;
    }
    .main-heading h2{
      font-size: 64px;
      text-align: center;
      font-family: 'BN Super-Sized';
      font-style: normal;
      font-weight: 400;
    }
    .yellow-bg{
      background-color: #E8C34B;
    }
    .specialoffer ul{
      padding-left: 0px;
    }
    .specialoffer ul li{
      margin-bottom: 15px;
      display: flex;
      align-items: flex-start;
    font-weight: 400;
    font-size: 20px;
    padding-left: 45px;
    line-height: 32px;
    color: #525252;
    position: relative;
    }
    .specialoffer ul li::before{
      background-image: url('../images/list-icon1.svg');
      background-position: left center;
      background-repeat: no-repeat;
      content: "";
      position: absolute;
      left: 0;
      width: 32px;
      height: 32px;
    }
    .events-section p.black_text{
      color: #525252;
      font-size: 20px;
      line-height: 40px;
      margin-top: 30px;
      margin-bottom: 30px;
    }
    .blue-bg{
      background: #006D91;
      padding: 64px 0;
      padding-top: 0;
    }
    .news-img img{
      width: 100%;
      border-radius: 25px;
      /* max-height: 400px; */
      height: 100%;
      object-fit: cover;
    }
    .news-content{
      margin-top: 90px;
      max-height: 300px;
      overflow-y: auto;
      margin-bottom: 30px;
    }
    .news-content h3{
      font-family: 'Oldschool Grotesk';
      font-style: normal;
      font-weight: 400;
      font-size: 42px;
      color:#fff;
      line-height: 57px;
    }
    .news-heading{
      position: relative;
      top: 65px;
    }
    .newsslider .slick-dots li button {
      background-color: transparent;
      border-radius: 50%;
      /* border: 1px solid #fff; */
      width: 80px;
      border-radius: 20px;
      background: #e9e9e425;
  }
  .newsslider .slick-dots .slick-active button::before{
    width: 80px;
    border-radius: 20px;
    height: auto;
    background: #E9E9E4;
    border: 5px solid #fff;
  }
  .newsslider .slick-dots {
    position: relative;
    bottom: 0;
    top: -30px;
    left: 20px; 
    width: 50%;
    float: inline-end;
    text-align: justify;
  }
  .newsslider .slider2{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: calc(100% - 90px);
  }
  .newsslider .slider2 .slick-list{
    flex: 1;
  }
  .newsslider .slider1  .slick-track, .newsslider .slider1 .slick-list, .newsslider .slider1{
    height: 100%;
  }
  .news-content .btn{
    margin-bottom: 40px;
  }
  .yellow_line2.w-70{
    background-position: left bottom;
    background-size: 70%;
  }
  .eventform{
    display: none;
  }
  .events-section.yellow-bg .eventimg img {
    max-width: 100%;
    /* -webkit-mask:url(https://i.ibb.co/mBrmH0k/Mf15d.png) center/contain no-repeat; */
    mask-image: url(../images/mask.png);
    mask-repeat: no-repeat;
    mask-position: center;
    border-radius: 0;
    mask-size: contain; 
    height: auto;  
    max-height: 500px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
/*----------------triplsheat form---------------*/
.tripleseat_form table{
  width: 100%;
}
.tripleseat_form .row_contact_header h2{
  font-family: 'BN Super-Sized';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    margin-bottom: 30px;
}
.tripleseat_form label{
  font-family: 'Oldschool Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color:#231F20;
}
.tripleseat_form input{
  background: transparent;
  border: none!important;;
  border-bottom: 1px solid #525252!important;
  width: 100%;
  margin-top: 0px;
  padding: 5px 0;
  font-family: 'Oldschool Grotesk';
  font-size: 16px;
  color:#231F20;
}
.tripleseat_form input:focus-visible {
  outline: none;
}
.tripleseat_form  #tripleseat_embed_form table td {
  padding-bottom: 30px;
}
.tripleseat_form #tripleseat_embed_form #lead_phone_number{
  width: 100%;
}
.tripleseat_form #tripleseat_embed_form #lead_phone_number_extension{
  width: 50%;
}
.tripleseat_form .row_details_header h2{
  font-family: 'BN Super-Sized';
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  margin-bottom: 30px;
  position: relative;
  top: 30px;
}
.tripleseat_form #tripleseat_embed_form  .row_event_date input{
  border-radius: 0;
  width: 50%;
}
.tripleseat_form #tripleseat_embed_form .form-control:focus{
  background: transparent;
}
.tripleseat_form #tripleseat_embed_form .row_time input.timeselect_input{
  width: 100%;
}
.tripleseat_form #tripleseat_embed_form #lead_guest_count{
  width: 100%;
}
.tripleseat_form #tripleseat_embed_form .lead_additional_information{
  background: transparent;
  border: none;
  border-bottom: 1px solid #231F20;
}
.tripleseat_form #tripleseat_embed_form textarea.lead_additional_information:focus-visible{
  outline: none;
}
.tripleseat_form #tripleseat_embed_form .row_referred_by select.referral_list{
  width: 100%;
  background: transparent;
  border: none;
  padding: 5px 0;
  padding-top: 15px;
  border-bottom: 1px solid #231F20;
}
.tripleseat_form #tripleseat_embed_form .button{
  max-width: 300px;
  border: none;
  background: #733104;
  border-radius: 32px;
  color:#fff;
  font-family: 'Oldschool Grotesk';
  font-size: 16px;
  padding: 16px 20px;
  float: right;
}
.tripleseat_form #tripleseat_embed_form .button:hover{
background: #924d20;
}
.tripleseat_form #tripleseat_embed_form #lead_form_website_group{
  width: 100%;
  text-align: right;
}
.tripleseat_form #tripleseat_embed_form #lead_form_submit{
  text-align: right;
}
.tripleseat_form #tripleseat_embed_form #lead_form_submit a{
  display: none;
}
.tripleseat_form select:focus-visible {
  outline: none!important;
}
.tripleseat_form  #tripleseat_embed_form .lead_referral_source_other{
  margin-top: 20px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #231F20;
}
.tripleseat_form  #tripleseat_embed_form .lead_referral_source_other:focus-visible{
  outline: none;
}
.errorExplanation{
  display: none;
}
.modal-dialog-scrollable .modal-body.location_popup_md{
  overflow: hidden;
}
@media (max-width: 768px) {
  .tripleseat_form .row_contact_header h2, .tripleseat_form .row_details_header h2{
    font-size: 35px;
  }
  .tripleseat_form .row_contact_header h2{
    margin-bottom: 5px;
  }
  .tripleseat_form #tripleseat_embed_form .button{
    float: none;
    margin: auto;
  }
  .tripleseat_form label{
    font-size: 16px;
  }
  .tripleseat_form input{
    font-size: 14px;
  }
  .tripleseat_form #tripleseat_embed_form .row_event_date input{
    width: 100%;
  }
}
/* //welcome Popup start */
.welcomemodal_content .welcomemodal_imgbg{
  position: relative;
}
.welcomemodal_content .welcomemodal_imgbg .welcomemodal_imgbg_big{
    width: 100%;
    border-radius: 55% 44% 32% 46% / 53% 61% 32% 39%;
    margin: 20px 0;
}
.welcomepatternimg{
  position: absolute;
  right: 0;
  top: 30px;
}
.welcome-subheading{
  font-size: 28px;
  color:#231F20;
}
.welcome-heading{
  font-family: 'BN Super-Sized';
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 58px;
  color: #C77112;

}
#welcomemodal .modal-content{
 background: #E9E9E4;
}
.welcomemodal-contenttext .pr-0{
  padding-right: 0!important;
}
.welcomemodal-contenttext .row{
  align-items: center;
}
.welcomemodal_imgbg{
  display: flex;
  align-items: center;
  position:relative;
}
.landingpromo-section{
  background: #006f92;
  padding-top: 60px;
  margin-top: 84px;
}
.landing_promo{
  background-color: transparent;
  padding: 45px;
  padding-left: 0!important;
  border-radius: 16px;
  position: relative;
  z-index: 2;
}
.price-box ul{
  padding-left: 0px;
}
.price-box ul li{
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
font-weight: 400;
font-size: 16px;
line-height: 32px;
color: #525252;
position: relative;
}
.price-box ul li::before{
  background-image: url('../images/Check.svg');
  background-position: left center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  width: 35px;
  height: 35px;
}
.landing_promo_contact{
  background-color: #E9E9E4;
  border: none;
}
.landing_promo_contact .trasparent_field{
  margin-top: 0;
}
.landing_promom_img{
  position: relative;
}
.landing_promom_img img{
  width: 100%;
  margin-top: 82px;
  border-radius: 15px;
}
.landinglogo_stamp{
  position: absolute;
  top: -100px;
  max-width: 160px;
}
.text-white, .text-white li span{
  color:#fff;
}

.pum-theme-1618 .pum-container, .pum-theme-floating-bar .pum-container{
	background:#006D91!important;
}
.popmake-content div{
	justify-content:space-between!important;
	display:flex!important;
	padding:5px 40px!important;
	border-radius:8px!important;
	align-items:center!important;
	
}
.popmake-content p{
	margin-bottom:0!important;
	color:#fff!important;
}
.popmake-content a{
	text-decoration:none!important;
	background:#DAB806!important;
	color:#000!important;
	padding:10px 30px!important;
	white-space:nowrap!important;
	border-radius:10px!important;
	margin-left:20px !important;
}
.pum-theme-1618 .pum-content + .pum-close, .pum-theme-floating-bar .pum-content + .pum-close{
	color:#fff !important;
	border-color:#fff !important;
}

@media (max-width: 767.98px){
	.popmake-content div{
		display: block !important;
		padding: 5px !important
	}
	
	.popmake-content p{
		font-size: 12px !important;
	}
	
	.popmake-content a{
		margin-left: 0 !important;
		margin-top: 5px !important;
		display: inline-block !important;
		padding: 5px 15px;
	}
	.pum-container, .pum-content, .pum-content+.pum-close, .pum-content+.pum-close:active, .pum-content+.pum-close:focus, .pum-content+.pum-close:hover, .pum-overlay, .pum-title{
 z-index: 9 !important;
}
}
.menupopupbox{
	overflow-x:auto;
	height:100%;
}
.menupopup{
	width:100%;
}
