:root, :host {
    --fa-style-family-classic: 'Font Awesome 6 Pro';
    --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Pro';
    --fa-style-family-brands: 'Font Awesome 6 Brands';
    --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }
  
  @font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }
  
  @font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }
  
    .fa {
      font-family: var(--fa-style-family,"Font Awesome 6 Pro");
      font-weight: var(--fa-style,900)
  }
  
  .fa, .fa-brands, .fa-classic,.fa-regular, .fab, .far {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: var(--fa-display,inline-block);
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-rendering: auto
  }
  
  .far, .fa-classic, .fa-regular {
    font-weight: 400;
    font-family: 'Font Awesome 6 Pro';}
  
  .fab, .fa-brands {
    font-weight: 400;
    font-family: 'Font Awesome 6 Brands'; }
  
  
  
  .fa-360-degrees::before {
    content: "\e2dc"; 
  }
  .fa-cutlery::before {
    content: "\f0f5"; 
  }
  .fa-star::before {
    content: "\f005";
  }
  .fa-envelope::before {
    content: "\f0e0";
  }
  .fa-bed::before {
    content: "\f236";
  }
  .fa-tent::before {
    content: "\e57d";
  }
  .fa-user-tie::before {
    content: "\f508";
  }
  .fa-bag-shopping::before {
    content: "\f290";
  }
  .fa-spa::before {
    content: "\f5bb";
  }
  .fa-tennis-ball::before {
    content: "\f45e";
  }
  .fa-dumbbell::before {
    content: "\f44b";
  }
  .fa-money-bill-simple-wave::before {
    content: "\e1f2";
  }
  .fa-martini-glass-citrus::before {
    content: "\f561";
  } 
  .fa-person-swimming::before {
    content: "\f5c4";
  }
  .fa-person-praying::before {
    content: "\f683";
  } 
  .fa-mosque::before {
    content: "\f678";
  }
  .fa-pills::before {
    content: "\f484";
  }
  .fa-hat-chef::before {
    content: "\f86b";
  } 
  .fa-chair-office::before {
    content: "\f6c1";
  } 
  .fa-calendar-users::before {
    content: "\e5e2";
  }  
  .fa-magnifying-glass::before {
    content: "\f002"; 
  }  
  
  .fa-presentation-screen::before {
    content: "\f685"; 
  }  
  .fa-whatsapp::before {
    content: "\f232";
  }
  .fa-instagram::before {
    content: "\f16d";
  }
  .fa-facebook::before {
    content: "\f09a";
  }
  .fa-twitter::before {
    content: "\f099";
  }
  .fa-youtube::before {
    content: "\f167";
  }
  
  .fa-person-running::before {
    content: "\f70c";
  }
  .fa-chevron-left::before {
    content: "\f053";
  }
  .fa-chevron-right::before {
    content: "\f054";
  }
 
  
*, :before, :after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    color: #333;
    margin: 0;
    padding: 12px 12px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
h1, h2, h3, h4, h5, h6, ul, li, p {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: inherit;
}

h1 {
    font-size: 1.5em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

img, video {
    max-width: 100%;
    height: auto;
}
img, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}
div {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

p {
    margin: 0px;
    padding: 0px
}

a {
    color: #bb8459;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.d-block {
    display: block !important
}
.text-bold
{
    font-weight: 600;
}

/*PRELOADING------------ */
#overlayer {
  width:100%;
  height:100%;  
  position:absolute;
  z-index:9999;
  border-radius: 12px;
  background:#fafafa url(../img/ooorganize.svg) center center /40px 40px fixed;
}
.loader {
  width: 350px;
  height: 450px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index:3;
}
.easymap-pin.ellington-marker {
    width: 40px;
    height: 40px;
    margin-left: -16px;
    margin-top: -16px;
    background: url(../img/marker.svg) no-repeat center center /contain;
}
/*owl carousal*/
.easymap-slide-wrap
{
  width: 260px;
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 10px;
}
.slide-image
{
  height: 120px;
  object-fit: cover;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    background: #fff !important;
    color: #333 !important;
    border-radius: 50%;
    font-size: 12px !important;
}
.owl-prev {
    left: 4px;
}
.owl-next {
    right: 4px;
}

/*animations starts herre*/
.easymap-pin
{
    z-index: 1;
}
.easymap-tooltip
{
    z-index: 2;
}
.jetsky1 {
  display: block;
  position: absolute;
  width: 5%;
  height: 4%;
  left: 76.2%;
  top: 88.35%;
  background: url(../img/anim/jetsky.gif) center center no-repeat transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-animation: Jetsky1a 10s infinite linear;
  -moz-animation: Jetsky1a 10s infinite linear;
  -o-animation: Jetsky1a 10s infinite linear;
  -ms-animation: Jetsky1a 10s infinite linear;
  animation: Jetsky1a 10s infinite linear
}

@keyframes Jetsky1a {
  0% {
    -webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
    transform: translate(0%) rotateY(0deg) rotateZ(0deg)
  }

  100% {
    -webkit-transform: translate(220%, 370%) rotateY(0deg) rotateZ(0deg);
    transform: translate(220%, 370%) rotateY(0deg) rotateZ(0deg)
  }

}


.bananaride {
    display: block;
    position: absolute;
    width: 6.5%;
    height: 8.2%;
    left: 80%;
    top: 83%;
    background: url(../img/anim/bananaride.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    animation-delay: 6s;
    /*transform: translate(0%,0%) rotateZ(-20deg);*/
    -webkit-animation: bananaride1a 12s infinite linear;
    -moz-animation: bananaride1a 12s infinite linear;
    -o-animation: bananaride1a 12s infinite linear;
    -ms-animation: bananaride1a 12s infinite linear;
    animation: bananaride1a 12s infinite linear;
}

 @keyframes bananaride1a{

  0%
    {
        
-webkit-transform: translate(0%) rotateY(0deg) rotateZ(-20deg);
                transform: translate(0%) rotateY(0deg) rotateZ(-20deg);
                }    

    100%
    {
        
-webkit-transform: translate(205%,105%) rotateY(10deg) rotateZ(-20deg);
                transform: translate(205%,105%) rotateY(10deg) rotateZ(-20deg);
                }       
} 

.talking-people {
  display: block;
  position: absolute;
  width: 1.2%;
  height: 5%;
  left: 71.75%;
  top: 66.55%;
  background: url(../img/anim/talking-people.gif) center center no-repeat transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.swimring-man1 {
    display: block;
    position: absolute;
    width: 1.2%;
    height: 2%;
    left: 60%;
    top: 65.55%;
    background: url(../img/anim/swimring-man1.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.swimring-lady1 {
    display: block;
    position: absolute;
    width: 1.2%;
    height: 2%;
    left: 63%;
    top: 66.55%;
    background: url(../img/anim/swimring-lady1.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.pool-ball {
    display: block;
    position: absolute;
    width: 3%;
    height: 6.6%;
    left: 58.7%;
    top: 59.55%;
    opacity: 0.8;
    background: url(../img/anim/swingball.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
