@charset "utf-8";



/*..............custom fonts..............*/



@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');



/*..............embedded fonts..............*/



/*..............common styles..............*/



:root {

    --common-transition: 0.3s; 

    --body-font:"Jost", sans-serif;

    --head-font: "Oswald", sans-serif;

    --body-color: #000;

    --green: #2A4C3E; 

    --light-green: #425F50;

    --grey-color: #DED9D3;

    --orange: #E1371E;

    --yellow: #BB8628;

    --light-gold: #EFE8D5;

    --bold: 700;

    --semi-bold: 600;

    --medium: 500;

    --regular: 400;

 }

  

html {scroll-behavior: smooth; overflow-x: hidden;}

body { background-color: var(--light-gold); margin: 0; padding: 0; line-height: 1.5; font-family: var(--body-font); font-size: 18px; font-weight: normal; color: var(--body-color); overflow: hidden;}

h1, h2, h3, h4, h5, h6 { margin:0 0 20px; padding: 0; font-family: var(--head-font); font-weight: 500; line-height: 1.1;}

h1, h2, h3{ text-transform: uppercase;}

h1 { font-size: 120px;}

h2 { font-size: 50px;}

h3 { font-size: 40px;}

h4 { font-size: 32px;}

h5 { font-size:20px;}

h6 { font-size: 18px;}

p { margin:0 0 25px;}

p:last-child { margin-bottom: 0;}



@media only screen and ( min-width: 1400px ){

	:lang(es) h1{ font-size: 85px;}

}

@media only screen and ( min-width: 1700px ){

	:lang(es) h1{ font-size: 100px;}

	:lang(es) h2{ font-size: 43px;}

	:lang(es) h3{ font-size: 35px;}

	:lang(es) h4{ font-size: 28px;}

	:lang(es) h5{ font-size: 18px;}

}

@media only screen and ( max-width: 1699px ) {

	h1 { font-size: 90px;}

	h2 { font-size: 42px;}

	h3 { font-size: 36px;}

	h4 { font-size: 28px;}

}

@media only screen and ( max-width: 1399px ) {

	h1 { font-size: 75px;}

	h2 { font-size: 38px;}

	h3 { font-size: 32px;}

	h4 { font-size: 26px;}

	h5 { font-size:19px;}

	h6 { font-size: 17px;}

	body{ font-size: 17px;}

}

@media only screen and ( max-width: 1199px ) {

	h1 { font-size: 60px;}

	h2 { font-size: 34px;}

	h3 { font-size: 30px;}

	h4 { font-size: 25px;}

	h5 { font-size:18px;}

	h6 { font-size: 16px;}

	body{ font-size: 16px;}



	:lang(es) h3{ font-size: 25px;}

}

@media only screen and ( max-width: 767px ) {

	h1 { font-size: 45px;}

	h2 { font-size: 30px;}

	h3 { font-size: 26px;}

	h4 { font-size: 22px;}

	h5 { font-size:16px;}

	body{ text-align: center;}

}

@media only screen and ( max-width: 575px ) {

	h1 { font-size: 40px;}

	h2 { font-size: 28px;}

	h3 { font-size: 24px;}



	:lang(es) h1{ font-size: 35px;}

	:lang(es) h2{ font-size: 26px;}

	:lang(es) h3{ font-size: 23px;}

}

img{ max-width: 100%;}

a, img{ border:0; text-decoration: none; outline: none; transition: var(--common-transition);}

a, a:link, a:visited, a:focus, a:hover { color: var(--bs-white); outline: none; text-decoration: none; transition-duration: .6s; transition-property: all; transition-timing-function: cubic-bezier(.4,0,.2,1);}

a:hover{ text-decoration:none;}



input, textarea, select { font-family: var(--body-font); font-weight: normal; outline: none;}

input[type="submit"]{ font-family: var(--body-font); font-weight: normal; transition:all 0.3s ease 0s; outline: none;}

select { appearance: none; -webkit-appearance: none; height: 38px !important; padding-left: 40px !important; background-image: url(../images/select-arw.svg); background-repeat: no-repeat; background-position: 4%; }



/* --- for placeholder color --- */



.form-control::-moz-placeholder{ color:var(--body-color); opacity:1;}

.form-control:-ms-input-placeholder{ color:var(--body-color);}

.form-control::-webkit-input-placeholder{ color:var(--body-color);}





/* --- Button Styles --- */

a.btn, .btn { display: inline-block; vertical-align: middle; background-color: var(--orange); color: var(--bs-white) !important; font-family: var(--body-font);  font-size: 18px; line-height: 1.2; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 18px 41px; border-radius: 100px; position: relative; z-index: 0; overflow: hidden; border: 2px solid var(--bs-white); transition: var(--common-transition);}



a.btn:hover, .btn:hover {  background-color: var(--bs-white) !important; color: var(--orange) !important; border-color: var(--orange) !important;}



:lang(es) a.btn, :lang(es) .btn{ padding-right: 25px; padding-left: 25px;}



.common-padding { padding-top: 100px; padding-bottom: 100px;}

.common-padding-btm{ padding-bottom: 100px;}

.overlay-content { position: relative; z-index: 2;}

.common-bg { background-size: cover; background-position: center center; background-repeat: no-repeat;}

.text-light { color: var(--light-gold) !important;}

.text-green { color: var(--light-green) !important;}

.mb{ margin-bottom: 40px;}

.bg-yellow{ background-color: var(--yellow);}

.image-adjustment{ position: relative;}

.image-adjustment img{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}

.overlay-content{ position: relative; z-index: 3;}

@media only screen and ( max-width: 1599px ){

	a.btn, .btn{ font-size: 16px; padding: 16px 35px;}

}

@media only screen and ( max-width: 1199px ){

	a.btn, .btn{ font-size: 15px;}

	.common-padding { padding-top: 80px; padding-bottom: 80px;}

	.common-padding-btm{ padding-bottom: 80px;}

}

@media only screen and ( max-width: 991px ){

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

	.common-padding-btm{ padding-bottom: 60px;}

	.mb{ margin-bottom: 30px;}

}

@media only screen and ( max-width: 767px ){

	.common-padding { padding-top: 50px; padding-bottom: 50px;}

	.common-padding-btm{ padding-bottom: 50px;}

}

@media only screen and ( max-width: 575px ){

	a.btn, .btn{ font-size: 14px; padding: 15px 30px;}

}



@media only screen and ( min-width: 1600px ) {

	.container { max-width: 1500px;}    

}

@media only screen and ( min-width: 1700px ) {

	.container { max-width: 1626px;}    

}



/* --- Header CSS --- */

/* --- header start ------------------------------------------------------------------------------------------- */

/* ~~hamburger menu start~~ */

.hamburger-nav { display: none; vertical-align: top; width: 30px; height: 20px; position: relative; margin: 0 0 0 15px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; margin-top: 0; z-index: 9;}

.hamburger-nav span { display: block; position: absolute; height: 2px; width: 100%; background: var(--green); border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}

.hamburger-nav span:nth-child(1) { top: 0px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center;}

.hamburger-nav span:nth-child(2) { top: 9px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center;}

.hamburger-nav span:nth-child(3) { top: 18px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center;}

.hamburger-nav-close { vertical-align: top; width: 30px; height: 24px; position: relative; margin: 0 0 0 15px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; margin-top: 0; z-index: 9;}

.hamburger-nav-close span { display: block; position: absolute; height: 2px; width: 100%; background: var(--bs-white); border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}

.hamburger-nav-close span:nth-child(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 10px; left: 3px;}

.hamburger-nav-close span:nth-child(2) { width: 0%; opacity: 0;}

.hamburger-nav-close span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 10px; left: 2px;}

/* ~~hamburger menu end~~ */



/* sub-menu start */

.main-header .menu-item-has-children .sub-menu { background: #FFF; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13); width: 210px; padding: 20px 30px; position: absolute; top: 50px; opacity: 0; visibility: hidden; transition: var(--common-transition);}

.main-header .menu-item-has-children .sub-menu a { display: block; padding: 5px 0;}

.main-header .menu-item-has-children:hover .sub-menu { top: 100px; opacity: 1; visibility: visible;}

.main-header .menu-item-has-children>a { padding-right: 25px;}

.main-header .menu-item-has-children>a::before { position: absolute; content: ''; border: solid black; border-width: 0 2px 2px 0; display: inline-block; padding: 3px; transform: rotate(45deg); -webkit-transform: rotate(45deg); right: 5px; top: 15px;}

/* sub-menu end */



/* .header-wrapper { position: fixed; z-index: 999; top: 0; right: 0; left: 0; width: 100%; padding: 82px 0 50px;}

.header-wrapper .header-row{ background: var(--light-gold); padding: 45px; border-radius: 100px; transition: var(--common-transition);}

.header-wrapper .logo-wrap { height: 210px; position: absolute; z-index: 1; left: -5px; top: 50%; transform: translateY(-50%); transition: var(--common-transition);}

.header-wrapper .logo-wrap *{ display: block; height: 100%; transition: var(--common-transition);}

.header-wrapper .desktop-menu li{ margin: 0 60px; font-size: 20px; font-weight: var(--medium);}

.header-wrapper .desktop-menu li a{ color: var(--green);}

.header-wrapper select { padding: 0 !important; margin: 0; border: 0; background-color: transparent; font-size: 20px; font-weight: var(--medium); color: var(--green); cursor: pointer; transition: var(--common-transition);} */



.header-wrapper { position: fixed; top: 0; left: 0; right: 0; z-index: 999; width: 100%; background-color: transparent; padding: 80px 0; margin: 20px 0; transition: var(--common-transition);}

.header-wrapper .header-wrap{ background-color: var(--light-gold); border-radius: 45px; padding: 0 30px; }

.header-wrapper .header-left, .header-wrapper .header-right { flex: 0 0 auto; width: calc(50% - 160px/2); display: flex; justify-content: center;}

.header-wrapper .header-logo { flex: 0 0 auto; width: 160px; text-align: center; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); margin: 0 auto; z-index: 22; padding: 0; transition: var(--common-transition);}

.header-wrapper .header-logo *{ display: block; transition: var(--common-transition);}

.navigation ul { display: flex; padding: 0; margin: 0; list-style: none; }

.navigation ul li { position: relative; margin: 0 25px;}

.navigation ul li:first-child{ margin-left: 0;}

.navigation ul li:last-child{ margin-right: 0;}

.navigation ul li a { font-family: var(--body-font); font-size: 20px; font-weight: 600; color: var(--green); padding: 30px 0; position: relative; display: block; }

.navigation ul li a:hover, .navigation ul li.current-menu-item a{ color: var(--orange); }

.header-wrapper .button-row{ margin-left: 55px;}

.language-box .gt_float_switcher { background: transparent !important; box-shadow: none !important; position: relative; overflow: visible;}

.gtranslate_wrapper{ line-height: 1;}

.language-box .gt-current-lang { background: transparent; font-size: 20px; font-family: var(--body-font); color: var(--green) !important; padding: 0 !important; transition: var(--common-transition);}

.language-box .gt-current-lang:hover{ color: var(--orange) !important;}

.gt_float_switcher .gt-selected{ background: transparent !important;}

.language-box img{ display: none !important;}

.language-box .gt_float_switcher .gt_options { position: absolute; z-index: 5; top: 25px; overflow: visible; background: var(--light-gold); padding: 5px 20px 20px; border-radius: 5px; }

.language-box .gt_float_switcher .gt_options a{ background: transparent !important; color: var(--green) !important; font-family: var(--body-font); font-size: 20px; font-weight: var(--semi-bold); text-transform: uppercase; padding-left: 0 !important; padding-right: 0;}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow { background: url(../images/drop-down.svg) !important; background-size: 15px !important; background-repeat: no-repeat !important; background-position: center !important; transform: none !important; }

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate{ transform: rotate(-180deg) !important;}



.current-menu-item a, .header-wrapper .desktop-menu li a:hover, .header-wrapper select:hover { color: var(--orange) !important;}





:lang(es) .navigation ul li{ margin: 0 15px;}

:lang(es) .navigation ul li:first-child{ margin-left: 0;}

:lang(es) .navigation ul li:last-child{ margin-right: 0;}

:lang(es) .header-wrapper .button-row{ margin-left: 35px;}





.mobile-menu { display: none; background: var(--green); width: 100vw; height: 100vh; position: fixed; z-index: 1001; top: 0; right: -100vw; overflow: hidden; padding-bottom: 20px; transition: 0.6s}

.mobile-menu .top-row{ justify-content: center !important; padding: 40px 0;}

.mobile-menu .top-row .hamburger-nav-close{ position: absolute; z-index: 1; top: 15px; right: 15px;}

.mobile-menu .mobile-logo { height: 200px; }

.mobile-menu .mobile-logo *{ display: inline-block; height: 100%;}

/* .mobile-menubar{ height: calc(100% - 270px); overflow: auto; padding-bottom: 20px;} */

.mobile-menubar ul{ list-style: none; padding: 0; margin: 0;}

.mobile-menubar li{ font-size: 24px; text-align: center;}

.mobile-menubar li a{ display: block; padding: 25px 0;}

.mobile-menubar li:nth-child(even) a{ background: #2e5344;}

.menu-open .mobile-menu { right: 0; overflow: auto;}

.mobile-menu .mobile-menubar li{ opacity: 0; -webkit-transform: translateX(-150px); transform: translateX(-150px); -webkit-transition: -webkit-transform 0.4s, opacity 0.4s; transition: transform 0.4s, opacity 0.4s;}

.menu-open .mobile-menu .mobile-menubar li{ opacity: 1; -webkit-transform: translateX(0); transform: translateX(0);}

.menu-open .mobile-menu .mobile-menubar li:nth-child(1){ transition-delay: 0.22s;}

.menu-open .mobile-menu .mobile-menubar li:nth-child(2){ transition-delay: 0.24s;}

.menu-open .mobile-menu .mobile-menubar li:nth-child(3){ transition-delay: 0.32s;}

.menu-open .mobile-menu .mobile-menubar li:nth-child(4){ transition-delay: 0.40s;}

.menu-open .mobile-menu .mobile-menubar li:nth-child(5){ transition-delay: 0.48s;}

.menu-open .mobile-menu .mobile-menubar li:nth-child(6){ transition-delay: 0.56s;}

.menu-open .mobile-menu .mobile-menubar li:nth-child(7){ transition-delay: 0.56s;}

html.menu-open{ height: 100%; overflow: hidden;}

/* ~~ header sticky start ~~ */

@keyframes slide-down {

	0% {

		opacity: 0;

		transform: translateY(-100%);

	}



	100% {

		opacity: 1;

		transform: translateY(0);

	}

}





.fixed-header .header-wrapper { padding: 40px 0;}

.fixed-header .header-wrapper .header-wrap { background-color: rgba(239, 232, 213, 0.5); backdrop-filter: blur(10px); }

.fixed-header .header-wrapper .header-left, .fixed-header .header-wrapper .header-right{ width: calc(50% - 120px/2);}

.fixed-header  .header-wrapper .header-row{ background: rgba(255, 255, 255, 0.7); padding: 25px 30px; box-shadow: 4px 4px 15px 0px rgb(0 0 0 / 10%); backdrop-filter: blur(10px);}

.fixed-header .header-wrapper .header-logo{ width: 120px;}

.fixed-header  .navigation ul li a{ padding-top: 25px; padding-bottom: 25px;}

/* ~~ header sticky end ~~ */



@media only screen and ( max-width: 1699px ){

	.header-wrapper{ padding: 60px 0;}

	.header-wrapper .header-logo{ width: 140px;}

	.header-wrapper .header-left, .header-wrapper .header-right{ width: calc(50% - 140px/2);}

}

@media only screen and ( max-width: 1599px ){

	.navigation ul li a{ font-size: 18px;}

	.language-box .gt-current-lang, .language-box .gt_float_switcher .gt_options a{ font-size: 18px;}



	:lang(es) .navigation ul li{ margin: 0 12px;}

	:lang(es) .header-wrapper .button-row{ margin-left: 24px;}

}

@media only screen and ( max-width: 1399px ){

	.navigation ul li{ margin: 0 16px;}

	:lang(es) .navigation ul li a{ font-size: 16px;}

	

	:lang(es) .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow{ background-size: 12px !important; width: 12px !important;}

}



@media only screen and (max-width:1399px) and (min-width:1200px){

	:lang(es) .language-box .gt-current-lang, :lang(es) .language-box .gt_float_switcher .gt_options a{ font-size: 16px;}

}

@media only screen and ( max-width: 1199px ){

	.header-wrapper { padding: 50px 0; }

	.header-wrapper .header-wrap{ padding: 25px 20px; position: relative;}

	.header-wrapper .header-logo{ right: auto; width: 120px;}

	.header-wrapper .header-right{ width: 100%; justify-content: end;}

	.desktop-menu { display: none;}

	.hamburger-nav { display: block;}

	.mobile-menu { display: block;}

	.fixed-header .header-wrapper { padding: 30px 0 0; }

	.fixed-header .header-wrapper .header-logo { width: 80px; }

	.fixed-header .header-wrapper .header-left, .fixed-header .header-wrapper .header-right{ width: 100%;}

}



@media only screen and (max-width: 575px) {

	.header-wrapper { padding: 35px 0; }

	.header-wrapper .header-wrap{ padding: 20px;}

	.header-wrapper .header-logo{ width: 105px;}

	.fixed-header .header-wrapper { padding: 15px 0 0; }

}

/* --- Header --- */



/* =========== Banner Start============ */

.banner { padding-bottom: 50%;}

.banner-img { position: absolute; top: 0; right: 0; bottom: 0; left: 0;}

.banner .banner-img:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.5);}

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

.diamond-shape{ position: relative; max-width: 290px; margin: 0 auto 20px;}

.diamond-shape span{ display: block; width: 13px; height: 13px; background-color: var(--bs-white); margin: 0 auto; transform: rotate(45deg);}

.diamond-shape:after{ content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 42%; height: 1px; background-color: var(--light-gold); z-index: 22;}

.diamond-shape:before{ content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 42%; height: 1px; background-color: var(--light-gold); z-index: 22;}



.banner-content-wrapper .banner-content { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); z-index: 2; padding-top: 4%;}

.banner-desc h1{ line-height: 1; font-weight: 500; color: var(--light-gold); text-transform: uppercase; margin-bottom: 15px;}

.banner-desc h5{ font-family: var(--body-font); font-weight: 500; color: var(--light-gold); text-transform: uppercase; letter-spacing: 22px; margin-bottom: 40px;}

.scrool-down{ position: absolute; left: 0; right: 0; bottom: 70px; display: inline-block; text-align: center; z-index: 22;}

.scrool-down a { display: inline-block; font-family: var(--body-font); font-size: 16px; font-weight: 600; color: var(--light-gold); letter-spacing: 13px; position: relative; text-transform: uppercase;}

.scrool-down .scrool-shape{ display: flex; width: 2px; height: 120px; margin: 0 auto 20px;  position: relative; overflow: hidden;}



@keyframes scrool-down {

	0% {

		opacity: 0;

		transform: translateY(-100%);

	}



	100% {

		opacity: 1;

		transform: translateY(0);

	}

}



.scrool-down .scrool-shape::before{ content: ""; background: rgb(137,133,122); background: linear-gradient(180deg, rgba(137,133,122,0) 0%, rgba(239,232,213,0.8519782913165266) 100%); position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; animation: scrool-down 1.5s infinite;}





/* =========== Banner End============ */



/* =========== About-sec Start============ */

.about-wrap .about-image{ width: 36.5%; position: relative; padding-bottom: 42%;}

.about-wrap .about-image img{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;}

.about-image-desc{ width: 27%; background-color: var(--green); padding: 30px 50px; justify-content: center;}

.about-image-desc h2{ color: var(--light-gold); text-transform: uppercase; margin-bottom: 40px;}

.about-image-desc p{ color: var(--light-gold);}

.about-image-desc p:last-child{ margin-bottom: 0;}



/* =========== About-sec End============ */



/* =========== our-cocktails-sec Start============ */

.our-cocktails-sec{ background-repeat: no-repeat; background-size: cover;}

.our-cocktails-sec:after{ content: ''; position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; background-color: rgba(226, 219, 201, .9);}



.our-cocktails-card { height: 100%; position: relative;}

.our-cocktails-card::before { content: ""; background: var(--yellow); position: absolute; z-index: 1; top: auto; right: 0; bottom: 0; left: 0; width: 100%; height: calc(100% - 180px); border-radius: 0 0 30px 30px;}

.our-cocktails-card .our-cocktails-inner-wraper{ height: 100%; position: relative; z-index: 3;}

.our-cocktails-card .title-area{ background-color: var(--green); border-radius: 30px 30px 0 0; padding: 100px 40px 20px; overflow: hidden; position: relative;}

.our-cocktails-card .title-area::before{ content: ""; background: var(--yellow); position: absolute; right: 0; bottom: 0; left: 0; width: 100%; height: 0px; visibility: hidden; transition: var(--common-transition);}

.our-cocktails-card .title-area .icon-title{ position: relative; z-index: 3;}

.our-cocktails-card .icon { width: 155px; height: 155px; border-radius: 50%; border: 5px solid var(--bs-white); overflow: hidden; margin: 0 auto -85px; position: relative; z-index: 5;}

.our-cocktails-card .icon img{ width: 100%; height: 100%; object-fit: cover;}

.our-cocktails-card .title-area .icon-title{ padding-top: 20px;}

.our-cocktails-card .desc-area{ background-color: var(--yellow); border-radius: 0 0 30px 30px; padding: 40px 45px;}

.our-cocktails-card .desc-area .desc-text { height: 54px; margin-bottom: 40px;}

.our-cocktails-card .desc-area .desc-text p{   display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}

.our-cocktails-slider .slick-list { margin: 0 -15px;}

.our-cocktails-slider .slick-track{ display: flex;}

.our-cocktails-slider .slick-slide{ padding: 0 15px; height: inherit;}

.our-cocktails-slider .slick-slide >div, .our-cocktails-slider .slider-col{ height: 100%;}

.our-cocktails-card:hover .title-area::before{ height: 100%; visibility: visible;}



/* =========== our-cocktails-sec End============ */



.get-a-quote-sec { padding: 14% 0; text-align: center;}

.get-a-quote-sec:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0,0,0,0.5);}

.get-a-quote-sec h2 { text-transform: uppercase; max-width: 700px; margin: 0 auto 40px;}

.get-a-quote-sec h3 { font-size: 48px; font-weight: 300; text-decoration: underline; text-decoration-thickness: 2px;}

.get-a-quote-sec h3 a, .contact-form-info h3 a { pointer-events: fill; cursor: inherit; }

.contact-form-info input[type="date"]::-webkit-calendar-picker-indicator { cursor: pointer; }



@media only screen and ( max-width: 1699px ){

	.scrool-down .scrool-shape{ height: 80px; margin-bottom: 12px;}

	.banner-desc h5{ letter-spacing: 18px;}

	.get-a-quote-sec h3{ font-size: 40px;}

}

@media only screen and ( max-width: 1599px ){

	.about-image-desc{ padding: 30px 35px;}

}

@media only screen and ( max-width: 1399px ){

	.banner{ padding-bottom: 60%;}

	.scrool-down{ bottom: 30px;}

	.about-wrap .about-image{ width: 34%;}

	.about-image-desc{ width: 32%; padding: 30px 25px;}

	.about-image-desc .btn{ margin-top: 5px !important;}

	.our-cocktails-card .icon { width: 120px; height: 120px; margin: 0 auto -60px; }

	.our-cocktails-card .title-area { padding: 60px 25px 20px;}

	.our-cocktails-card .desc-area { padding: 30px 20px;}

	.our-cocktails-card .desc-area .desc-text{ margin-bottom: 30px;}

	.get-a-quote-sec h3{ font-size: 30px;}

}

@media only screen and ( max-width: 1199px ){

	.diamond-shape{ max-width: 220px;}

	.diamond-shape span{ width: 10px; height: 10px;}

	.banner-desc h5 { letter-spacing: 10px;}

	.scrool-down a { font-size: 14px; letter-spacing: 10px; }



	.about-image-desc{  padding: 30px 15px;}

	.about-image-desc p{ margin-bottom: 20px;}

	/* .about-wrap .about-image{ width: 25%;} */

	.get-a-quote-sec h3{ font-size: 26px;}

}

@media only screen and (max-width: 991px){

	ol, ul { padding-left: 1rem; }

	.banner { padding-bottom: 72%;}

	.scrool-down .scrool-shape { height: 50px; margin-bottom: 10px; }

	.banner-desc h5{ margin-bottom: 30px;}

	.about-wrap { flex-wrap: wrap;}

	.about-image-desc h2{ margin-bottom: 30px;}

	.about-wrap .about-image { width: 50%; padding-bottom: 60%; order: 2;}

	.about-image-desc { width: 100%; padding: 50px 15px; order: 1; }

	.our-cocktails-slider .slick-list { margin: 0 -8px; }

	.our-cocktails-slider .slick-slide{ padding: 0 8px;}

	.our-cocktails-card .icon { width: 95px; height: 95px; border-width: 4px; margin: 0 auto -45px;}

	.our-cocktails-card .title-area { padding: 45px 20px 25px; }

	.our-cocktails-card .title-area h3{ margin-bottom: 0;}

	.get-a-quote-sec h2{ margin-bottom: 30px;}

	

}

@media only screen and (max-width: 767px){

	.banner { padding: 160px 0 30px;}

	.banner-content-wrapper .banner-content{ position: relative; top: 0; transform: none;}

	.diamond-shape { max-width: 190px;}

	.banner-desc h5 { letter-spacing: 5px; }

	.scrool-down { position: relative; right: 0; bottom: 0; left: 0; margin: 20px auto 0 !important; width: fit-content; display: block; }

	.scrool-down a { font-size: 13px; letter-spacing: 5px; }

	.get-a-quote-sec h3 { font-size: 24px; }

}

@media only screen and (max-width: 575px){

	.diamond-shape{ max-width: 150px;}

	.banner-desc h5 { letter-spacing: 3px; }

	.scrool-down a{ font-size: 12px;}

}

/* =========== footer Start============ */

.footer-wrapper{ background-color: var(--green); padding: 60px 0 50px;}

.ftr-menu h4{ font-weight: 500; color: var(--light-gold); text-transform: uppercase;}

.ftr-logo{ height: 280px;}

.ftr-logo *{ display: block; height: 100%;}

.ftr-menu ul li{ margin-right: 50px;}

.ftr-menu ul li:last-child{ margin-right: 0;}

.ftr-menu ul li a{ font-family: var(--body-font); font-size: 20px; color: var(--bs-white); font-weight: 500; transition: var(--common-transition);}

.ftr-menu ul li a:hover{ color: var(--orange);}

.btm-ftr{ padding-top: 40px;}

.ftr-social-icon ul li a{ display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; border-radius: 50%; overflow: hidden; position: relative; transition: var(--common-transition);}

.ftr-social-icon ul li a *{ font-size: 20px; color: var(--bs-white); position: relative; z-index: 3;}

.ftr-social-icon ul li a::before{ content: ""; background: var(--orange); position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 0; height: 0; border-radius: 50%; visibility: hidden; transition: var(--common-transition);}

.ftr-social-icon ul li a:hover::before{ width: 100%; height: 100%; visibility: visible;}

/* .ftr-social-icon ul li a:hover *{ color: var(--green);} */

.btm-ftr .policy-nav li:first-child{ margin-right: 20px;}

.btm-ftr .policy-nav li a:hover{ color: var(--orange);}



:lang(es) .ftr-menu ul li { margin-right: 25px; }



@media only screen and ( max-width: 1599px ){

	.ftr-menu ul li { margin-right: 30px; }

	.ftr-menu ul li a{ font-size: 18px;}

}

@media only screen and ( max-width: 1399px ){

	.ftr-menu ul li { margin-right: 20px; }

	.ftr-logo { height: 180px; }

}

@media only screen and ( max-width: 1199px ){

	.ftr-menu ul li { margin-right: 15px; }

	.ftr-menu ul li a { font-size: 15px; }

	.footer-wrapper li, .footer-wrapper p{ font-size: 15px !important;}

}

@media only screen and (max-width: 991px){

	.footer-wrapper{ padding: 45px 0; text-align: center;}

	.footer-wrapper .mb { margin-bottom: 25px; }

	.footer-wrapper ul{ justify-content: center !important;}

	.footer-wrapper .text-end{ text-align: center !important;}

	.ftr-menu{ margin-bottom: 30px;}

	.ftr-logo { height: 160px; margin-bottom: 30px; }

	.btm-ftr { padding-top: 0; }

}

@media only screen and (max-width: 767px){   

	.ftr-menu { margin-bottom: 20px; }

	.ftr-menu ul li{ margin: 0 12px 10px 0;}

}

@media only screen and (max-width: 575px){

	:lang(es) .ftr-menu ul li{ margin-right: 10px;}

}

/* =========== Inner Page ============ */



/* =========== Who We Are  start=========== */

.inner-banner { padding-bottom: 37%;}

.inner-banner h1 { margin: 0; text-transform: uppercase;}

.inner-banner .banner-content-wrapper .banner-content { top: 60%;}

.about-sec:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color:rgba(174, 121, 26, 0.93);}

.about-sec .abt-img { max-width: 704px; margin-left: auto; padding-bottom: 57%; position: relative; overflow: hidden;}

.about-sec .abt-img img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover;}

.about-sec .abt-content h2 { max-width: 620px;}

.about-sec .abt-content p{ margin-bottom: 20px;}

.about-sec .abt-content p:last-child{ margin-bottom: 0;}

.image-with-content .abt-content { max-width: 470px;}

.image-with-content .abt-img { max-width: 1014px;}

.image-with-content .flex-row-reverse .abt-img { margin-left: auto;}



.our-logo-section .top-row{ max-width: 880px; margin-bottom: 30px;}

.logo-item-card { background: var(--green); padding: 30px; border-radius: 30px;}

.logo-item-card *{ color: var(--bs-white); margin-bottom: 0;}

.logo-item-card .title-wrap{ width: 15%;}

.logo-item-card .dec-wrap { width: 70%; padding: 0 40px;}

.logo-item-card .logo-wrap{ width: 15%; height: 85px; text-align: center;}

.logo-item-card .logo-wrap img{ height: 100%;}

.logo-item-card:not(:last-child){ margin-bottom: 30px;}

@media only screen and (max-width: 1199px){

	.inner-banner { padding-bottom: 40%; }

}

@media only screen and (max-width: 1199px){

	.logo-item-card:not(:last-child) { margin-bottom: 20px; }

	.logo-item-card{ padding: 15px;}

	.logo-item-card .dec-wrap{ padding: 0 20px;}

	.logo-item-card .logo-wrap{ height: 70px;}

}

@media only screen and (max-width: 991px){

	.inner-banner { padding-bottom: 45%; }

	.our-logo-section .image-wraper{ margin-bottom: 30px;}

}

@media only screen and (max-width: 767px){

	.inner-banner{ padding-bottom: 60px;}

	.about-sec .abt-img{ margin-bottom: 30px;}

	.logo-item-card{ flex-wrap: wrap; padding: 20px 15px; text-align: center;}

	.logo-item-card:not(:last-child) { margin-bottom: 25px; }

	.logo-item-card .logo-wrap{ width: 100%; order: 1; margin-bottom: 20px;}

	.logo-item-card .title-wrap{ width: 100%; margin-bottom: 20px; order: 2;}

	.logo-item-card .dec-wrap{ width: 100%; padding: 0; order: 3;}

}

@media only screen and (max-width: 575px){

	.logo-item-card .logo-wrap { height: 60px; }

}

/* =========== Who We Are  end=========== */



/* =========== Our Bar Package  start=========== */

.inner-about-sec .about-image-desc{ background-color: var(--yellow);}

.package-left-img{ position: relative; height: 100%;}

.package-left-img img{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;}

.package-sec .package-right-desc{ padding-left: 15px;}

.package-right-desc h5{ font-size: 24px; font-weight: 700; margin-bottom: 15px;}

.package-right-desc ul{ padding-left: 20px; padding-bottom: 10px;}

.package-right-desc ul li{ font-weight: 700; position: relative; padding-left: 30px; margin-bottom: 10px;}

.package-right-desc ul li::after { content: ''; position: absolute; left: 0; top: 3px; z-index: 1; width: 20px; height: 20px; background-image: url(../images/file-check-icon.svg); background-repeat: no-repeat;}

.note-text{ background-color: var(--green); border-radius: 30px; border: 3px solid var(--yellow); max-width: 1300px; padding: 30px; margin: 0 auto;}

.note-text h6 span{ text-decoration: underline;}

.note-text h5{ font-size: 24px; line-height: 1.2; font-weight: 700; color: var(--light-gold); text-transform: uppercase;}

.package-btm-info .package-left-img{ height: auto; padding-bottom: 68.5%;}

.package-btm-info ol li{ font-weight: 700; margin-bottom: 40px;}

.cocktails-item-wrap .cocktails-item{ text-align: center; margin-bottom: 30px;}
.cocktails-item-wrap .cocktails-item ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; list-style: none; padding: 0; margin: 0; gap: 10px; }
.cocktails-item-wrap .cocktails-item li { padding: 10px 15px; border: 1px solid var(--light-green); border-radius: 50px; color: var(--light-green); text-align: center; line-height: 1; cursor: default;}

@media only screen and (max-width: 1599px){

	.package-right-desc h5{ font-size: 22px;}

}

@media only screen and (max-width: 1199px){

	.package-sec .package-right-desc { padding-left: 0; }

	.package-right-desc h5{ font-size: 20px;}

}

@media only screen and (max-width: 991px){

	.note-text{ padding: 20px 15px;}

	.package-btm-info .package-left-img{ margin-bottom: 30px;}

	.package-btm-info ol li{ margin-bottom: 25px;}

	.package-sec { text-align: left;}

	.note-text h6{ font-size: 14px;}

}



/* =========== Our Bar Package End=========== */



/* =========== Contact-page start=========== */

.contact-form-info{ max-width: 1330px; background-color: var(--yellow); border: 5px solid var(--green); border-radius: 30px; margin: 0 auto; padding: 50px;}

.contact-form-info h3 { font-size: 48px; font-weight: 300; text-decoration: underline; text-decoration-thickness: 2px;}

.form-group{ margin-bottom: 30px;}

.form-group .form-control{ font-size: 16px; line-height: 1.2; font-weight: 400; color: var(--bs-black); height: 60px; background-color: var(--light-gold); border-radius: 30px !important; box-shadow: none; caret-color:var(--bs-black) !important; padding-right: 30px; padding-left: 30px;}

.form-group .form-control:-ms-input-placeholder, .form-group .form-control::-moz-placeholder, .form-group .form-control::-webkit-input-placeholder{ color: var(--body-color); color: var(--bs-black) !important;}

.form-group label{ font-family: var(--body-font); font-weight: 500; color: var(--bs-white); font-size: 20px; margin-bottom: 10px;}

.form-group textarea{ height: 130px !important; padding-top: 20px !important; resize: none;}

.contact-us-btn{ position: relative;}

.wpcf7-not-valid-tip{ display: none;}

.wpcf7-not-valid{ border: 1px solid #dc3232;}

.wpcf7-spinner { position: absolute; right: 0; bottom: -23px; left: 0; width: 20px; height: 20px; margin: 0 auto; }

.wpcf7-response-output { text-align: center; line-height: 1.2; color: var(--bs-white); margin: 15px 0 0 !important; padding: 5px !important; }

@media only screen and (max-width: 1699px){

	.contact-form-info h3{ font-size: 40px;}

	.form-group label{ font-size: 18px;}

}

@media only screen and (max-width: 1399px){

	.contact-form-info h3{ font-size: 30px;}

}

@media only screen and (max-width: 1199px){

	.contact-form-info{ padding: 30px 20px;}

	.contact-form-info h3{ font-size: 26px;}

}

@media only screen and (max-width: 991px){

	.form-group label{ font-size: 16px;}

}

@media only screen and (max-width: 767px){

	.contact-form-info { border-width: 3px; border-radius: 20px; padding: 25px 10px; text-align: left;}

	.contact-form-info h3{ font-size: 24px;}

	.form-group { margin-bottom: 20px; }

	.form-group .form-control{ height: 50px; padding-right: 20px; padding-left: 20px;}

	.form-group textarea.form-control{ height: 100px; border-radius: 20px !important;}

	.form-group label { font-size: 14px; line-height: 1.3; }

	.wpcf7-response-output{ font-size: 13px;}

}



.no-banner{ padding-top: 250px;}

.no-banner .header-wrapper .header-wrap { background: #BB8628; }

.default-wrapper{ min-height: calc(100vh - 350px);}

.default-wrapper h1{ font-size: 50px;}

@media only screen and (max-width: 1699px){

	.default-wrapper h1{ font-size: 42px;}

}

@media only screen and (max-width: 1399px){

	.no-banner { padding-top: 220px; }

	.default-wrapper h1{ font-size: 38px;}

}

@media only screen and (max-width: 1199px){

	.no-banner { padding-top: 200px; }

	.default-wrapper h1{ font-size: 34px;}

}

@media only screen and (max-width: 767px){

	.default-wrapper h1{ font-size: 30px;}

}

@media only screen and (max-width: 575px){

	.no-banner { padding-top: 170px; }

	.default-wrapper h1{ font-size: 28px;}

}









