@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Smooch+Sans:wght@100..900&display=swap');

#landingScreen {
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.98;
	transition: all 2s ease;
}

#landingScreen h1 {
color: #fff;
  font-family: "Smooch Sans", sans-serif;
  text-align: center;
  font-size: 135px;
  line-height: 125px;
  text-shadow: 2px 2px 5px #000;
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0px;
} 

#landingScreen p {
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute !important;
  bottom: 0px;
  font-size: 30px;
  font-family: "Smooch Sans", sans-serif;
	transition: all 1s ease;
	animation: moveScrollArrow 2s infinite;
}

@keyframes moveScrollArrow {
  0% {bottom: 0px;}
  50% {bottom: 20px;}
	100% {bottom: 0px;}
}

#landingScreen i {
  border-color: #fff !important;
}

footer {
  position: fixed;
  bottom: 0px;
  width: calc(100% - 10px);
  text-align: center;
  font-size: 12px;
  font-family: "Smooch Sans", sans-serif;
  color: #fff;
  padding: 5px;
  line-height: 15px;
  text-shadow: 0px 0px 3px #000;
}

footer a {
color: #ccc;
text-decoration: none;
}

/* arrows start */

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* arrows end */

/* menu start */

header {
  position: fixed;
  z-index: 99999999;
}

#menuIcon span {
  width: 25px;
  display: block;
  height: 4px;
  background: #fff;
  margin: 4px;
  box-shadow: ;
}

#menuIcon {
  position: fixed;
  right: 25px;
  top: 20px;
  cursor: pointer;
}

nav {
  position: fixed;
  right: -206px;
  background: #fff;
  top: 0px;
  padding: 25px 20px 25px 20px;
  transition: all 1s ease;
}

nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

nav ul li {
  margin: 15px 5px;
  font-family: "Smooch Sans", sans-serif;
  font-size: 25px;
}

nav ul li a {
  color: #000;
  text-decoration: none;
}

#closeMenu {
  display: inline-block;
  padding: 0px 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  background: #000;
  color: #fff;
  border-radius: 3px;
  margin: 0px 5px;
  position: absolute;
  right: 15px;
  top: 15px;
}

/* menu end */

/* building details start */

.buildingDetails {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #000000dd;
  color: #fff;
  transition: all 1s ease;
  opacity: 0;
  display: none;
	z-index: 999999999;
	overflow-y: auto;
}

#closeBuildDetails {
  position: fixed;
  right: 15px;
  top: 12px;
  color: #000;
  cursor: pointer;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  z-index: 9999999999;
	  transition: all 1s ease;
  opacity: 0;
  display: none;
	background: #fff;
  padding: 0px 5px;
  border-radius: 50%;
}

.row {
  display: flex;
}

.column2 {
  width: 50%;
  padding: 30px 30px;
}

.buildingDetails img {
  max-width: 100%;
}

.buildingDetails .column2.rightCol {
  background: #000;
	position: absolute;
  right: 0;
	width: calc(50% - 60px);
	min-height: calc(100% - 60px);
}

.buildingDetails .column2.leftCol {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 60px);
	position: fixed;
	width: calc(50% - 60px);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.buildingDetails::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.buildingDetails {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.buildingSliderArrows {
  position: absolute;
  display: flex;
  width: calc(100% - 60px);
  padding: 10px 30px;
  justify-content: space-between;
	cursor: default;
}

#leftArrowBuild1, #rightArrowBuild1 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #000;
  padding: 7.5px 5px;
  cursor: pointer;
}

.buildingDetails h1, .buildingDetails h2, .buildingDetails h3, .buildingDetails h4, .buildingDetails h5, .buildingDetails h6, .buildingDetails p, .buildingDetails ul li {
  font-family: "Smooch Sans", sans-serif;
}

.buildingDetails p, .buildingDetails ul li {
  font-size: 22px;
}

.buildingDetails h2 {
  font-size: 40px;
}

.buildingDetails h3 {
  font-size: 33px;
}

.buildingDetails h4 {
  font-size: 28px;
}

.buildingSliderImages img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 60px);
  max-height: calc(100% - 60px);
	opacity: 0;
	transition: all 1s ease;
}

#sliderBuild1_1 {
opacity: 1;	
}
	
/* building details end */

#scrollingTextBack1 {
  position: fixed;
}

 .scrolling_text {
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
	 align-items: center;
 /* height: 100vh; */
	 height: auto;
}

 .scrolling_text .text {
   /* font-size: 440px; */
	 font-size: 50px;
    font-weight: 600;
   font-family: "Roboto", sans-serif;
    color: #fff;
    animation: animate_text 120s linear infinite; /* The animation property */
	 /* padding-left: 150px; */
	 padding-left: 15px;
	 opacity: 0.5;
}


 .scrolling_text .text span {
    margin: 0 6px;
	  font-family: "Smooch Sans", sans-serif;
}

@keyframes animate_text {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}
