@import url('https://fonts.googleapis.com/css2?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');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400&display=swap');
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,900");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  /*background: #03011a;*/
  background: #f5af3d;
  font: 100% poppins, Helvetica, sans-serif;
  overflow: hidden !important;
}


*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-family: poppins;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
  color: #fbb03c;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: Poppins, Poppins;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}



h1 {
  font-size: 2em;
}

.s3d__side {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.s3d_side_background {
  height: 100%;
  background: radial-gradient(at right center, rgba(109, 138, 183, 0.467), rgba(172, 184, 203, 0.2), transparent);
  background: -webkit-radial-gradientgradient(at center center, rgba(93, 130, 189, 0.467), rgba(893, 130, 189, 0.2), transparent);
}

.s3d_side_background-light {
  position: absolute;
  width: 50vw;
  height: 50vh;
  left: 40%;
  top: 20%;
  z-index: 1;
  background-color: red;

  /*  
    background: radial-gradient(closest-side at 67% 50%,  rgba(109, 139, 183, 0.9), rgba(172, 184, 203, 0.7), transparent);

    background: radial-gradient(closest-side at 67% 50%,  rgba(109, 139, 183, 0.5), rgba(172, 184, 203, 0.4), transparent);
    background: -webkit-radial-gradientgradient(closest-side at 67% 50%, rgba(109, 139, 183, 0.5), rgba(172, 184, 203, 0.4), transparent);
*/
}


.s3d_side_spotBg-R {
  /*======= R 1- BASIC CLASS WITH APPLIED PROPERTIES =====*/
  position: absolute;
  width: 60vw;
  height: 60vh;
  left: 26%;
  top: 20%;
  z-index: 1;
  background: radial-gradient(closest-side at 67% 50%, rgba(120, 132, 149, 0.6), rgba(123, 130, 141, 0.3), transparent);
}

.s3d_side_transitional-spotBg-R {
  /*======= R 2- TRANSITIONAL CLASS DURING ANIMATION =====*/
  transform: scaleY(0);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transform-origin: 60% 100%;
}

.s3d_side_final-spotBg-R {
  /*======= R 3- FINAL STATUS CLASS WHEN A SECTION IS IN VIEW =====*/
  transform: scaleY(1);
  opacity: 1;
}

.s3d_side_reverse-spotBg-R {
  /*======= R 4- REVERSE STATUS CLASS WHEN LEAVING A SECTION =====*/
  transform: scaleY(0);
  opacity: 0;
}

/*##############################################################################################################*/

.s3d_side_spotBg-L {
  /*======= L 1- BASIC CLASS WITH APPLIED PROPERTIES =====*/
  position: absolute;
  width: 45vw;
  height: 55vh;
  left: 5%;
  top: 20%;
  z-index: 1;
  transform-origin: 0% 100%;
  background: radial-gradient(closest-side at 28% 50%, rgba(120, 132, 149, 0.6), rgba(123, 130, 141, 0.3), transparent);
}

.s3d_side_spotBg-L-T2{
  /*======= L 1- BASIC CLASS WITH APPLIED PROPERTIES =====*/
  position: absolute;
  width: 45vw;
  height: 55vh;
  left: 5%;
  top: 20%;
  z-index: 1;
  transform-origin: 0% 100%;
    background: radial-gradient(closest-side at 37% 49%, rgba(255, 150, 100, 0.5), rgba(113, 169, 247, 0.5), rgba(174, 200, 243, 0.3), transparent);
}

.s3d_side_transitional-spotBg-L {
  /*======= L 2- TRANSITIONAL CLASS DURING ANIMATION =====*/
  transform: scaleY(0);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transform-origin: 0% 100%;
  top: 17% !important;
}

.s3d_side_final-spotBg-L {
  /*======= L 3- FINAL STATUS CLASS WHEN A SECTION IS IN VIEW =====*/
  transform: scaleY(1);
  opacity: 1;
}

.s3d_side_reverse-spotBg-L {
  /*======= L 4- REVERSE STATUS CLASS WHEN LEAVING A SECTION =====*/
  transform: scaleY(0);
  opacity: 1;
}

/*##############################################################################################################*/

.s3d_side_spotBg-M {
  /*======= M 1- BASIC CLASS WITH APPLIED PROPERTIES =====*/
  position: absolute;
  width: 60vw;
  height: 60vh;
  left: 20%;
  top: 25%;
  z-index: 1;
  background: radial-gradient(closest-side at 45% 50%, rgba(120, 132, 149, 0.6), rgba(123, 130, 141, 0.3), transparent);
}

.s3d_side_transitional-spotBg-M {
  /*======= M 2- TRANSITIONAL CLASS DURING ANIMATION =====*/
  transform: scaleY(0);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.s3d_side_final-spotBg-M {
  /*======= M 3- FINAL STATUS CLASS WHEN A SECTION IS IN VIEW =====*/
  transform: scaleY(1);
  opacity: 1;
}

.s3d_side_reverse-spotBg-M {
  /*======= M 4- REVERSE STATUS CLASS WHEN LEAVING A SECTION =====*/
  transform: scaleY(0);
  opacity: 0;
}

/*##############################################################################################################*/



.s3d_side_background-light-left {
  background: radial-gradient(closest-side at 28% 50%, rgba(109, 139, 183, 0.5), rgba(172, 184, 203, 0.4), transparent);
}

.s3d_side_background-light-middle {
  background: radial-gradient(closest-side at 45% 50%, rgba(109, 139, 183, 0.5), rgba(172, 184, 203, 0.4), transparent);
}

.spot-background-right {
  position: absolute;
  width: 50vw;
  height: 50vh;
  left: 40%;
  top: 20%;
  z-index: 1;
}

.spot-background-left {
  position: absolute;
  width: 40vw;
  height: 50vh;
  left: 1%;
  top: 20%;
  z-index: 1;
}

.spot-background-middle {
  position: absolute;
  width: 60vw;
  height: 60vh;
  left: 20%;
  top: 25%;
  z-index: 1;
}

.spot-background {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.s3d__side.active h1 {
  left: -1%;
  font-size: 2em;
  font-family: poppins;
}

/*
  .s3d__side:nth-child(1) { background-image: url("https://picsum.photos/1920/1080/?random"); }
  .s3d__side:nth-child(2) { background-image: url("https://picsum.photos/1920/1280/?random"); }
  .s3d__side:nth-child(3) { background-image: url("https://picsum.photos/1920/1180/?random"); }
  .s3d__side:nth-child(4) { background-image: url("https://picsum.photos/1920/1380/?random"); }
  */


.s3d__side h1 {
  /*=== legend on the left side ===*/
  display: inline-block;
  position: absolute;
  left: -100%;
  top: 20%;
  padding: .2% 1.5% .2% 2.5%;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6));
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6));
  color: rgb(248, 130, 57);
  text-shadow: 1px 1px 0 rgba(248, 130, 57, 0.551);
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-transition: left 1s cubic-bezier(0.175, 0.885, 0.32, 1.05);
  transition: left 1s cubic-bezier(0.175, 0.885, 0.32, 1.05);
  z-index: 3;
}

.leisure-bodyh1 {
  font-family: Poppins !important;
  position: absolute;
  font-size: 30px !important;
  font-weight: 600 !important;
  left: 40% !important;
  top: 80% !important;
  text-align: center !important;
  color: orange !important;
  /* z-index:4;  removed for testing */
  background: none !important;
  -webkit-transition: bottom 1s ease-in-out !important;
  transition: bottom 1s ease-in-out !important;
  animation: headerlefting 4s ease-in-out !important;
}

@keyframes headerlefting {
  0% {
    top: 100% !important;
    opacity: 0;
  }

  100% {
    top: 80% !important;
    opacity: 1;
  }
}


.leisure-body {
  height: 100%;
  touch-action: none;

  display: flex;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;

  -webkit-perspective: 2000px;
  perspective: 2000px;

  transform-style: preserve-3d !important;
  -webkit-transform-style: preserve-3d;
}



/* ////////////////////////////// Leisure Time landing section Styling  - start ////////////////////////////////////////////////////

/* leisure time */

.leisure-body {
  height: 100%;
  touch-action: none;
}

.leisure-body {
  display: flex;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;

  -webkit-perspective: 2000px;
  perspective: 2000px;

  transform-style: preserve-3d !important;
  -webkit-transform-style: preserve-3d;
}

#carouselcontainer,
#spinning {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;

  margin: auto;
  top: 35%;

  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;

  -webkit-transform: rotateX(-15deg);
  transform: rotateX(-15deg);

  animation: carouselenterance 3s ease-in-out;
}

@keyframes carouselenterance {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  40% {
    -webkit-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
  }

  100% {
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
  }
}

#carouselcontainer .img-div {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;

  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  line-height: 200px;
  font-size: 50px;
  text-align: center;

  box-shadow: 0 0 8px #b1d4e1;
  -webkit-box-shadow: 0 0 8px #b1d4e1;

  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f427b);

  animation: imageappearance 1.5s ease-in-out;
}

#carouselcontainer .img-div:hover {
  box-shadow: 0 0 15px #7ad3f3;
  -webkit-box-shadow: 0 0 15px #7ad3f3;

  scale: 1.1;

  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f42bb);
  animation: imagehover 0.4s ease-in-out;
}

@keyframes imagehover {
  0% {
    scale: 1;
  }

  100% {
    scale: 1.1;
  }
}

#carouselcontainer img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;

  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  line-height: 200px;
  font-size: 50px;
  text-align: center;

  box-shadow: 0 0 8px #b1d4e1;
  -webkit-box-shadow: 0 0 8px #b1d4e1;

  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f427b);

  animation: imageappearance 1.5s ease-in-out;
}

@keyframes imageappearance {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}


#carouselcontainer img:hover {

  box-shadow: 0 0 15px #7ad3f3;
  -webkit-box-shadow: 0 0 15px #7ad3f3;

  scale: 1.1;

  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f42bb);
  animation: imagehover 0.4s ease-in-out;
}

@keyframes imagehover {
  0% {
    scale: 1;
  }

  100% {
    scale: 1.1;
  }
}

#carouselcontainer P {
  font-family: Poppins;
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  top: 60%;
  left: 50%;
  text-align: center;

  transform: translate(-50%, -50%) rotateX(90deg);
  -webkit-transform: translate(-50%, -50%) rotateX(90deg);

  color: #2f8bc0;
  text-shadow: 15px 35px 5px #2f8bc03d;
  animation: textlefting 4s ease-in-out;
}

@keyframes textlefting {
  0% {
    top: 100%;
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.svganim {
  display: block;
  position: absolute;
  width: 45%;
  margin-left: 33%;
  margin-top: -18% !important;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.shadowing {

  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotateX(90deg);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  opacity: 0.7;

  background: radial-gradient(at center center, rgba(93, 130, 189, 0.467), rgba(93, 130, 189, 0.2), transparent);
  background: -webkit-radial-gradientgradient(at center center, rgba(93, 130, 189, 0.467), rgba(893, 130, 189, 0.2), transparent);
  /*
  background: radial-gradient(at center center, #9997, #9993, transparent);
  background: -webkit-radial-gradientgradient(at center center, #9997, #9993, transparent);
  */
  filter: blur(50px);
  -webkit-filter: blur(50px);
}

.shadowing3 {
  display: block;
  position: absolute;
  top: 70%;
  left: 35%;
  border-radius: 50%;
  width: 400px;
  height: 30px;
  opacity: 0.7;

  background: radial-gradient(at center center, rgba(29, 95, 133, 0.701), rgba(41, 113, 155, 0.553), transparent);
  background: -webkit-radial-gradientgradient(at center center, rgba(93, 130, 189, 0.467), rgba(893, 130, 189, 0.2), transparent);
  filter: blur(20px);
  -webkit-filter: blur(20px);
}


@keyframes spin {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes spinrevert {
  from {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }

  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

/*-///////////////////////////----*/

.leisure {
  padding: 20px;
  margin-top: 0px;
}

.leisure article {
  transform: translateY(-30px);
}

.leisure-carousel {
  height: 100vh;
  align-self: flex-end;
  /*
  background: url('../images/personal-services/main-lower-size1.png') no-repeat left bottom/auto 110%;
  */
  transform: translateX(100%) scale(1.5, 1.5);
}

.leisure article h4 {
  transform: translate(0, 0);
}

.leisure article h3 {
  text-align: center;
  transform: translate(0, 0);
}

.leisure article p {
  text-align: center;
  transform: translate(0, 0);
}

.leisureCarousel {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  background: #111;
  perspective: 1000px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}


/* ////////////////////////////// Leisure Time landing section Styling  - end  ////////////////////////////////////////////////////*/

.image-info {
  /* position: relative; */

  height: 170px;
  width: 220px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;
  display: none;

  margin-top: -170%;
  margin-left: -50%;

  padding: 10px 25px;
  border-radius: 15px;
  white-space: nowrap;

  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
}

.image-info:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 0.563em solid transparent;
  border-top-color: rgba(255, 255, 255, 0.147);
  border-bottom: 0;
  margin-left: -0.4em;
  margin-bottom: -0.563em;
}

.image-info:hover {
  box-shadow: 0 0 15px #7ad3f3;
  -webkit-box-shadow: 0 0 15px #7ad3f3;

  scale: 1.1;

  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f42bb);
  animation: imageinfohover 1s ease-in-out;
}

@keyframes imageinfohover {
  0% {
    scale: 1;
  }

  90% {
    scale: (1.10);
  }

  100% {
    scale: (1.05);
  }
}

.image-info h3 {
  font-size: 0.4em;
  color: #7ad3f3;
  /*z-index: 1;   removed for testing */
}

.image-info:hover h3 {
  font-size: 0.43em;
  color: #92e0fd;
  text-shadow: 0 0 10px #b3e5f7;
}


.image-info p {
  text-align: center;
  font-size: 10px;
  color: #7ad3f3;
  /*z-index: 2;  removed for testing */
}

.image-info a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 10%;
  width: 110px;
  padding: 4px 4px;
  background: #7ad3f3;
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  color: #000;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 300;
  box-shadow: 0 5px 15px #7ad3f3b5;
}

.image-info a h4 {
  font-size: 0.25em;
  color: #09113b;
  font-weight: 400;
}

.image-info h5 {
  margin-top: 10%;
  font-size: 0.3em;
  word-wrap: normal;
  text-wrap: wrap;
  color: #49acd0 !important;
  font-weight: 400;
}



[speech-bubble] {
  --bbColor: grey;
  --bbArrowSize: 1.5rem;
  --bbBorderRadius: 0.25rem;
  --bbPadding: 1rem;
  background: var(--bbColor);
  border-radius: var(--bbBorderRadius);
  padding: var(--bbPadding);
  position: relative;
  box-shadow: 0px 0px 15px rgb(19, 63, 157);
  padding: 15px 30px;
}

[speech-bubble]::before {
  content: '';
  position: absolute;
  background: var(--bbColor);
}

[speech-bubble][pbottom] {
  margin-bottom: var(--bbArrowSize)
}


/* bottom and top  */
[speech-bubble][pbottom]::before {
  --width: calc(var(--bbArrowSize) / 2 * 3);
  height: var(--bbArrowSize);
  width: var(--width);
}

/* bottom */
[speech-bubble][pbottom]::before {
  top: calc(100% - 2px);
}

[speech-bubble][pbottom][acenter]::before {
  left: calc(50% - var(--width) / 2);
  clip-path: polygon(12.5% 0, 87.5% 0, 50% 100%)
}

/*////////////////////////   trips images styling - start /////////////////////////////////// */
.section-div {
  /*
  width: 100%;
  height: 100%;*/
  position: relative;
  display: flex;
  background-position: center, center;
}

.section-div-h3 {
  font-family: poppins;
  font-size: 2.2em;
  font-weight: 500;
  text-align: center;
  color: rgb(248, 130, 57);
  margin-top: 10%;
  margin-left: 40%;
}

.section-div-h3-anim {
  font-family: poppins;
  font-size: 2.2em;
  font-weight: 500;
  text-align: center;
  color: rgb(248, 130, 57);
  margin-top: -47%;
  margin-left: 40%;
}



.sec-shadowing {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotateX(90deg);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  opacity: 0.7;
  background: radial-gradient(at center center, rgba(93, 130, 189, 0.467), rgba(93, 130, 189, 0.2), transparent);
  background: -webkit-radial-gradientgradient(at center center, rgba(93, 130, 189, 0.467), rgba(893, 130, 189, 0.2), transparent);
  filter: blur(50px);
  -webkit-filter: blur(50px);
}

.trip-card {
  position: absolute;
  display: block;
  width: 50vw;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  border-radius: 30px;
  margin-left: 50% !important;
}

.trip-card2 {
  position: absolute;
  display: block;
  width: 50vw;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  border-radius: 30px;
}

/*#####################################################*/
.trip-card-Even2L {
  position: absolute;
  display: block;
  width: 50vw;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  border-radius: 30px;
  opacity: 0;
  transform: translateX(-100%);
  transition: 1000ms;
}

.trip-card-Even2L.show2L {
  opacity: 1;
  transform: translateX(0);
}

/*#####################################################*/

.wrapper {
  transition: all 0.5s;
  position: absolute;
  display: block;
  margin-left: 5%;
  margin-top: 40%;
  width: 55%;
  height: 30vh;
  transform-style: preserve-3d !important;
  background: #000;
  border-radius: 30px;
  /*
  transform: perspective(10000px) translateX(50%) rotateX(0) ranslateY(0);
  box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  transform: perspective(400px) translateY(-5%) translateX(0) rotateX(35deg) translateZ(0);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  */
  /* z-index: 3;  removed for testing */
}

.wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* z-index: -1; */
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.animparts {
  position: absolute;
  display: block;
  width: 45%;
  object-fit: cover;
  /*z-index: 5;  removed for testing */
  transform: scaleY(1);
  transform-origin: 60% 90%;
}

.front {
  width: 32%;
  margin-top: 37%;
  margin-left: 15%;
}

.side-right {
  width: 14%;
  margin-top: 42.2%;
  margin-left: 46%;
}

.bike {
  width: 40%;
  margin-top: 30%;
  margin-left: 8%;
  position: absolute;
  z-index: 4;
  transform: scaleX(1);
  transform-origin: 90% 90%;
}

.side-left {
  width: 18%;
  margin-top: 43.1%;
  margin-left: 0%;
}

.floor {
  /* transition: all 0.5s; */
  position: absolute;
  display: block;
  margin-left: -2.4%;
  margin-top: 50%;
  width: 65%;
  ;
  height: 20vh;
  transform-style: preserve-3d !important;
  transform-origin: 55% 90%;
  background: #000;
  border-radius: 30px;
  transform: perspective(400px) translateY(-5%) translateX(0) rotateX(35deg) translateZ(0) scaleY(1);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  /* z-index: 4;  removed for testing */
}

.floor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* z-index: -1; */
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.floorconf {
  /* transition: all 0.5s; */
  position: absolute;
  display: block;
  margin-left: -2.4%;
  margin-top: 50%;
  width: 65%;
  ;
  height: 20vh;
  transform-style: preserve-3d !important;
  transform-origin: 55% 90%;
  background: #000;
  border-radius: 30px;
  transform: perspective(400px) translateY(-5%) translateX(0) rotateX(35deg) translateZ(0) scaleY(1);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  /* z-index: 4;  removed for testing */
}

.floor-conf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* z-index: -1; */
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.faded-floor {
    object-fit: contain;
  /* Applying a mask that fades top, left, and right */
  mask-image: 
    linear-gradient(to top, transparent, black 15%), /* bottom fade */
    linear-gradient(to right, transparent, black 15%, black 85%, transparent); /* Left & Right fade */
  
  /* Ensuring the masks combine correctly */
  mask-composite: intersect;
  -webkit-mask-composite: source-in; /* For Safari support */
}


.cloud-anim {
  position: absolute;
  display: block;
  width: 100%;
  object-fit: cover;
  /* z-index: 4;  removed for testing */
  transform: scaleY(1);
  transform-origin: 60% 90%;
}

.cloud-anim-wobble {
  position: absolute;
  display: block;
  width: 100%;
  object-fit: cover;
  /* z-index: 4;  removed for testing */
  transform: scaleY(1);
  transform-origin: 60% 90%;
}

.cloud1 {
  width: 20%;
  margin-top: 30%;
  margin-left: 25%;
  opacity: 0.3 !important;
}

.cloud2 {
  width: 10%;
  margin-top: 40%;
  margin-left: 5%;
  opacity: 0.3 !important;
}

.cloud3 {
  width: 13%;
  margin-top: 32%;
  margin-left: 17%;

  opacity: 0.3 !important;
}

.cloud4 {
  width: 15%;
  margin-top: 37%;
  margin-left: 42%;
  opacity: 0.2 !important;
}

.trip-info {
  display: block;
  position: absolute;
  width: 50vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin-left: 0%;
  padding-left: 5%;
  padding-right: 5%;
}


.cloud-container {
    position: relative; /* Essential for positioning the overlay */
    display: block; /* Or block, depending on your layout */
    overflow: hidden; 
}

.cloud-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* The "Blurred Semi-Transparent" Layer */
    background-color: rgba(255, 255, 255, 0.9); /* White at 40% opacity */
    backdrop-filter: blur(4px); /* This blurs everything UNDER the layer */
    
    /* Ensure it sits on top of the images */
    z-index: 10; 
    
    /* This allows clicks to pass through to the clouds if needed */
    pointer-events: none; 
}

.trip-info2 {
  display: block;
  position: absolute;
  width: 50vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin-left: 0%;
  padding-left: 5%;
  padding-right: 5%;
}

.shown-div {
  opacity: 1;
}

.trip-info h3 {
  font-family: poppins;
  font-size: 2.2em;
  font-weight: 500;
  text-align: center;
  color: rgb(248, 130, 57);
  margin-top: 40%;
  margin-bottom: 5%;
}

.trip-info p {
  font-family: poppins;
  font-size: 0.75em;
  font-weight: 300;
  text-align: left;
  color: rgb(71, 71, 72);
  margin-bottom: 3%;
  margin-left: 15%;
}

.trip-info h5 {
  font-family: poppins;
  font-size: 1.2em;
  font-weight: 400;
  text-align: left;
  color: rgb(248, 130, 57);
  text-shadow: 1px 1px 0px rgba(120, 72, 41, 0.551);
  margin-left: 5%;
  margin-bottom: -1%;

}

.trip-info .sub-titles {
  font-family: poppins;
  font-size: 1em;
  font-weight: 400;
  text-align: left;
  color: rgb(71, 71, 72);
  margin-bottom: 3%;
  margin-left: 0;
}

.trip-info a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7%;
}

.trip-info h4 {
  font-family: poppins;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  color: rgb(248, 130, 57);
  text-shadow: 1px 1px 1px rgba(248, 130, 57, 0.551);
}

.siblingB {
  opacity: 0 !important;
}


/*////////////////////////   trips images styling - end /////////////////////////////////// */



.trip-left {
  display: block;
  position: absolute;
  width: 50vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  /* margin-left: 0%; 
  transform: translateX(0);
 */
  margin-left: -50%;
  padding-left: 5%;
  padding-right: 5%;
  z-index: 2;
}

.trip-left-transitional {
  /*======= 2- TRANSITIONAL CLASS DURING ANIMATION (wheel only) =====*/
  transform: translateX(-100%);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: ease-in-out;
}

.trip-left-final {
  transform: translateX(50%);
}

.trip-left-reverse {
  transform: translateX(-100%);
}

.trip-left h3 {
  font-family: poppins;
  font-size: 2.2em;
  font-weight: 500;
  text-align: center;
  color: rgb(248, 130, 57);
  margin-top: 40%;
  margin-bottom: 5%;
}

.trip-left p {
  display: inline;
  font-family: poppins;
  font-size: 0.75em;
  font-weight: 300;
  text-align: left;
  color: rgb(71, 71, 72);
  margin-bottom: 3%;
  margin-left: 15%;
}

.trip-left h5 {
  display: inline;
  font-family: poppins;
  font-size: 1.2em;
  font-weight: 400;
  text-align: left;
  color: rgb(248, 130, 57);
  text-shadow: 1px 1px 0px rgba(120, 72, 41, 0.551);
  margin-left: 5%;
  margin-bottom: -1%;
}

.trip-left.sub-titles {
  font-family: poppins;
  font-size: 1.2em;
  font-weight: 500;
  text-align: left;
  color: rgb(71, 71, 72);
  margin-bottom: 3%;
  margin-left: 0;
}

.h5-outside {
  font-family: poppins;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  color: rgb(248, 130, 57);
  text-shadow: 1px 1px 0px rgba(120, 72, 41, 0.551);
  margin-top: -37%;
  margin-left: -40%;
}

.h5-outsideB {
  font-family: poppins;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  color: rgb(248, 130, 57);
  text-shadow: 1px 1px 0px rgba(120, 72, 41, 0.551);
  margin-top: -34%;
  margin-left: -40%;
}

.sub-titles-outside {
  font-family: poppins;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  color: rgb(71, 71, 72);
}

.trip-right {
  position: absolute;
  display: block;
  width: 50vw;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  border-radius: 30px;
  /*margin-left: 50% !important;*/
  margin-left: 100% !important;
  z-index: 2;
}


.trip-right h3 {
  font-family: poppins;
  font-size: 2.2em;
  font-weight: 500;
  text-align: center;
  color: rgb(248, 130, 57);
  margin-top: 40%;
  margin-bottom: 5%;
}

.trip-right p {
  display: inline;
  font-family: poppins;
  font-size: 0.75em;
  font-weight: 300;
  text-align: left;
  color: rgb(71, 71, 72);
  margin-bottom: 3%;
  margin-right: 30% !important;
  margin-left: 20%;
}

.trip-right h5 {
  display: inline;
  font-family: poppins;
  font-size: 1.2em;
  font-weight: 400;
  text-align: left;
  color: rgb(248, 130, 57);
  text-shadow: 1px 1px 0px rgba(120, 72, 41, 0.551);
  margin-left: 5%;
  margin-bottom: -1%;

}

.trip-right.sub-titles {
  font-family: poppins;
  font-size: 1.2em;
  font-weight: 500;
  text-align: left;
  color: rgb(71, 71, 72);
  margin-bottom: 3%;
  margin-left: 0;
}


.contact-us-anchor {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  margin-top: 40%;
  margin-left: 39%;
  width: 400px !important;
  height: 45px !important;
  padding: 4px 4px;
  background: #474748;
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  color: #000;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 300;
  box-shadow: 0 5px 15px #474748;
  transform: scale(0);
  transition: all 1.5s;
  z-index: 10000;
}

.contact-us-anchor.animate {
  transform: scale(1);
}

.contact-us-anchor-header {
  position: absolute;
  font-size: 1em;
  color: rgb(248, 130, 57) !important;
  font-weight: 400;
}

.contact-us-anchor-header:hover {
  font-size: 1.25em;
  color: #2f8bc0 !important;
  font-weight: 500;
  text-shadow: 0 5px 15px #474748;
  text-decoration: none;
}

.contact-us-anchor:hover {
  background: #f3b559;
  scale: 1.3;
  width: 450px;
  box-shadow: 0 5px 15px #fbb03c;
}

.links1 {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 230px;
  margin-top: 41%;
  margin-left: 42%;
  padding: 4px 4px;
  background: #474748;
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  color: #000;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 300;
  box-shadow: 0 5px 15px #474748;
  transform: scale(0);
  z-index: 10000;
}

.links2 {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 230px;
  margin-top: 41%;
  margin-left: 42%;
  padding: 4px 4px;
  background: #474748;
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  color: #000;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 300;
  box-shadow: 0 5px 15px #474748;
  z-index: 10000;
}

.links1:hover {
  background: #f3b559;
  scale: 1.1;
  width: 280px;
  box-shadow: 0 5px 15px #fbb03c;
}

.links2:hover {
  background: #f3b559;
  scale: 1.1;
  width: 280px;
  box-shadow: 0 5px 15px #fbb03c;
}

.links-header {
  position: absolute;
  font-size: 1em;
  color: rgb(248, 130, 57) !important;
  font-weight: 400;
}

.links-header:hover {
  font-size: 1.2em;
  color: #2f8bc0 !important;
  font-weight: 500;
  text-shadow: 0 5px 15px #474748;
  text-decoration: none;
}

.contact-outside {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  margin-top: 41%;
  margin-left: 42%;
  width: 230px !important;
  height: 45px !important;
  padding: 4px 4px;
  background: #474748;
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  color: #000;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 300;
  box-shadow: 0 5px 15px #474748;
  transform: scale(0) translateY(0);
}


.contact-outside-header {
  position: absolute;
  font-size: 1em;
  color: rgb(248, 130, 57) !important;
  font-weight: 400;
}

.contact-outside-header:hover {
  font-size: 1.1em;
  color: #2f8bc0 !important;
  font-weight: 500;
  text-shadow: 0 5px 15px #474748;
  text-decoration: none;
}

.contact-outside:hover {
  background: #f3b559;
  scale: 1.3;
  width: 450px;
  box-shadow: 0 5px 15px #fbb03c;
}






/* ===================  some modifications related to M.I.C.E. page ======================== */


#carouselcontainer2,
#spinning2 {
  position: relative;
  display: block;
  /* width: 50vw; */
  width: 100vw;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  border-radius: 30px;
  /*
  margin-left: 50% !important;
  margin-left: 100% !important;*/
  /*
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;

  margin: auto;
  top: 35%;
*/
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;

  -webkit-transform: rotateX(-15deg);
  transform: rotateX(-15deg);

  animation: carouselenterance2 3s ease-in-out;
}

@keyframes carouselenterance2 {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  40% {
    -webkit-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
  }

  100% {
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
  }
}

#carouselcontainer2 .img-div {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;

  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  line-height: 200px;
  font-size: 50px;
  text-align: center;

  box-shadow: 0 0 8px #b1d4e1;
  -webkit-box-shadow: 0 0 8px #b1d4e1;

  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f427b);

  animation: imageappearance2 1.5s ease-in-out;
}

#carouselcontainer2 .img-div:hover {
  box-shadow: 0 0 15px #7ad3f3;
  -webkit-box-shadow: 0 0 15px #7ad3f3;

  scale: 1.1;

  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f42bb);
  animation: imagehover2 0.4s ease-in-out;
}

@keyframes imagehover2 {
  0% {
    scale: 1;
  }

  100% {
    scale: 1.1;
  }
}

#carouselcontainer2 img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;

  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  line-height: 200px;
  font-size: 50px;
  text-align: center;

  box-shadow: 0 0 8px #b1d4e1;
  -webkit-box-shadow: 0 0 8px #b1d4e1;

  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f427b);

  animation: imageappearance2 1.5s ease-in-out;
}

@keyframes imageappearance2 {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}


#carouselcontainer2 img:hover {

  box-shadow: 0 0 15px #7ad3f3;
  -webkit-box-shadow: 0 0 15px #7ad3f3;

  scale: 1.1;

  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f42bb);
  animation: imagehover2 0.4s ease-in-out;
}

@keyframes imagehover2 {
  0% {
    scale: 1;
  }

  100% {
    scale: 1.1;
  }
}

#carouselcontainer2 P {
  font-family: Poppins;
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  top: 60%;
  left: 50%;
  text-align: center;

  transform: translate(-50%, -50%) rotateX(90deg);
  -webkit-transform: translate(-50%, -50%) rotateX(90deg);

  color: #2f8bc0;
  text-shadow: 15px 35px 5px #2f8bc03d;
  animation: textlefting2 4s ease-in-out;
}

@keyframes textlefting2 {
  0% {
    top: 100%;
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.leisure-bodyh2 {
  font-family: Poppins !important;
  position: absolute;
  font-size: 30px !important;
  font-weight: 600 !important;
  left: 40% !important;
  top: 80% !important;
  text-align: center !important;
  color: #2f8bc0 !important;
  /* z-index:4;  removed for testing */
  background: none !important;
  -webkit-transition: bottom 1s ease-in-out !important;
  transition: bottom 1s ease-in-out !important;
  animation: headerlefting 4s ease-in-out !important;
}


.shadowing2 {

  position: absolute;
  top: 65%;
  left: 35%;
  transform: translate(-50%, -50%) rotateX(90deg);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  opacity: 1;

  background: radial-gradient(at center center, rgba(90, 92, 94, 0.6), rgba(90, 92, 94, 0.2), transparent);
  background: -webkit-radial-gradientgradient(at center center, rgba(93, 130, 189, 0.467), rgba(893, 130, 189, 0.2), transparent);
  /*
  background: radial-gradient(at center center, #9997, #9993, transparent);
  background: -webkit-radial-gradientgradient(at center center, #9997, #9993, transparent);
  */
  filter: blur(50px);
  -webkit-filter: blur(50px);
}


#home-animation-wrapper {
  width: 100%;
  height: 100vh;
  position: absolute;
  /* float: left; */
  cursor: pointer;

}

#home-animation-wrapper svg {
  width: 100%;
  max-height: 90%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.section0-right {
  position: absolute;
  display: block;
  width: 50vw;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  border-radius: 30px;
  margin-left: 50% !important;
  /*margin-left: 100% !important;*/
  z-index: 2;
}

.section0-left {
  display: block;
  position: absolute;
  width: 50vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  /* margin-left: 0%; 
  transform: translateX(0);
    margin-left: -50%; 
 */

  margin-left: 0%;
  padding-left: 10%;
  padding-right: 5%;
  z-index: 2;
}







/* Force Section 0 to the top of the stack during the loading phase */
#Section0 {
  z-index: 10 !important;
}

/* Lower the priority of the other sections so they stay 'behind' Section 0 */
#Section1 {
  z-index: 5 !important;
}

#Section2 {
  z-index: 4 !important;
}

#Section3 {
  z-index: 3 !important;
}

/* Ensure the container doesn't accidentally clip the 3D effect */
.main-content {
  overflow: visible !important;
  backface-visibility: hidden;

}

#Section0 {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}