@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------------

Prototype Version:  2.4

*/

/* Table of Contents
-----------------------------------------------------------------------------

1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework

*/

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
    font-family: 'Kievit';
    src: url('../fonts/Kievit-Regular.eot');
    src: url('../fonts/Kievit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kievit-Regular.woff2') format('woff2'),
        url('../fonts/Kievit-Regular.woff') format('woff'),
        url('../fonts/Kievit-Regular.ttf') format('truetype'),
        url('../fonts/Kievit-Regular.svg#Kievit-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Kievit';
    src: url('../fonts/KievitOT-Medium.eot');
    src: url('../fonts/KievitOT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KievitOT-Medium.woff2') format('woff2'),
        url('../fonts/KievitOT-Medium.woff') format('woff'),
        url('../fonts/KievitOT-Medium.ttf') format('truetype'),
        url('../fonts/KievitOT-Medium.svg#KievitOT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Kievit';
    src: url('../fonts/Kievit-Bold.eot');
    src: url('../fonts/Kievit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kievit-Bold.woff2') format('woff2'),
        url('../fonts/Kievit-Bold.woff') format('woff'),
        url('../fonts/Kievit-Bold.ttf') format('truetype'),
        url('../fonts/Kievit-Bold.svg#Kievit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*
:root{
    --green:#90993d;
    --light-green:#f2f1de;
    --dark-blue: #185a7d;
    --white:#fff;
    --dark-green:#00956E;
    --gray:#E5E5E5;
    --dark-gray:#75787B; 
    --text-color:#75787b;
    --flamingo:#EA6953;
    --purple:#715192;
}
*/
:root{
/*    --light-green:#66B28D; Changed due to Client Request 11/22/2021 */
	--light-green:#76BEC1;
    --green:#66B28D;
     --text-color:#7c858c;
    --dark-blue:#5B6670;
    --purple:#6686BD;
    --white:#fff;
     --gray:#E5E5E5;
     --light-grey: #d5cfc0;
}

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}

blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0;  font-size: 16px; }
html, body{height: 100%; -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;}
body{position:relative;font-family: 'Kievit',sans-serif;font-size: 21px;line-height: 1.5; padding: 0;margin: 0; }
body{padding-top: 118px;}
figure{padding: 0;margin: 0;}
/* Class for clearing floats */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.cf:after,.cf:before{display: table;content: ''}
.cf:after{clear: both;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.loader { width: 100vw; height: 100vh; display: flex; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; text-align: center; align-items: center; justify-content: center; background: #6686BD;    }
.loader .loader_wrapper{ display: flex; align-items: center; }
.loader .loader_wrapper .left_side{ position: relative; }
.loader .loader_wrapper .right_side{ margin-left: 5px; }
.loader .loader_wrapper .center_icon{ position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); }
@keyframes fadeIn {
    from {
        opacity: 0;
      }
}
.loader .loader_wrapper  .round-icon{ animation: fadeIn 0.5s infinite alternate; }
.loader_wrapper{ transition: 0.3s; transition-timing-function: linear; }

/* 2. Define Base Typography
------------------------------------------------------------------------------*/

/* Create the Default Headers  */

/* Specific Header Settings */
h1 , .h1 {font-weight:600; font-size:45px; color: var(--dark-gray);  line-height: 1.5;}
h2{font-size: 36px;font-weight: normal;margin-bottom: 5px;}
h3{font-size: 24px;letter-spacing: 0.01em;color: var(--dark-blue);font-weight: normal;margin-bottom: 10px;}
h4 , .h4 {font-size:27px;  font-weight:500; color:var(--green);margin-bottom: 10px;    line-height: 1.5;}
h5 , .h5 {font-size: 23px; font-weight: 600; line-height: 1.5; margin-bottom: 6px;}
h6 , .h6 {font-size: 12px;}
h1 span, h2 span, h3 span, h4 span,h5 span,h6 span{color:var(--green)}
/* Create the Default Paragraphs */
p { color: var(--text-color); font-size: 18px; line-height: 1.5;margin-bottom: 42px;}
.text-upper{ text-transform: uppercase; }
.list-unstyled , .list-unstyled ul{list-style: none;}
ul.with_bullet, .with_bullet ul{ list-style: none; }
ul.with_bullet li:before , .with_bullet ul li:before{ content: ""; height: 5px; width: 5px; border-radius: 100%; background-color: var(--dark-blue); position: absolute; left: 0; top: 5px; }
.p-last p:last-child{margin-bottom: 0;}

/* Other Typo */
strong {font-weight: bold;}
hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}
ol {list-style: decimal;}
ul {list-style: disc;}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {border: 0; border-style: none;}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {color: var(--text-color); font-size: 16px; text-decoration:none;}
a:active {color: var(--purple);}
a:focus {outline: none;}
a.current{color:var(--purple);}


/* 5. Forms
------------------------------------------------------------------------------*/

input[type='submit']{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none; }
select{-webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none;}
input[type='text'],input[type='tel'],input[type='email'],input[type='password']{}
textarea{overflow:auto;}
::-webkit-input-placeholder{ color: #000;}
:-moz-placeholder{ color: #000;}
::-moz-placeholder{ color: #000;}
:-ms-input-placeholder{ color: #000;}
::-ms-input-placeholder{ color: #000;}
:placeholder-shown{ color: #000;}

.btn {background-color: var(--green); color: var(--white);transition: 0.4s ease; font-size: 20px; border-radius: 0; font-weight: 500; padding: 10px 20px; border:1px solid var(--green);}
.btn.read-more{background-color: var(--dark-green);}
.btn:hover{background-color: var(--white); color: var(--green);}

.btn.white-btn{background-color: transparent; border-color: var(--white); font-size: 15px;font-weight: 500;border-radius: 5px;}
.btn.white-btn:hover{ background-color: var(--white);}
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 1px solid transparent;}

/* 6. Tables
------------------------------------------------------------------------------*/

/* Table Fixes */
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}


/* 7. Framework
------------------------------------------------------------------------------*/

/* Common CSS */
/*common margin style*/
/* Utility Classes */

.container{ width:100%;max-width:1230px;padding-left:15px;padding-right:15px;margin:0 auto;}
.bg-green{background-color:  var(--light-green);}
.row{display: flex;flex-wrap: wrap;margin: 0 -15px 0;}
.d-block{display: block;}
.d-flex{display: flex;}
.align-center{align-items: center;}
.justify-between{justify-content: space-between;}
.justify-center{justify-content: center;}
.text-center{text-align: center;}
.pos_rel{ position:relative;}
.hidden{ display:none !important;}
.pos_abs{position: absolute;}
.p_last > p:last-child{margin-bottom: 0;}
/*transition effect*/
.tra{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}

.m0{margin:0 !important;}
.m-auto{margin: 0 auto;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mt20{margin-top:20px !important;}
.mb80{margin-bottom:80px !important;}
.mt25{ margin-top:25px !important;}
.mt50{ margin-top:50px !important;}

/*all padding zero*/
.p0{padding:0 !important;}
.pt20{padding-top:20px;}

/*common display style*/


/*border*/
.no_bdr{border:none !important;}

/*common fonts style*/
.f16{ font-size:16px !important;}
.f18{ font-size:18px !important;}
.fbold{font-weight:bold;}

@media (min-width:768px){
/* Scroll Animation Css Stat */
.animatable{visibility:hidden;-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-ms-animation-play-state:paused;-o-animation-play-state:paused;animation-play-state:paused;}
.animated{visibility:visible;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-play-state:running;-moz-animation-play-state:running;-ms-animation-play-state:running;-o-animation-play-state:running;animation-play-state:running;}
.animated.fade{-webkit-animation-name:fade;-moz-animation-name:fadeInDown;-o-animation-name:fade;animation-name:fade;}
.animated.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown;}
.animated.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp;}
.animated.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight;}
.animated.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft;}
.animated.zoomIn{-webkit-animation-name:zoomIn;-moz-animation-name:zoomIn;-o-animation-name:zoomIn;animation-name:zoomIn}
[data-delay="100"].animated{
    animation-delay: .1s;
}
[data-delay="200"].animated{
    animation-delay: .2s;
}
[data-delay="400"].animated{
    animation-delay: .4s;
}
[data-delay="600"].animated{
    animation-delay: .6s;
}
[data-delay="800"].animated{
    animation-delay: .8s;
}
[data-delay="1000"].animated{
    animation-delay: 1s;
}
[data-delay="1200"].animated{
    animation-delay: 1.2s;
}
[data-delay="1400"].animated{
    animation-delay: 1.4s;
}
[data-delay="1600"].animated{
    animation-delay: 1.6s;
}
[data-delay="1800"].animated{
    animation-delay: 1.8s;
}
[data-delay="2000"].animated{
    animation-delay: 2s;
}
/*** fadeInDown ***/
@-webkit-keyframes fade{0%{opacity:0;}
100%{opacity:1;}
}
@-moz-keyframes fade{0%{opacity:0;}
100%{opacity:1;}
}
@-o-keyframes fade{0%{opacity:0;}
100%{opacity:1;}
}
@keyframes fade{0%{ opacity:0;}
100%{opacity:1;}
}
/*** fadeInDown ***/
/*** fadeInDown ***/
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-50px);}
100%{opacity:1;-webkit-transform:translateY(0);}
}
@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-50px);}
100%{opacity:1;-moz-transform:translateY(0);}
}
@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-50px);}
100%{opacity:1;-o-transform:translateY(0);}
}
@keyframes fadeInDown{0%{ opacity:0; transform:translateY(-50px);}
100%{opacity:1;transform:translateY(0);}
}
/*** fadeInDown ***/

/*** fadeInUp ***/
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(50px);}
100%{opacity:1;-webkit-transform:translateY(0);}
}
@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(50px);}
100%{opacity:1;-moz-transform:translateY(0);}
}
@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(50px);}
100%{opacity:1;-o-transform:translateY(0);}
}
@keyframes fadeInUp{0%{ opacity:0; transform:translateY(50px);}
100%{opacity:1;transform:translateY(0);}
}
/*** fadeInUp ***/

/*** fadeInLeft ***/
@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-100px);}
60%{-webkit-transform:translateX(20px);}
80%{-webkit-transform:translateX(-5px);}
100%{opacity:1;-webkit-transform:translateX(0);}
}
@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-100px);}
60%{-moz-transform:translateX(20px);}
80%{-moz-transform:translateX(-5px);}
100%{opacity:1;-moz-transform:translateX(0);}
}
@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-100px);}
60%{opacity:1;-o-transform:translateX(20px);}
80%{-o-transform:translateX(-5px);}
100%{opacity:1;-o-transform:translateX(0);}
}
@keyframes fadeInLeft{0%{ opacity:0; transform:translateX(-100px); }
100%{opacity:1;transform:translateX(0);}
}
/*** fadeInLeft ***/

/*** fadeInRight ***/
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(100px);}
100%{opacity:1;-webkit-transform:translateX(0);}
}
@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(100px);}
100%{opacity:1;-moz-transform:translateX(0);}
}
@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(100px);}
100%{opacity:1;-o-transform:translateX(0);}
}
@keyframes fadeInRight{0%{ opacity:0; transform:translateX(100px);}
100%{opacity:1;transform:translateX(0);}
}
/*** fadeInRight ***/

/*** ZoomIn ***/
@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.8);}
100%{opacity:1;-webkit-transform:scale(1);}
}
@-moz-keyframes zoomIn{0%{opacity:0;-moz-transform:scale(.8);}
100%{opacity:1;-moz-transform:scale(1);}
}
@-o-keyframes zoomIn{0%{opacity:0;-o-transform:scale(.8);}
100%{opacity:1;-o-transform:scale(1);}
}
@keyframes zoomIn{0%{ opacity:0; transform:scale(.8);}
100%{opacity:1;transform:scale(1);}
}
/*** ZoomIn ***/
/* Scroll Animation Css End */
}
/* Page Layout */
#full_wrapper{min-height:calc(100% - 225px); height: auto !important; margin: 0 auto; /* the bottom margin is the negative value of the footer's height */}
.main{padding-top: 15px;}

/* Header*/
header{padding: 0 0 0 15px;background-color: var(--light-green);   position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 99; transition: 0.5s ease all; }
header .header-wrapper{ position:relative;display: flex; align-items: center;  justify-content: space-between;}
header nav > ul{list-style: none; display: flex;}
header .logo{    border-right: 15px solid var(--white);padding: 13px 56px 13px 0; position: relative;} 
header .logo a{position: relative; max-width:221px;display: inline-block;}
header .logo a img{max-width:100%;}
header .logo::before{    content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: -50vw; background: var(--dark-blue);}
header nav >  ul > li{margin: 0 16px;}
header nav > ul > li > a{  font-weight: bold;position: relative; text-transform: uppercase;color: var(--white);padding-bottom: 7px;  }
header nav > ul > li > a:before { content: ""; position: absolute; height: 4px; width: 0; left: 50%; bottom: 0; transform: translateX(-50%); background-color: var(--white);; transition: 0.4s ease; }
header nav > ul > li > a:hover:before , header nav > ul > li.current_page > a:before{ width: 100%; }
header nav > ul > li.dropdown > a{  padding-right: 15px;}
.hamburger{display: none;}

/* Push */


/*hero banner css*/
.arrow-main{position:absolute;z-index:1;display:flex;flex-direction:row-reverse;right:0;bottom:0px;}
header nav ul li ul.dropdown-menu{   padding: 1.125em; list-style: none; position: absolute; min-width: 180px; display: none; background-color: var(--white);}
header nav ul li ul.dropdown-menu li:not(:first-child){margin: 1em 0.1em 0 0;}
header nav ul li ul.dropdown-menu li a{    display: block; font-weight: bold; text-transform: uppercase; padding: 0px; color: #66B28D;}
header nav ul li ul.dropdown-menu li a:hover { color: #E4695B; }
header nav ul li ul li.dropdown{position:relative;}
header nav li.dropdown > a:after{content:"";position:absolute;right:0;top: calc(50% - 4px);width:12px;height:8px;transform:translateY(-50%);background-image:url(../images/site/arrow-bottom.png);}

.hero-banner{overflow: hidden;}
.hero-banner .hero-slider{position:relative;}
.hero-banner .swiper-slide{ overflow: hidden;}
.hero-banner .swiper-slide img{width: 100%; height:100%; object-fit:cover;}
.hero-banner .container{position: relative;}
.swiper-button-next, .swiper-button-prev{ border: 1px solid var(--green);background-color: var(--green);  position: static; color: var(--white); height: 56px; width: 56px; border-radius: 0px;}
.swiper-button-prev{border-radius: 0px; background-color:var(--white);}
.swiper-button-next:after,.swiper-button-prev:after{font-size:19.2px;line-height:normal;font-weight:600;color:var(--white);}
.swiper-button-prev:after{color:var(--green);}

.swiper-slide{line-height: 0;}
/*Comman Banner*/
.comman-banner{background-color: #7C849F;margin: 15px 0;padding: 35px 0;}
.comman-banner h1{font-family: 'Playfair Display', serif;font-weight: 400;text-align: right;border-right: 1px solid var(--white);padding-right: 70px;color: var(--white);    line-height: 1.2;padding-top: 28px; padding-bottom: 28px;}
.comman-banner h1 span{color:var(--white);display: inline-block;}
.comman-banner .comman-banner__event{margin-left: 52px;margin-top: 2px;}
.comman-banner__event_date{margin-right:50px;}
.comman-banner__event_date:last-child{margin-right:0;}
.comman-banner__event_date span{color: var(--white);text-transform: uppercase;font-weight: bold;font-size: 15px;margin-bottom: 8px;}
.comman-banner__event_date h2{color: var(--white);font-size: 19px;font-weight: bold; text-transform: uppercase;margin-bottom: 0;}

.partner_image{background-image: url("../images/site/partners_bg.png");width: 34%;}
.partner_text{background-color: var(--dark-blue);width: 66%;padding: 38px 59px;}
.p_last > p:last-child{margin-bottom: 0 !important;}
.partner_text p{    font-size: 15px; line-height: 1.7; color: var(--white);}
.partner_text p strong{font-size: 42px;margin-right: 5px; line-height: 1}
.partner_text p a{text-decoration: underline; color: var(--white);}
.partner_text p a:hover{color: var(--green);}


/*----------------------*/
.pie{width:200px;height:200px;transform:rotate(-90deg);}
.pie .bar{stroke-dashoffset:0;stroke-width:1em;transition:stroke-dashoffset 0.5s linear;}
.pie .bg{stroke-width:5px;stroke:#efeeeb;}
.days .bar{stroke:var(--green);}
.hours .bar{stroke:var(--green);}
.minutes .bar{stroke:var(--green);}
.seconds .bar{stroke:var(--green);}
.countdownblock{float:none;margin:20px;}
.countdownblock p{width:100%;margin:7px 0;text-align:center;font-size:2em;}
.totalbar{width:95%;margin:25px auto;height:20px;background-color:#333;padding:2px;border-radius:7px;}
.totalbar .fill{height:100%;width:0%;background-color:#ddd;border-radius:4px;transition:width 2s ease-in-out;}
.countdown{width:100%;margin:50px auto;display: none;}
.countdown h1, .countdown .totalbar{display: none;}





.elite_location{padding-top: 20px;}
.elite_location .row{margin: 0 -10px;}
.elite_location .elite_location_block{width: calc(50% - 20px);margin: 0 10px 20px;min-height: 265px;background-size: cover; background-position: center;  background-repeat: no-repeat;  } 
.elite_location .elite_location_block{display: flex;align-items: flex-end;position: relative;overflow: hidden;}
.elite_location .elite_location_block span,.activities_location .activities_location_block span{color: var(--white);text-transform: uppercase;font-weight: 400;padding:20px;z-index: 99;font-size: 21px; letter-spacing: 1px}
/* .elite_location .elite_location_block:hover{  transition: all 15s linear;background-size: 120%;} */
.elite_location .elite_location_block:after {content: "";position: absolute;box-shadow: -7px 20px 90px 70px #000;bottom: 0px;left: -20px;right: 0;margin: 0 auto;}
.map{min-height: 500px;background-size:cover;width:100%;border:15px solid var(--light-green);}


/* Footer */
footer{margin-top: 18px;background-color: var(--dark-blue);padding: 30px 0 26px;}
footer .footer_logo{width: 22%;background-color: #4d86a0;justify-content: center;align-items: center;display: flex;height: 129px;border: 10px solid var(--white);}
footer .footer_content{width: 80%;margin-left: 100px;}
footer .footer_content ul{list-style: none;}
footer .footer_content ul li a{color: var(--light-grey);font-size:18px;font-weight:bold;text-transform:uppercase;margin-right:25px; transition: 0.4s ease all; }
footer .footer_content ul li a:hover{color: var(--white)}
footer .footer_content ul li:last-child a{margin-right:0;}
footer .footer_content p{font-size: 15px;color: var(--white);margin: 20px 0;max-width: 70%;}
footer .copyright{font-size: 12px;color: #fff;}
footer .copyright a{font-size: 12px;color: #4e86a0; text-decoration:underline;}


/* Travel */
.main_con.travel h5, .main_con.information h5 { text-align: center; color: var(--green); font-weight: normal; text-transform: uppercase; padding: 15px 0px; margin-bottom: 0px; }
.main_con.travel .flight, .main_con.bahamas .flight { display: flex;flex-wrap: wrap; }
.main_con.travel .baggage_head, .main_con.bahamas .baggage_head { width: calc(50% - 7.5px); margin-right: 15px;  background: var(--gray);margin-bottom: 23px;}
.main_con.travel .baggage_head:nth-child(even), .main_con.bahamas .baggage_head:nth-child(even) { margin-right: 0; }
 .baggage_head .baggage_heading h5 { color: var(--white); display: inline-block; margin-bottom: 0px; margin-left: 10px; padding: unset; font-weight: normal; }
.main_con.travel .baggage_heading, .main_con.bahamas .baggage_heading{ display: flex; align-items: center; padding: 26px; background: var(--green); height: 88px; }
.main_con.travel .baggage_con, .main_con.bahamas .baggage_con{ padding: 35px; }
.main_con.travel .baggage_con p, .main_con.bahamas .baggage_con p{ font-size: 14px; color: var(--text-color); margin-bottom: 0px; line-height: 24px; max-width: 510px; }
.baggage_con ul {list-style: none;}
.baggage_con ul li { color: var(--text-color); position: relative; margin-bottom: 10px; font-size: 14px; line-height: 22px; }
.baggage_con ul li::before{ content: ''; position: absolute; height: 6px; width: 6px; background: var(--green); border-radius: 25px; left: -13px; top: 7px; }
.information_detail { display: flex; flex-wrap: wrap;}
.information_detail > .flight{width: calc(33.3% - 9.9px);margin-right: 15px;margin-bottom: 23px;background: var(--gray);}
.information_detail > .flight:nth-child(3n){margin-right: 0;}
.information_detail .flight h5 { background: var(--green); color: var(--white); text-transform: capitalize; font-size: 22px; margin-bottom: 0px; padding: 26px 35px; text-align: left; display: flex; align-items: center; height: 88px; line-height: 24px }
.flight_con p { font-size: 14px; padding: 35px; margin-bottom: 0px; color: var(--text-color);    letter-spacing: 0.01em;    line-height: 1.7; }
.information_detail .flight:last-child h5{margin-right: unset;}
.main_con.travel .baggage_con p span { color: var(--dark-green); margin-top: 20px; display: block; }
.main_con.travel.information .baggage_con p, .main_con.travel.information .baggage_con ul li{ margin-bottom: 20px; }
.flight:last-child .flight_con{margin-right: unset;}
.informaton_con{background: var(--gray); padding-bottom: 23px;}
.footer_information .informaton_con p { font-size: 16px; color: #EA6953; max-width: 1100px; line-height: 25px; padding: 35px; margin-bottom: 0px; }

/*  Accomodation  start*/
.hyat_address_sec{padding: 35px;background-color: var(--purple);width: 100%;}
.hyat_address_sec .hyatt_adress{width: 100%;display: flex;justify-content: space-around;align-items: center;position: relative;}
.hyat_address_sec .hyatt_adress::after{ content: ''; position: absolute; height: 100%; width: 1px; background: #cdc2d9; top: 0; left: 55%; transform: translate(-55%,0); -webkit-transform: translate(-55%,0); -moz-transform: translate(-55%,0); -ms-transform: translate(-55%,0); -o-transform: translate(-55%,0); }
.hyatt_adress p{    font-family: 'Playfair Display', serif; font-size: 36px;line-height: 1.54;font-weight: 400;text-align: right;color: var(--white); margin-bottom: 11px;}
.hyatt_adress .address_box{display: flex; align-items: center;}
.address_box li{list-style: none;font-size: 24px;height: 37.03px; color: var(--white); display: flex;align-items: center;margin-bottom: 5px;}
.address_box li:last-child{margin-bottom: 0;}
.address_box li img{max-width: 30px;margin-right: 13px;}
.address_box li a{font-size: 24px;color: var(--white);line-height: 37.03px;    letter-spacing: 0.01em;}
.address_box li a.site_link{font-weight: 700;text-decoration: underline;    letter-spacing: 0.01em;}

.accomodation_sec{ width: 100%; padding-top: 37px;}
.accomodation_sec .accomodation{display: flex;justify-content: space-between;}
.accomodation .accomodation_box{ max-width: 590px; width: 100%; height: 512px;}
.accomodation_box .accordian_img{width: 100%;display: flex;}
.accordian_img img{width: 100%;margin: 0 auto;}
.accordian_box_info p{font-size: 16px;color: var(--white);line-height: 24px;margin-bottom: 0;}
.accomodation_box .accordian_box_info{background: #6f97aa;padding: 35px; min-height: 245px;}
.accordian_box_info p span{font-size: 24px; color: var(--white);line-height: 37.03px;}

.hotel_amenties_sec{width: 100%;}
.hotel_amenties_sec .section_heading{font-size: 48px;color: var(--dark-blue);line-height: 74.06px;font-weight: 400;text-transform: uppercase;text-align: center; padding: 16px 0;}
.hotel_amenties_sec .hotel_amenties{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.hotel_amenties .hotel_amenties_box{max-width: 224px;width: 100%;margin-bottom: 20px;}
.hotel_amenties_box .hotel_amenties_img{padding: 23px 77px 22px;background: #6F97AA; display: flex;}
.hotel_amenties_img img{max-width: 70px;height: 70px;margin: auto;}
.hotel_amenties_box .hotel_amenties_heading{ padding: 18px 0 17px; text-align: center; background: url('../images/site/hotel_box_Bg_img.png'); background-repeat: no-repeat; background-size: cover; }
.hotel_amenties_heading h3{ font-size: 24px;font-weight: 400;line-height: 37.03px;color: var(--white);}

/* ContactPage */
.contact_tip p{background-color: #4C86A0;padding: 35px;color: var(--white);font-size: 24px;margin:30px 0 20px;}
.contact_tip a{font-size: 24px;color:#76bec1;    font-weight: 500;word-break:break-word;}
/* Responsive Home */
@media screen and (max-width:1190px) {
    .arrow-main{right: 17px;}
    .swiper-button-next, .swiper-button-prev{height: 40px;width: 40px;}
    .swiper-button-next:after, .swiper-button-prev:after{font-size: 12px;}

    .comman-banner h1{padding-right: 30px;font-size: 36px;}
    .comman-banner__event_date span{font-size: 14px;}
    .comman-banner__event_date h2{font-size: 18px;}
    .partner_text p,.partner_text p a {font-size: 16px;margin-bottom: 20px;}
    footer .footer_content ul li a{font-size: 13px;    margin-right: 15px;}
}

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

    .comman-banner__event{flex-direction:column;}
    .comman-banner__event_date{margin:0 0 20px;}
    .comman-banner__event_date:last-child { margin-bottom:0;}
    .comman-banner__event_date h2{font-size: 21px;text-align: center;}
    .partner_text{padding: 15px 30px;}
    .partner_text p strong{font-size: 32px;}
    .elite_location{padding-top: 50px;}
    .map{min-height: 400px;}

    footer .footer_logo{width: 40%;}
    footer .footer_content{margin-left: 40px;}
    footer .footer_content ul{flex-wrap: wrap;}
    .footer_content {max-width: 100%;}
}

@media screen and (max-width:767px) {
    .partner,.comman-banner{flex-direction:column;}
    br{display: none;}
    .comman-banner{padding: 35px 15px;}
    .comman-banner h1{border: none;border-bottom: 1px solid var(--white); padding: 0 0 10px;margin-bottom:20px; text-align: center;}
    .comman-banner .comman-banner__event{margin-left:0;}

    .partner_image,.partner_text{width: 100%;}
    .partner_image img{height:210px;padding:20px;}

    .elite_location .elite_location_block{width: calc(100% - 20px);}
    footer{padding: 30px 0px 26px;}
    footer .container{flex-direction: column;}
    footer .footer_logo,footer .footer_content{width: 100%;}
    footer .footer_content{margin: 40px 0 0;}
    footer .footer_content p{max-width: 100%;}

}

/* travel responsive start */
@media only screen and (max-width: 992px){
    h5, .information_detail .flight h5{font-size: 20px;}
}
@media only screen and (max-width: 767px){
    .main_con.travel .flight, .main_con.bahamas .flight, .information_detail{ flex-wrap: wrap; }
    .main_con.travel .baggage_head, .main_con.bahamas .baggage_head, .flight{margin-bottom: 10px; margin-right: unset;}
    .main_con.travel .baggage_heading, .main_con.bahamas .baggage_heading, .information_detail .flight h5{justify-content: center;}
    .main_con.travel .baggage_con p, .main_con.bahamas .baggage_con p{max-width: unset; text-align: center;}
    .main_con.travel .baggage_head, .main_con.bahamas .baggage_head{width: 100%;}
    .information_detail .flight h5,.flight_con{margin-right: unset;}
    .main_con.travel.information .baggage_con, .main_con.bahamas .baggage_con{height: unset;}
    .information_detail > .flight{width: 100%;margin-right: 0;}
}
@media only screen and (max-width: 575px){
    .main_con.travel .baggage_heading, .main_con.bahamas .baggage_heading, .information_detail .flight h5{height: 65px;}
    h5, .information_detail .flight h5{font-size: 18px;}
    .main_con.travel .baggage_con, .main_con.bahamas .baggage_con, .flight_con p, .footer_information .informaton_con p{padding: 25px;}
}
/* travel responsive end */




/* Accomodation responsive */
  @media only screen and (max-width:1299px){
  .accomodation .accomodation_box { max-width: 480px;}
}
  @media only screen and (max-width:991px){
    .hyatt_adress p { font-size: 30px; line-height: 44.55px;}
    .address_box li,.address_box li a{font-size: 20px;}
    .address_box li img{max-width: 25px;height: 25px;}
    .accomodation_box .accordian_box_info{padding: 15px; min-height: 235px;}
    .accomodation .accomodation_box{height: auto;}
    .accomodation .accomodation_box { max-width: 360px;}
  }
  @media only screen and (max-width:767px){
    .accomodation_box .accordian_box_info { min-height: auto; }
    .accomodation_sec .accomodation{flex-direction: column;}
    .accomodation .accomodation_box{margin: 0 auto 20px;}
    .hotel_amenties_sec .section_heading { font-size: 40px; line-height: 50.06px; padding: 10px 0;}
    .hotel_amenties .hotel_amenties_box { margin: 0 auto 15px; }
   }
  @media only screen and (max-width:575px){
    .hyat_address_sec .hyatt_adress{flex-direction: column;text-align: center !important;}
    .hyat_address_sec .hyatt_adress::after{content: none;}
    .hyatt_adress p{text-align: center;font-size: 25px;line-height:38px}
    .hyat_address_sec{padding:15px;}
  }
  @media only screen and (max-width:399px){
  .hotel_amenties_sec .section_heading { font-size: 30px; line-height: 40.06px;}
  .hotel_amenties .hotel_amenties_box { max-width: 155px;}
  .hotel_amenties_box .hotel_amenties_img { padding: 15px 55px 15px;}
  .hotel_amenties_img img { max-width: 100%; height: 45px;}
  .hotel_amenties_box .hotel_amenties_heading{padding: 5px 0 0;}
  .hotel_amenties_heading h3{font-size: 15px;}
}

@media screen and (max-width:321px)  {
    .hotel_amenties .hotel_amenties_box { max-width:130px;}
    .hotel_amenties_box .hotel_amenties_img{padding:15px 40px 15px;}
    .hotel_amenties_heading h3{font-size: 15px;padding: 10px;line-height: 1;}

}
/*  Accomodation  end*/

/*destination page css*/
.inner-banner{ width: 100%; height: 670px; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.inner-slider .left_side{ width: 45%; }
.inner-slider .inner-slider{ overflow: hidden; }
.inner-slider .right_side{ width: 55%; background-color: var(--gray); padding: 30px 45px; margin-left: 10px; }
.inner-slider .right_side p{ font-size: 14px; margin-bottom: 25px; }
.inner-slider .right_side p strong{ font-size: 34px; text-transform: uppercase; font-weight: 500; line-height: 1; }
.inner-slider{ position: relative;}
.flamingo .swiper-button-next,.flamingo .swiper-button-prev{ width: 30px; height: 30px; border: 0; }
.flamingo .swiper-button-next,.flamingo .swiper-button-prev{ background-color: #e5e5e5;}
.flamingo .swiper-button-prev{ background-color: #E4695B;}
.flamingo  .swiper-button-prev:after{ color:var(--flamingo); }
.flamingo .swiper-button-next:after, .flamingo .swiper-button-prev:after{ font-size: 15.2px; font-weight: 500; }
.addition_info{ background-color: #E4695B; margin: 15px 0; font-size: 20px; padding: 24px 10px; text-align: center; color: var(--white); text-transform: uppercase; }
.flamingo .swiper-button-next:after{color: #e46a5c;}
.addition_info a{ font-size: 20px; color: var(--white); text-decoration: underline; font-weight: 500; }
.addition_info a:hover{ text-decoration: none; }
.swiper-slide img{ width: 100%; }
/****---****/

/*agendn page css*/
.agenda_main .agenda-single{ margin-bottom: 15px;}
.agenda_main .agenda_left{ background-color: #76BEC1 ; box-shadow:0px 4px 4px rgb(0 0 0 / 7%), 0px 4px 4px rgb(0 0 0 / 14%); color: var(--white); width: 410px; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 231px; }
.agenda_main .agenda_right{ width: calc(100% - 410px); background-color: #F8F8F8; padding: 35px 40px 35px 50px; }
.agenda_left span{ font-size: 14px; }
.agenda_right .with_bullet b{ display: block; margin-top: 15px; }
.agenda_right .with_bullet a{ text-decoration: underline; font-weight: bold; color: #185A7D; }
.agenda_right ul li{ font-size: 14px; line-height: 16px; letter-spacing: 0.02em; margin-bottom: 15px; padding-left: 17px; position: relative; color: var(--text-color); }
.agenda_right ul li:last-child{margin-bottom: 0;}
.agenda_right ul li strong{ color: var(--dark-blue); }
/****---****/

/*trip extension css*/
.trip_single{background-color: var(--gray);padding: 35px 60px 35px 35px; margin-bottom: 15px;}
.trip_single p{font-size: 14px;margin-bottom: 16px;}
.trip_single h3{border-bottom: 1px solid rgba(24, 90, 125, 0.27);padding-bottom: 10px;display: inline-block;}
.trip_single span{color: var(--dark-blue); }
.trip_single ul{padding-left: 17px;margin-bottom: 22px;}
.trip_single ul li{font-size: 14px;color: var(--dark-blue); }
/****---****/
section.activity_main h2 p {
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1440px) {
    .inner-banner{    height: 480px;}
}
@media only screen and (max-width: 1199px) {
    .agenda_main .agenda_left{    width: 350px;}
    .agenda_main .agenda_right{width: calc(100% - 350px);padding: 25px 30px 25px 40px;}
}
@media only screen and (max-width: 991px) {
    .inner-slider .left_side{width: 100%;}
    .inner-slider .right_side{width: 100%;margin: 10px 0 0;}
    .inner-slider .d-flex{flex-wrap: wrap;}
    .inner-banner{    height: 340px;}
    h2{    font-size: 30px;}
    h3{font-size: 20px;}
    .trip_single{padding: 25px 30px 25px 25px;    }
}
@media only screen and (max-width: 767px) {
    .addition_info , .addition_info a{font-size: 16px;}
    .inner-slider .right_side{padding: 30px;}
    .inner-slider .right_side p strong{    font-size: 26px;}
    .agenda_main .agenda-single{flex-wrap: wrap;flex-direction: column;}
    .agenda_main .agenda_left{width: 100%;}
    .agenda_main .agenda_right{width: 100%;padding: 25px 20px 25px 30px;}
    
}
@media only screen and (max-width: 575px){
    .inner-banner {
        height: 250px;
    }
}

.bar_block{margin-bottom: 20px;}
.bar_block:last-child{margin-bottom: 0px;}
.bar_block .bar_imgwrap{width: 40%;background-size: cover;min-height: 373px;}
.bar_block .bar_sample_1{background-image: url("../images/site/sample-image1.jpg");}
.bar_block .bar_sample_2{background-image: url("../images/site/sample-image2.jpg");}
.bar_block .bar_sample_3{background-image: url("../images/site/sample-image3.jpg");}
.bar_block .bar_sample_4{background-image: url("../images/site/sample-image4.jpg");}
.bar_block .bar_sample_5{background-image: url("../images/site/sample-image5.jpg");}
.bar_block .bar_sample_6{background-image: url("../images/site/sample-image6.jpg");}
.bar_block .bar_sample_7{background-image: url("../images/site/sample-image7.jpg");}
.bar_block .bar_sample_8{background-image: url("../images/site/sample-image8.jpg");}
.bar_block .bar_sample_9{background-image: url("../images/site/sample-image9.jpg");}

.bar_block .dessert_sample_1{background-image: url("../images/site/dessert_sample1.jpg");}
.bar_block .dessert_sample_2{background-image: url("../images/site/dessert_sample2.jpg");}
.bar_block .dessert_sample_3{background-image: url("../images/site/dessert_sample3.jpg");}
.bar_block .dessert_sample_4{background-image: url("../images/site/dessert_sample4.jpg");}
.bar_block .dessert_sample_5{background-image: url("../images/site/dessert_sample5.jpg");}
.bar_block .dessert_sample_6{background-image: url("../images/site/dessert_sample6.jpg");}
.bar_block .dessert_sample_7{background-image: url("../images/site/dessert_sample7.jpg");}
.bar_block .dessert_sample_8{background-image: url("../images/site/dessert_sample8.jpg");}

.desserts_main .bar_contentwrap h2{color: var(--purple);}
.desserts_main .bar_contentwrap ul li strong{color: var(--purple);font-weight: 500;}
.bar_contentwrap{width: 60%;padding: 48px 35px 35px;background-color:#d5cfc0;}
.bar_contentwrap h2{color: var(--white);font-weight: 500;letter-spacing: 0.01em;text-transform: uppercase;font-weight: 400;}
.bar_contentwrap p, .bar_contentwrap a{font-size: 14px;letter-spacing: 0.01em;}
.bar_contentwrap a{ color: #474847; text-decoration: underline;}
.bar_contentwrap ul li strong{color: #5B6670;font-weight: 500; text-decoration: underline;}
.bar_contentwrap ul li{color: #5B6670;font-weight: 400; list-style:none;}

@media screen and (max-width:991px) {
    .bar_block .bar_imgwrap{background-position: center;}.bar_contentwrap{padding: 20px;}
}
@media screen and (max-width:767px) {
    .bar_block{flex-wrap: wrap;}
    .bar_block .b        ar_imgwrap,.bar_block .bar_contentwrap{width: 100%;}
    .bar_block .bar_imgwrap{min-height: 220px;margin-right: 0 !important;}
    h2{font-size: 22px;}
    .bar_contentwrap p{margin-bottom: 20px;}
}

/* Bar Css */


/* activities css */
.activities_tip p{background-color: var(--green);font-size: 18px;line-height: 27px;padding: 28px 35px;margin: 20px 0;}
.activities_location{padding-top: 0;}
.activities_location .activities_location_block{width: calc(33.33% - 20px);margin: 0 10px 20px;min-height: 265px;transition: all 15s linear;position: relative;}
.activities_location .activities_location_block:before,.elite_location .elite_location_block:before {content: "";position: absolute;top: 0;left: 0;right: 0; background: rgba(0,149,110,0.6);background: linear-gradient(90deg, rgba(0,149,110,0.6) 0%, rgba(37,142,134,0.6) 34%, rgba(77,134,160,0.6) 70%, rgb(110 234 83 / 60%) 100%);height: 100%;width: 100%;opacity: 0;visibility: hidden;opacity: 0.2;transition: 0.35s ease all;}
.activities_location .activities_location_block:hover:before,.elite_location .elite_location_block:hover:before {opacity: 1;visibility: visible;}
@media screen and (max-width:767px) {
    .activities_location .activities_location_block{width: calc(100% - 20px);}
    .activities_tip p{padding: 20px;}
}
/* activities css */


/* Guideline css */
.guideline_single{background-color: var(--dark-blue);padding: 35px;}
.guideline_single h3,.guideline_single ul li,.guideline_single p{color: var(--white); }
.guideline_single ul li{letter-spacing: 0.01em;    line-height: 1.76;}
.guideline_single h3{border-color: var(--white);margin-bottom: 25px;width: 50%}
.guideline_single ul{padding-left: 25px;margin-bottom: 0;}
.guideline_single .with_bullet li{position: relative; }
.guideline_single .with_bullet li:before{background-color: var(--white);top: 8px;left: -20px;}
.guideline_single a{color:#fff;text-decoration: underline;}
.guide_main h2{ color: var(--dark-blue); text-align: center; font-size: 24px; margin: 28px 0px 20px 0px;}
.guide_note{ background-color:#185a7d; padding: 35px; }
.guide_note p{ font-size: 20px; color: #fff; margin-bottom: 10px; }
.guide_note  span{ font-size: 16px; color: #fff; display: block;margin-bottom: 5px; }
.guide_note  span:last-child{margin-bottom: 0;}
.guide_note  span a,.guide_note  a{color: #fff;text-decoration: underline;}
@media screen and (max-width:991px) {
    .guideline_single h3{width: 60%;}
}

@media screen and (max-width:767px) {
    .guideline_single h3{width: 100%;}
    .guideline_single{padding: 15px;}
    h3{font-size: 18px;}
    .guideline_single h3{margin-bottom: 15px;}
    .guide_main h2{    font-size: 20px;}
}
/* Guideline css */


/* Restaurent css start */
.restaurant_sec{width: 100%;}
.restaurant_sec .restaurant_box_sec{ width: 100%; display: flex; flex-wrap: wrap;}
.restaurant_sec .restaurant_box_sec .single_resturent{margin-bottom: 20px;margin-left: 20px; width: calc(50% - 10px);}
.restaurant_sec .restaurant_box_sec .single_resturent:nth-child(odd){margin-left: 0;}
.restaurant_box_sec .restaurant_box{width: 100%;height: 100%; background-color: var(--dark-blue);}
.restaurant_box .restaurant_box_img{width: 100%;height: 334px;overflow: hidden;}
.restaurant_box_img img{width: 100%;height: 100%;object-fit: cover;}
.restaurant_box:hover .restaurant_box_img img{    transition: all 10s linear;  transform:scale(1.2);}
.restaurant_box .restaurant_box_heading{ width: 100%; background: #acc12c !important; background-repeat: no-repeat; background-size: cover; background-position: center; }
.restaurant_box_heading h3{ font-size: 30px; color: #ffffff; font-weight: normal; line-height: 49.14px; padding: 19px 35px 18px; text-transform: uppercase; letter-spacing: 0.01em; margin: 0;}
.restaurant_box .restaurant_box_info{ padding: 35px 35px 27px; width: 100%; }
.restaurant_box_info p,.restaurant_box_info li{font-size: 14px;font-weight: normal;font-size: 14px;line-height: 22.93px;letter-spacing: 0.01rem;color: var(--white);}
.restaurant_box_info p{margin-bottom: 30px;}
.restaurant_box_info li{list-style: none;}
.restaurant_box_info li span{color: #acc12c; font-weight: 500;}
/* Restaurent css end */

/* 404 page css start */
.error_page {padding: 50px 0px;}
.error_page h1 {text-align: center; text-transform: capitalize; position: relative; color: var(--dark-blue)}
.error_page h1::after { content: ''; position: absolute; top: 75px; left: 0px; right: 0px; margin: auto; height: 2px; width: 25%; background: var(--dark-blue); }
.error_msg { padding: 50px 0px 30px; }
.error_msg h2 { text-transform: uppercase; font-weight: bold; color: var(--light-green); }
.error_msg p{margin-bottom:20px;}
.error_msg span { font-weight: bold; color: var(--light-green); text-decoration: underline; }
.error_msg ul { list-style: none; padding-top: 10px; }
.error_msg ul li { position: relative; margin-left: 17px; color: var(--text-color); }
.error_msg ul li::before { content: ''; position: absolute; top: 9px; height: 5px; width: 5px; background: var(--light-green); border-radius: 50%; left: -10px; }
.error { display: flex; align-items: center; }
.error_image img { width: 100%; object-fit: cover; margin-top: 80px; }
/* 404 page css end */

.page-template-activities-new .restaurant_box_info li{    font-family: sans-serif;}

/* Thank you page css start */
.error .thank_you{font-size: 80px;color: #185a7d;animation-name: fade-in-out; animation-duration: 7s; animation-iteration-count: 2;}
@keyframes fade-in-out{ 0% { letter-spacing: -0.5em; filter: blur(12px) opacity(0%); } 30% { letter-spacing: 0; filter: blur(0) opacity(1); } 70% { letter-spacing: 0; filter: blur(0) opacity(1); } 100% { letter-spacing: -0.5em; filter: blur(12px) opacity(0%); } }
@-o-keyframes fade-in-out{ 0% { letter-spacing: -0.5em; filter: blur(12px) opacity(0%); } 30% { letter-spacing: 0; filter: blur(0) opacity(1); } 70% { letter-spacing: 0; filter: blur(0) opacity(1); } 100% { letter-spacing: -0.5em; filter: blur(12px) opacity(0%); } }
@-moz-keyframes fade-in-out{ 0% { letter-spacing: -0.5em; filter: blur(12px) opacity(0%); } 30% { letter-spacing: 0; filter: blur(0) opacity(1); } 70% { letter-spacing: 0; filter: blur(0) opacity(1); } 100% { letter-spacing: -0.5em; filter: blur(12px) opacity(0%); } }
@-webkit-keyframes fade-in-out{ 0% { letter-spacing: -0.5em; filter: blur(12px) opacity(0%); } 30% { letter-spacing: 0; filter: blur(0) opacity(1); } 70% { letter-spacing: 0; filter: blur(0) opacity(1); } 100% { letter-spacing: -0.5em; filter: blur(12px) opacity(0%); } }

/* Thank you page css start */
.bar_block .bar_imgwrap.activity{
	background-position:center;
}
.restaurant_box_info ul.with_bullet{margin-bottom:5px;}
.restaurant_box_info ul.with_bullet li{position:relative;padding-left:30px;}
.restaurant_box_info ul.with_bullet li:before{
	background-color:#acc12c;
	left:10px;
	top:8px;
}
.restaurant_box_sec.activity .restaurant_box_info p {
    margin-bottom: 10px;
}
.restaurant_box_sec.activity .restaurant_box_heading h3 {
    font-size: 25px;
}
 /* responsive of restaurent, 404 and thank you page css start */
 @media screen and (max-width:1299px) {
    .restaurant_box_heading h3 { font-size: 25px; padding: 10px 35px; }
    .restaurant_box .restaurant_box_info { padding: 25px 25px 17px;}
    .restaurant_box_info p { margin-bottom: 10px;}
    }
    @media screen and (max-width:991px) {
        .restaurant_box_heading h3 { font-size: 18px; padding: 0 15px; line-height: 40.14px; }
        .restaurant_box .restaurant_box_info { padding: 15px 10px 10px; }
        .restaurant_box_info p {font-size: 14px;}
    }
    @media screen and (max-width:767px) {
        .restaurant_sec .restaurant_box_sec .single_resturent{width: 100%;margin-left: 0;}
        .error_page{padding:30px 0px;}
        .error{flex-wrap:wrap;}
        .error_image{margin:0 auto;}
        .error_image img{max-width:500px; margin-top:50px;}
    }
    @media screen and (max-width:575px){
        .error a::after { top: -2px; left: 15px;}
        .error .thank_you { font-size: 32px;}
        .error a { padding: 5px 10px 5px 40px; font-size: 15px;}
        .restaurant_box .restaurant_box_img{    height: 250px;}
        .error_page h1{font-size:30px;}
        .error_page h1::after{top:60px; width:60%;}
        .error_image img{max-width:300px;}
        .error_msg{padding:30px 0px;}
    }
  @media screen and (max-width:420px){
         .error_page h1{font-size:25px;}
         .error_page h1::after{top:50px;}
         .error_page{padding:20px 0px;}
         .error_msg{padding:30px 0px;}
         .error_image img{max-width:200px; margin-top:30px;}
     }
      @media screen and (max-width:375px){
          .error_page h1::after{top:43px; width:50%;}
      }
    @media screen and (max-width:399px) {
        .restaurant_box_sec .restaurant_box { max-width: 530px; margin: 0 auto 20px; }
        .restaurant_box_info p, .restaurant_box_info li { font-size: 13px; line-height: 16.93px}
        .erorr_page .error {top: 30%;}
        .error .desc { font-size: 19px;}
        .erorr_page .error {top: 30%;}
        .error .desc { font-size: 19px;}
    }

    
   /* responsive of restaurent, 404 and thank you page css end */

/* property dianing page css start*/
.dianing_detail { display: flex; margin-bottom: 20px; flex-wrap: wrap; justify-content: flex-end;}
.dianing_detail .dianing {background-color: var(--dark-blue); margin-bottom: 20px; margin-left: 20px; width: calc(50% - 10px);}
.dianing_detail .dianing:nth-child(odd) { margin-left: unset; }
.dianing_img img {display: block; width: 100%; }
.dianing_content{ padding: 35px;} 
.dianing_content h4 { font-size: 30px; text-transform: uppercase; font-weight: normal; color: var(--white); margin-bottom: 5px; }
.dianing_content p{ font-size: 14px; color: var(--white); margin-bottom: unset; font-weight: normal; max-width: 508px; }
/* property dianing page css end */

/* property dianing page responsive css start */
@media screen and (max-width:991px){
    .dianing_content{padding: 25px;}
    .dianing_content h4{font-size: 26px;}
}
@media screen and (max-width:767px){
    .dianing_detail{flex-wrap: wrap;}
    .dianing_detail .dianing{width: 100%; margin-bottom: 20px; margin-left: unset;}
    .dianing_content p{max-width: unset;}
    .dianing_content  br{display: block;}
}
@media screen and (max-width:420px){
    .dianing_content{padding: 20px;}
    .dianing_content h4{font-size: 22px;}
}
/* property dianing page responsive css end */

/* reverse counter */
.counter_wrap{padding: 100px 0;}
.counter_wrap #day{height: 100%; width: 110px; float: left;}  
.counter_wrap #hour{margin-left: 0;height: 100%;width: 100%;}
.counter_wrap #minutes{margin-top: 0;margin-left: 0;height: 100%;width: 110px;}
.counter_wrap #seconds{margin-top: 0;margin-left: 0;height: 100%;width: 110px;}   
.counter_wrap .base-timer__circle {fill: none; stroke: none;}  
.counter_wrap .base-timer__path-elapsed { stroke-width:1px !important; stroke: #eee !important; color: blue !important; background: blue !important;}
.counter_wrap .base-timer__label{position: absolute; width: 100%; height: auto;top: 19%;display: flex; align-items: center; justify-content: center;font-size: 40px;font-weight: 800;
color: #acc12c !important;top: 50%;transform: translateY(-90%);-webkit-transform: translateY(-90%);-o-transform: translateY(-90%);-moz-transform: translateY(-90%);font-family: 'Playfair Display', serif;}
.counter_wrap .base-timer__path-remaining {stroke-width: 5px;stroke-linecap: round;transform: rotate(270deg); transform-origin: center;transition: 1s linear all;stroke: currentColor; }
.counter_wrap .base-timer__path-remaining.green { color:#acc12c;}
.counter_wrap .base-timer p{text-align: center;margin: 0; position: absolute; left: 0; right: 0; color: #acc12c !important; font-weight: 600;
top:50%;}
.counter_wrap #timer{margin-left: 20px;width: 66%;position: relative;margin-left: auto;display: flex;justify-content: center;}
.counter_wrap #timer .base-timer{position: relative;}
.counter_wrap .base-timer__path-remaining{stroke-linecap: square;}
.counter_wrap #timer .base-timer{width: 200px;}
.counter_wrap .container{display: flex; justify-content: center;}
.counter_wrap .left_text h3{font-family: 'Playfair Display', serif;font-size: 38px;font-weight: 400;margin: auto;text-align: right;}
.counter_wrap .left_text{display: flex;justify-content: center;}

@media screen and (max-width:1199px){
    .counter_wrap .left_text h3{
        font-size: 32px;
    }
}
@media screen and (max-width:991px){
    .counter_wrap .container{
        flex-wrap: wrap;
    }
    .counter_wrap #timer{
        width: 100%;
    }
    .counter_wrap .left_text h3{
        text-align: center;
    }
}
@media screen and (max-width:767px){
    .counter_wrap #timer{
        flex-wrap: wrap;
    }
    .counter_wrap #timer .base-timer{
        width: 50%;
        height: auto;
    }
    .counter_wrap{
        padding: 50px 0px 0;
    }
}


em {
    font-family: sans-serif;
    
}
.hero-banner .swiper-slide{height:70vh;}
