: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-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: 100%;
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 0px;
}
.slide-image
{
  height: 160px;
  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;
}


.easymap-logo img
{
    height: 90px !important;
}
/*animations starts herre*/
.easymap-pin
{
    z-index: 1;
}
.easymap-tooltip
{
    z-index: 2;
}
.swimring-man1 {
    display: block;
    position: absolute;
    width: 1.2%;
    height: 2%;
    left: 63%;
    top: 69.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: 67%;
    top: 64.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: 64.7%;
    top: 64.55%;
    opacity: 0.8;
    background: url(../img/anim/swingball.gif) center center no-repeat transparent;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}


/*motion path animation*/
.carway
{
    position: absolute;
    left: 1839px;
    top: 645px;
    width: 199px;
    height: 199px;
    background: url(../img/anim/carway.png) no-repeat center center /contain;
}
#carmoving {
  offset-path: path("M-148,2155.5l1270.5-769.8c5.8-3.5,12-6.3,18.6-8.2c27-7.9,103.5-30.2,152.3-43.6c60.1-16.5,237.6-94.4,300.4-135.1c57.7-37.4,75.3-56.1,85.7-129.5c10.5-73.4-32.3-161.4-1.8-194.7c15.3-16.7,44.5-35.9,67.9-55.3c34.3-28.6,57.3-61.8,88.4-66.5c30.5-4.7,67.1,82.9,94.4,70.1c56.8-26.5,95-35.4,78.3-74.8c-16.7-39.4-53.9-84.4-95.3-80.5c-15.8,1.5-60.6,17.7-102.3,50.7c-17.4,13.8-59.9,46.5-79.8,56.3c-44.5,21.9-106.7,52.4-120.3,98.3c-14.3,48,42.8,103.8,22.4,207.1c-13.8,70.2-77.4,114.1-121.3,131.7s-93.2,32.3-133.4,12.9c-32.8-15.8-92.6-45-146.4-23.1c-39.4,16.1-76.4,78.1-103.5,116c-11,15.4-25.1,28.5-41.3,38.3L-110,2068.8");
/*  animation: move 10s infinite alternate ease-in-out;*/
animation: move 20s infinite linear;
  width: 48px;
  height: 26px;
  background: url(../img/anim/car-top.svg) no-repeat center center /contain;
  position: absolute;
  left: 0;
  top: 0;
}

@keyframes move {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}

#carmoving1 {
  offset-path: path("M-148,2155.5l1270.5-769.8c5.8-3.5,12-6.3,18.6-8.2c27-7.9,103.5-30.2,152.3-43.6c60.1-16.5,237.6-94.4,300.4-135.1c57.7-37.4,75.3-56.1,85.7-129.5c10.5-73.4-32.3-161.4-1.8-194.7c15.3-16.7,44.5-35.9,67.9-55.3c34.3-28.6,57.3-61.8,88.4-66.5c30.5-4.7,67.1,82.9,94.4,70.1c56.8-26.5,95-35.4,78.3-74.8c-16.7-39.4-53.9-84.4-95.3-80.5c-15.8,1.5-60.6,17.7-102.3,50.7c-17.4,13.8-59.9,46.5-79.8,56.3c-44.5,21.9-106.7,52.4-120.3,98.3c-14.3,48,42.8,103.8,22.4,207.1c-13.8,70.2-77.4,114.1-121.3,131.7s-93.2,32.3-133.4,12.9c-32.8-15.8-92.6-45-146.4-23.1c-39.4,16.1-76.4,78.1-103.5,116c-11,15.4-25.1,28.5-41.3,38.3L-110,2068.8");
/*  animation: move 10s infinite alternate ease-in-out;*/
animation: move1 25s infinite linear;
animation-delay: 2s;
  width: 48px;
  height: 26px;
  background: url(../img/anim/car-top1.svg) no-repeat center center /contain;
  position: absolute;
  left: 0;
  top: 0;
}

@keyframes move1 {
  0% {
    offset-distance: -20%;
  }
  100% {
    offset-distance: 100%;
  }
}

#carmoving2 {
  offset-path: path("M-148,2155.5l1270.5-769.8c5.8-3.5,12-6.3,18.6-8.2c27-7.9,103.5-30.2,152.3-43.6c60.1-16.5,237.6-94.4,300.4-135.1c57.7-37.4,75.3-56.1,85.7-129.5c10.5-73.4-32.3-161.4-1.8-194.7c15.3-16.7,44.5-35.9,67.9-55.3c34.3-28.6,57.3-61.8,88.4-66.5c30.5-4.7,67.1,82.9,94.4,70.1c56.8-26.5,95-35.4,78.3-74.8c-16.7-39.4-53.9-84.4-95.3-80.5c-15.8,1.5-60.6,17.7-102.3,50.7c-17.4,13.8-59.9,46.5-79.8,56.3c-44.5,21.9-106.7,52.4-120.3,98.3c-14.3,48,42.8,103.8,22.4,207.1c-13.8,70.2-77.4,114.1-121.3,131.7s-93.2,32.3-133.4,12.9c-32.8-15.8-92.6-45-146.4-23.1c-39.4,16.1-76.4,78.1-103.5,116c-11,15.4-25.1,28.5-41.3,38.3L-110,2068.8");
/*  animation: move 10s infinite alternate ease-in-out;*/
animation: move2 30s infinite linear;
animation-delay: 5s;
  width: 48px;
  height: 26px;
  background: url(../img/anim/car-top2.svg) no-repeat center center /contain;
  position: absolute;
  left: 0;
  top: 0;
}

@keyframes move2 {
  0% {
    offset-distance: -30%;
  }
  100% {
    offset-distance: 100%;
  }
}

.talking-people {
  display: block;
  position: absolute;
  width: 1%;
height: 3.3%;
left: 68.75%;
top: 26.55%;
  background: url(../img/anim/talking-people.gif) center center no-repeat transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.girljump {
  display: block;
  position: absolute;
    width: 18px;
    height: 26px;
    left: 70.85%;
    top: 32.20%; 
  background: url(../img/anim/girljump.gif) center center no-repeat transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
    z-index: 5
}
.buggy-small1
{
    offset-path: path("M2776.16,1675.91c0,0-69.68,61.1-197.93,108.84c-109.08,40.6-263.96,69.52-417.77,64.49");
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 56px;
    transform: rotate(200deg);
    background: url(../img/anim/buggy-small1.svg) no-repeat center center/contain;
    animation: buggy-small1 60s infinite linear;
}
@keyframes buggy-small1 {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
.buggy-small2
{
    position: absolute;
        left: 2032px;
    top: 1740px;
    width: 68px;
    height: 56px;
    background: url(../img/anim/buggy-small2.svg) no-repeat center center/contain;
}
.buggy-large
{
    offset-path: path("M3058.7,1102.96c0,0-40.84,33.73-64.38,57.98c-23.54,24.25-64.38,57.98-64.38,57.98");
    position: absolute;
    left: 0;
    top: 0;
    width: 94px;
    height: 88px;
    transform: rotate(200deg);
    background: url(../img/anim/buggy-large1.svg) no-repeat center center/contain;
    animation: buggy-large 60s infinite linear;
}
@keyframes buggy-large {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
.dog-girl
{
    position: absolute;
    left: 2727px;
    top: 535px;
    width: 40px;
    height: 35px;
    background: url(../img/anim/dog-girl.svg) no-repeat center center/contain;
}
.badminton
{
    position: absolute;
    left: 868px;
    top: 573px;
    width: 118px;
    height: 90px;
    background: url(../img/anim/badminton.svg) no-repeat center center/contain;
}
.arabiccouple
{
    offset-path: path("M2716.36,469.73c0,0,131.45,109.26,167.82,156.09c40.12,51.66,162.69,256.49,162.69,256.49");
    position: absolute;
    left: 3px;
    top: -25px;
    width: 50px;
    height: 70px;
    transform: rotate(-45deg);
    background: url(../img/anim/arabic-couple.gif) no-repeat center center/contain;
    animation: arabiccouple 130s infinite linear;
}
@keyframes arabiccouple {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}