: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-magnifying-glass::before {
    content: "\f002"; 
  }
  
  .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-phone::before {
    content: "\f095";
  }
  
  .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;
    background: #ffffff;
}
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: 4%;
  height: 3%;
  left: 13%;
  top: 79.75%;
  background: url(../img/anim/jetsky.gif) center center no-repeat transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-animation: Jetsky1a 6s infinite linear;
  -moz-animation: Jetsky1a 6s infinite linear;
  -o-animation: Jetsky1a 6s infinite linear;
  -ms-animation: Jetsky1a 6s infinite linear;
  animation: Jetsky1a 6s infinite linear
}

@keyframes Jetsky1a {
  0% {
    -webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
    transform: translate(0%) rotateY(0deg) rotateZ(0deg)
  }

  100% {
    -webkit-transform: translate(270%, 420%) rotateY(0deg) rotateZ(0deg);
    transform: translate(270%, 420%) 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: 79.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%;
    height: 1.7%;
    left: 47%;
    top: 55.85%;
    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: 0.8%;
    height: 1%;
    left: 48.55%;
    top: 56.2%;
    background: url(../img/anim/swimring-lady1.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.swimring-man2 {
    display: block;
    position: absolute;
    width: 1.2%;
    height: 2%;
    left: 28%;
    top: 54.55%;
    background: url(../img/anim/swimring-man1.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.swimring-lady2 {
    display: block;
    position: absolute;
    width: 1.1%;
    height: 2%;
    left: 47.55%;
    top: 55.75%;
    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: 79.7%;
    top: 60.55%;
    opacity: 0.7;
    background: url(../img/anim/swingball.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.volleyball {
    display: block;
    position: absolute;
    width: 4.7%;
    height: 5%;
    left: 55.55%;
    top: 74.85%;
    background: url(../img/anim/volleyball.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.swimman1 {
    display: block;
    position: absolute;
    width: 1.5%;
    height: 2%;
    left: 28.3%;
    top: 54.55%;
    background: url(../img/anim/swimmingman2.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.kayak1 {
    display: block;
    position: absolute;
    width: 4.7%;
    height: 5%;
    left: 55.55%;
    top: 74.85%;
    background: url(../img/anim/boatman.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.kayak2 {
    display: block;
    position: absolute;
    width: 2.5%;
    height: 3.5%;
    left: 9.55%;
    top: 78.85%;
    background: url(../img/anim/kayaking.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    /*transform: translate(0%,0%);*/
    -webkit-animation: kayak2 40s infinite linear;
    -moz-animation: kayak2 40s infinite linear;
    -o-animation: kayak2 40s infinite linear;
    -ms-animation: kayak2 40s infinite linear;
    animation: kayak2 40s infinite linear

    }

@keyframes kayak2 {
  0% {
    -webkit-transform: translate(0%) rotateY(0deg) rotateZ(0deg);
    transform: translate(0%) rotateY(0deg) rotateZ(0deg)
  }

  100% {
    -webkit-transform: translate(-375%, 225%) rotateY(0deg) rotateZ(0deg);
    transform: translate(-375%, 225%) rotateY(0deg) rotateZ(0deg)
  }

}
.paddleman {
    display: block;
    position: absolute;
    width: 2.2%;
    height: 3.4%;
    left: 55.55%;
    top: 84.85%;
    background: url(../img/anim/paddleboarding1.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    /*transform: translate(0%,0%);*/
    -webkit-animation: kayak2 30s infinite linear;
    -moz-animation: kayak2 30s infinite linear;
    -o-animation: kayak2 30s infinite linear;
    -ms-animation: kayak2 30s infinite linear;
    animation: kayak2 30s infinite linear
}
.jogginggirl {  
    display: block;
    position: absolute;
    width: 1.2%;
    height: 3.2%;
    left: 14%;
    top: 71.7%;
    background: url(../img/anim/jogginggirl.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
    /*transform: translate(0%,0%) rotateX(0deg);*/
  -webkit-animation: jogging2 60s infinite linear;
  -moz-animation: jogging2 60s infinite linear;
  -o-animation: jogging2 60s infinite linear;
  -ms-animation: jogging2 60s infinite linear;
  animation: jogging2 60s infinite linear;
  
}

 @keyframes jogging2{

0%
  {
    left: 14%;
    top: 71.7%
  }

  100%
  {
    left: 39%;
    top: 74.7%;
  }
    
}

.buggy1 {  
    display: block;
    position: absolute;
    width: 2.2%;
    height: 2.2%;
    left: 60%;
    top: 40%;
    background: url(../img/anim/buggy1.svg) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 4;
    /*transform: translate(0%,0%) rotateX(0deg);*/
  -webkit-animation: buggy1 15s infinite linear;
  -moz-animation: buggy1 15s infinite linear;
  -o-animation: buggy1 15s infinite linear;
  -ms-animation: buggy1 15s infinite linear;
  animation: buggy1 15s infinite linear;
  
}

 @keyframes buggy1{

0%
  {
    left: 60%;
    top: 40%
  }

  100%
  {
    left: 50%;
    top: 40%
  }
    
}
