
/* ====== FONTS ===== */
@import url('../fonts/stylesheet.css');
/* ===== .FONTS ===== */
html {
  font-size: 16px;
}
html, body {
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Gluten', Arial, sans-serif;
}
html {
  scroll-behavior: smooth;
}
*{
  box-sizing: border-box;
}
img{
  max-width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}
/* ===== FooterBand ===== */
.indicator {
  z-index: 20;
  position: fixed;
  bottom: 14vh;
  left: 0;
  color: #F00;
  font-size: 130px;
  line-height: 24px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  gap: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100vw;
}
.indicator button {
  position: relative;
  cursor: pointer;
  margin-top: 6px;
  left: 48%;
  background-color: #FFFFFF;
  border: none;
}
.indicator button::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #FFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
}
.indicator button:active {
  background-color: #7FFF00;
}
.indicator button.active::after {
  background-color: #7FFF00;
  transform: translate(-50%, -50%) scale(1.2);
}
.indicator button::before {
  content: attr(data-section);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50px);
  background-color: #1362B5;
  color: #FFF;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: normal;
  padding: 10px 20px;
  font-size: 16px;
  box-shadow: 0 0px 14px 6px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: all 400ms ease;
  pointer-events: none;
  letter-spacing: 1px;
}
.indicator button:hover::before {
  opacity: 1;
  transform: translate(-50%, -140%);
}
.contact {
	position: fixed;
    bottom: 0vh;
    width: 90vw;
    height: 10vh;
    /*border: 1px solid #F00;*/
    font-family: 'Gluten';
    font-weight: 200;
    color: #FFFFFF;
    margin-left: 5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	z-index: 30;
}
.mobile-no {
	font-size: 1.5vw;
	font-weight: 700;
	letter-spacing: 0.1vw;
}
.email-id {
	font-size: 0.75vw;
    font-weight: 200;
    margin-right: 20px;
    letter-spacing: 0.1em;
}
.social-icons {
	display: flex;
	flex-direction: row;
	gap: 20px;
  align-items: center;
}
.vectanpixa {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 0.75rem;
	letter-spacing: 0.15em;
	font-weight: 100;
}
a {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	padding: 0px 6px;
	border-radius: 10px;
	font-weight: bold;
}
a:hover {
	background-color: #FFFFFF;
	color: #7D7D7D;
}
.copyright {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 0.75rem;
	letter-spacing: 0.15em;
}

/* ===== .FooterBand ===== */
.slide {
  width: 100vw;
  height: 100vh;
}
.wrapper {
  display: flex;
  flex-direction: row;
  width: 100vw;
  transform: rotate(90deg) translateY(-100vh);
  transform-origin: top left;
}
/* Section One for Intro -->*/
.contentIntro {
  padding: 40px;
  height: 85vh;
  position: relative;
}
.one {
  /* background-color: #0095f9;
  background-size: auto 100vh;
  background-repeat: repeat; */
  width: 100vw;
}
.nextSection {
  position: absolute;
  bottom: 2rem;
 
  font-size: 16px;
  color: darkblue;
  font-weight: bold;
  cursor: pointer;
  right: 10rem;
}
.prevSection {
  position: absolute;
  bottom: 2rem;
 
  font-size: 16px;
  color: darkblue;
  font-weight: bold;
  cursor: pointer;
  right: 16rem;
}
.earthRotate {
	margin: 40vh auto;
	width: 40vw;
	height: auto;
	z-index: 5;
}
.earthRotate img {
	width: 100%;
	height: auto;
	opacity: 0.7;
}
.home-side-panel {
    position: absolute;
    right: 14rem;
    width: 20vw;
    height: 65vh;
    z-index: 21;
    top: 0vh;
    /*border: 1px solid #FF0000;*/
    background-color: #0095f9;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
h1 {
	font-family: gluten, Arial;
	font-weight: 800;
	color: #FFFFFF;
	font-size: 3vw;
    line-height: 4.25vh;
    margin: 5px;
}
h3 {
	font-family: gluten, Arial;
	font-weight: 800;
	color: #FFFFFF;
	font-size: 1.0vw;
    line-height: 2.0vh;
    margin: 2px;
}
p {
	font-family: gluten, Arial;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 0.75vw;
    line-height: 2.25vh;
}

/* Section Two for Agent -->*/
.two {
  /* background: #99CC33;
  background-size: cover;
  background-repeat: no-repeat; */
  width: 100vw;
}
.next_agent {
  left: 180vw;
}
.prev_agent {
  left: 182vw;
}
.agent-side-panel {
    position: absolute;
    left: 4rem;
    width: 20vw;
    height: 100%;
    z-index: 21;
    top: 0vh;
    background-color: #99CC33;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wheelRotate {
	position: absolute;
    margin: 30vh 1vw 1vw 25vw;
    width: 14vw;
    height: 14vw;
    z-index: 5;
    background: url(../images/wheel_Rotate.gif);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
}
.wheelTwo {
	margin: 30vh 1vw 1vw 40vw;
}
.wheelThree {
	margin: 30vh 1vw 1vw 55vw;
}
.wheelFour {
	margin: 30vh 1vw 1vw 70vw;
}
.wheelRotate img {
	width: 60%;
    height: auto;
    align-self: center;
    margin: auto;
}

/* Section Three for Places */
.three {
  /* background: #ec5e30;
  background-size: cover;
  background-repeat: no-repeat; */
  width: 100vw;
}
.next_bengal {
  left: 280vw;
}
.prev_bengal {
  left: 282vw;
}
.rajasthan-side-panel {
  position: absolute;
  right: 14rem;
  width: 20vw;
  height: 65vh;
  z-index: 21;
  top: 0vh;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.bengal-side-panel {
    position: absolute;
    right: 14rem;
    width: 20vw;
    height: 65vh;
    z-index: 21;
    top: 0vh;
 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.rickshaw {
	width: 300px;
    height: 236px;
    position: relative;
    top: 500px;
    left: 40vw;
}
.rickshaw img {
	width: 100%;
	height: auto;
}

/* Section Four for Places */
.four {
  /* background: #FFCC00;
  background-size: cover;
  background-repeat: no-repeat; */
  width: 100vw;
}
.next_rajasthan {
  left: 380vw;
}
.prev_rajasthan {
  left: 382vw;
}
.camelWalk1 {
	width: 160px;
	height: 140px;
	position: relative;
	top: 575px;
	left: 700px;
}
.camelWalk1 img {
	width: 100%;
	height: auto;
}
.camelWalk2 {
	width: 160px;
	height: 140px;
	position: relative;
	top: 435px;
	left: 850px;
}
.camelWalk2 img {
	width: 100%;
	height: auto;
}
.camelWalk3 {
	width: 160px;
	height: 140px;
	position: relative;
	top: 295px;
	left: 1000px;
}
.camelWalk3 img {
	width: 100%;
	height: auto;
}

/* Section Fifth for West Bengal */
.five {
  /* background: #99CC33;
  background-size: cover;
  background-repeat: no-repeat; */
  width: 100vw;
}
.six {
  /* background: #73DBEB;
  background-size: cover;
  background-repeat: no-repeat; */
  width: 100vw;
}
.saven {
  /* background: #D7B56D;
  background-size: cover;
  background-repeat: no-repeat; */
  width: 100vw;
}
.eight {
  /* background: #EC667B;
  background-size: cover;
  background-repeat: no-repeat; */
  width: 100vw;
}
.placesHeading{
  margin: 20px 0 0;
  color: #fff;
  font-size: 22px;
}
.placesText{
  font-size: 18px;
  letter-spacing: 0.5px;
}
.next_kerala {
  left: 480vw;
}
.prev_kerala {
  left: 482vw;
}
.positionRelative{
  position: relative;
}
.kerala-side-panel {
    position: absolute;
    right: 10rem;
    width: 20vw;
    height: 65vh;
    z-index: 21;
    top: 0vh;
 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.side-panel{
    position: absolute;
    right: 10rem;
    width: 20vw;
    height: 65vh;
    z-index: 21;
    top: 0vh;
 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.houseboat {
	width: 500px;
    height: 300px;
    position: relative;
    top: 520px;
    left: 35vw;
}
.houseboat img {
	width: 100%;
	height: auto;
}
.amarbari {
	width: 450px;
    height: 338px;
    position: relative;
    top: 380px;
    left: 35vw;
}
.amarbari img {
	width: 100%;
	height: auto;
}
.outer-wrapper {
  width: 100vh;
  height: 100vw;
  transform: rotate(-90deg) translateX(-100vh);
  transform-origin: top left;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
::-webkit-scrollbar {
  display: none;
}
.carBlock {
  position: absolute;
  left: 5rem;
  bottom: 8.5rem;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.carBlock img{
  width: 6rem;
}
.carBlock h5{
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.5px;
}
/* ======  Scroll to Section =======*/
.c-promo_arrow:focus, html.is-ie .c-promo_arrow:hover {
  color: #1e1e1e
}
/* ======  Scroll to Section END =======*/
.theWheels   {
  padding: 4vw;
  width: 18vw;
  height: auto;
  position:absolute;
  animation: wheelslogo 1s;
  animation-timing-function: ease-out;
}
.theWheels .theWheels_Caption{
  padding-top: 1rem;
  white-space: pre;
}
@keyframes wheelslogo {
  0% {
    left: -100px;
    top: 0px;
  }
  90% {
    left: 20px;
    top: 0px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
.cloud0 {
  position: relative;
  top: 47vh;
  animation: cloudMove 100s infinite;
  z-index: 6;
}
@keyframes cloudMove {
  from {left: 2000px;}
  to {left: -500px;}
}
.cloud1 {
  position: relative;
  top: 20vh;
  animation: cloudMove1 150s infinite;
	z-index: 4;
	opacity: 0.6;
}
@keyframes cloudMove1 {
  from {left: 1200px;}
  to {left: -50px;}
}
.cloud1 img {
  height: 60px;
  width: auto;
}
.ground {
  width: 3500px;
  height: auto;
  position: absolute;
  bottom:  0;
  left: -1000px;
  animation: groundMove 20s infinite;
  pointer-events: none;
  height: 6rem;
  overflow: hidden;
}
@keyframes groundMove {
  from {right: 2000px;}
  to {left: 0px;}
}

.backgroundOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Ensure it stays in the background */
  background-color: #0095f9; /* Default color */
  opacity: 1; /* Fully visible */
  transition: background-color 0.5s ease, opacity 0.5s ease;
}
