.firstViewPort{
  background-image: none;
  background-color: #FFF;
  overflow: hidden;
}

.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 3vh;
  left: 0;
  margin: auto;
  width :34px;
  height: 55px;
  z-index: 999;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}


#firstViewPort-background{
  position: absolute;
  right: 0;
  z-index: 9;
}
#firstViewPort-background{
  z-index:11;
}
#main-hero-frame-anime, #main-hero-logo-anime{
  z-index: 100;
}
#main-hero{
  z-index:15;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

#main-hero-frame-preview{
  position:absolute;
  height: 105vh;
  width: 105vh;
  right: -4.5vh;
  top: 2.6vh;
  z-index: 16;
}





#AboutUs {
  height: 686px;
}

.hero .hero-frame {
  width: 1010px;
  position: relative;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  left: 0;
  margin: auto;
  right: 0;
}

#AboutUs.hero .hero-frame .hero-frame-background {
  background-image: url(/Images/AboutUsBackground.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 937px;
  opacity: 0;
}

#AboutUs.hero .hero-frame svg {
  height: 100%;
  margin: 0 auto;
  max-width: 1010px;
  width: 100%;
  position: relative;
  z-index: 14;
}

#AboutUs .container {
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 0px;
  max-width: 100vw !important;
  z-index: 15;
}

#AboutUs .container .hero-center {
  width: 100vw;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1005px;
}

#AboutUs .container .hero-center .hero-center-box {
  display: flex;
  width: 1300px;
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

#AboutUs .container .hero-center .hero-center-box .hero-center-box-shape.is-hidden-Mobile {
  width: 100%;
  height: 100%;
  font-size: 1.2em;
  font-weight: normal;
  justify-items: center;
  line-height: 29px;
}

#AboutUs .container .hero-center .hero-center-box .is-hidden-mobile.hero-center-box-shape::before {
  content: "";
  width: 457px;
  height: 100%;
  min-height: 688px;
  float: left;
  min-width: 465px;
  shape-outside: polygon(20% 10%, 8% 110%, 91% 11%);
  shape-margin: 6%;
  position: relative;
}

#AboutUs .container .hero-center .hero-center-box .is-hidden-mobile.hero-center-box-shape p {
  padding-top: 142px;
  text-align: justify;
  direction: rtl;
  color: #211f20;
}

#AboutUs .container .hero-center .hero-center-box .is-hidden-mobile.hero-center-box-shape p::before {
  content: "";
  width: 501px;
  height: 686px;
  float: right;
  shape-outside: polygon(100% 117%, 0% 117%, 89% 4%);
  shape-margin: 15%;
}

#AboutUs .container .hero-center .hero-center-box .hero-center-box-shape p>span {
  display: block;
  /* height: 73px; */
  margin-bottom: 17px !important;
  text-align: justify;
  line-height: 29px;
}

#AboutUs .container .hero-center .hero-center-box .hero-center-box-shape p>span>span {
  padding: 6px 0px !important;
  font-size: 2em;
  width: 215px;
  background-color: #849daa;
  color: #fff;
  text-align: center;
  display: inline-block;
  transform: skewX(330deg) !important;
}

#AboutUs .container .hero-center .hero-center-box .hero-center-box-shape p>span>span>span {
  transform: skewX(-330deg);
  display: inline-block;
}

#AboutUs .container .hero-center .hero-center-box .hero-center-box-logo {
  background-image: url(/Images/LogoTransparentNew.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 200px;
  height: 200px;
  left: 76px;
  top: 204px;
  position: absolute;
}
#AboutUs .is-hidden-mobile .title{
  color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    margin-bottom: inherit !important;
}


@keyframes fade-stroke {
  0% {
    stroke-opacity: 1;
  }

  100% {
    stroke-opacity: 0;
  }
}

@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 3464px;
    stroke-dasharray: 3464px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3464px;
  }
}

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgba(215, 223, 228, 0.91);
  }
}

.about-elem-1 {
  animation: animate-svg-stroke-12 3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s both,
               animate-svg-fill-12 2s ease-in 4s both,
    fade-stroke 2s ease-in 4s both;
}

@keyframes animate-svg-stroke-42 {
  0% {
    stroke-dashoffset: 1016.975830078125px;
    stroke-dasharray: 1016.975830078125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1016.975830078125px;
  }
}

@keyframes animate-svg-fill-42 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgba(127, 152, 164, 0.59);
  }
}

.about-elem-4 {
  animation: animate-svg-stroke-42 3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8999999999999999s both,
               animate-svg-fill-42 2s ease-in 4s both,
    fade-stroke 2s ease-in 4s both;
}

@keyframes animate-svg-stroke-52 {
  0% {
    stroke-dashoffset: 643.7636108398438px;
    stroke-dasharray: 643.7636108398438px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 643.7636108398438px;
  }
}

@keyframes animate-svg-fill-52 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgba(127, 152, 164, 0.48);
  }
}

.about-elem-5 {
  animation: animate-svg-stroke-52 3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s both,
               animate-svg-fill-52 2s ease-in 4s both,
    fade-stroke 2s ease-in 4s both;
}

@keyframes animate-svg-stroke-62 {
  0% {
    stroke-dashoffset: 546.9766845703125px;
    stroke-dasharray: 546.9766845703125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 546.9766845703125px;
  }
}

@keyframes animate-svg-fill-62 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgba(12, 63, 126, 0.39);
  }
}

.about-elem-6 {
  animation: animate-svg-stroke-62 3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.5s both,
               animate-svg-fill-62 2s ease-in 4s both,
    fade-stroke 2s ease-in 4s both;
}

@keyframes animate-svg-stroke-72 {
  0% {
    stroke-dashoffset: 234.26210021972656px;
    stroke-dasharray: 234.26210021972656px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.26210021972656px;
  }
}

@keyframes animate-svg-fill-72 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgba(215, 223, 228, 0.56);
  }
}

.about-elem-7 {
  animation: animate-svg-stroke-72 3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.7999999999999998s both,
               animate-svg-fill-72 2s ease-in 4s both,
    fade-stroke 2s ease-in 4s both;
}

@keyframes animate-svg-stroke-82 {
  0% {
    stroke-dashoffset: 1410.3331298828125px;
    stroke-dasharray: 1410.3331298828125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1410.3331298828125px;
  }
}

@keyframes animate-svg-fill-82 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(250, 251, 252);
  }
}
.about-elem-8 {
  animation: animate-svg-stroke-82 3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.1s both,
               animate-svg-fill-82 2s ease-in 4s both,
    fade-stroke 2s ease-in 4s both;
}


@keyframes animate-svg-stroke-92 {
  0% {
    stroke-dashoffset: 152.03245544433594px;
    stroke-dasharray: 152.03245544433594px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 152.03245544433594px;
  }
}

@keyframes animate-svg-fill-92 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgba(127, 152, 164, 0.48);
  }
}

.about-elem-9 {
  animation: animate-svg-stroke-92 3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.4s both,
               animate-svg-fill-92 2s ease-in 4s both,
    fade-stroke 2s ease-in 4s both;
}
@keyframes animate-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#AboutUs.hero .hero-frame .hero-frame-background {
  animation: animate-fade 2s ease-in 6s both !important;
}



 @keyframes slide-in-blurred-right {
  0% {
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2) skewX(330deg);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1) skewX(330deg);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
 @keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

 @keyframes slide-in-blurred-right2 {
  0% {
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0 !important;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1 !important;
  }
}


#AboutUsTitle {
	animation: slide-in-blurred-right 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) 6s both;
}
#AboutUsText {
  animation: slide-in-blurred-right2 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) 6.5s both;
}






@keyframes Alton20slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes Alton20slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes Alton20slide-in-blurred-bottom {
  0% {
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes Alton20swing-in-right-fwd {
  0% {
    transform: rotateY(-100deg);
    transform-origin: right;
    opacity: 0;
  }
  100% {
    transform: rotateY(0);
    transform-origin: right;
    opacity: 1;
  }
}
#Alton20, #Alton21 {
  height: 782px;
}

#Alton20 .hero-frame .hero-frame-background {
  background-image: url(/Images/Alton20Background.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-attachment: fixed;
  position: absolute;
  z-index: 9;
  left: -1px;
  width: calc(100% - 2px);
  height: 100%;
}

#Alton20 .hero-frame svg, #Alton21 .hero-frame svg {
  z-index: 14;
  position: absolute;
  left: 0px;
}

.hero .hero-shifter,
.hero .hero-shifter .title,
.hero .hero-shifter .title i {
  cursor: pointer;
}

.hero .hero-shifter {
  position: relative;
  align-items: center;
  width: 100vw;
  justify-content: center;
  display: flex;
  height: 50px;
  background-color: #1b2f64;
  background-image: url(/Images/Sky-Stars-Pattern.jpg);
  background-blend-mode: screen;
  background-attachment: fixed;
  z-index: 12;
  overflow: hidden;
}

.hero .hero-shifter .title {
  width: 100vw;
  text-align: center;
  align-content: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  margin-top: -4px;
  align-items: center;
  color: white !important;
  -webkit-backdrop-filter: blur(1px) brightness(0.4) grayscale(0.5);
          backdrop-filter: blur(1px) brightness(0.4) grayscale(0.5);
  font-size: 2em !important;
  direction: rtl;
}

.hero .hero-shifter .title i {
  padding-left: 5px;
  font-size: 2.5em;
  padding-top: 0px;
  color: #fff5aa;
}

.hero-secondViewPort-color-left {
  position: absolute;
  height: calc(100% - 47px);
  background-color: rgba(215, 223, 228, 0.9098039216);
  width: calc(50vw - 502px);
  top: 47px;
  z-index: 12;
  left: 1px;
}

.hero-secondViewPort-image-left {
  background-image: url(/Images/Alton20Background.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-attachment: fixed;
  position: absolute;
  height: calc(100% - 50px);
  top: 50px;
  background-color: #d7dfe4;
  width: calc(50vw - 503px);
  z-index: 11;
}

#Alton20 .image-right {
  position: absolute;
  display: block;
  z-index: 799;
  width: 100%;
  background: url(/Images/Projects/Alton20-day2.jpg);
  height: 100%;
  background-position: top;
  max-height: 580px;
  background-repeat: no-repeat;
  max-width: 500px;
  background-size: contain;
  clip-path: polygon(0% 0%, 100% 0%, 49% 58.5%);
}
#Alton20 .image-right-night {
  position: absolute;
  display: none;
  z-index: 899;

  width: 100%;
  background: url(/Images/Projects/Alton20-day2.jpg);
  height: 100%;
  background-position: top;
  max-height: 580px;
  background-repeat: no-repeat;
  max-width: 500px;
  background-size: contain;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 49% 59.5%);
          clip-path: polygon(0% 0%, 100% 0%, 49% 59.5%);
}

#Alton20 .image-right-frame {
  height: 550px;
  background: rgba(13, 16, 32, 0.2117647059);
  position: absolute;
  z-index: 15;
  top: 27px;
  width: 573px;
  -webkit-clip-path: polygon(2% 1%, 100% 1%, 50% 66%);
          clip-path: polygon(2% 1%, 100% 1%, 50% 66%);
  left: 34%;
  padding-left: 42px;
  padding-top: 21px;
}

#Alton20 .image-left-frame {
  height: 406px;
  background: rgba(13, 16, 32, 0.2117647059);
  position: absolute;
  z-index: 15;
  top: -14px;
  width: 436px;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 52% 33%);
  clip-path: polygon(0% 101%, 100% 105%, 52% 34%);
  left: 18%;
  /* padding-left: 10px; */
}

#Alton20 .image-left {
  position: absolute;
  display: block;
  z-index: 799;
  width: 100%;
  background: url(/Images/Projects/Alton20-day1.jpg);
  height: 100%;
  background-position: 23px 99%;
  max-height: 637px;
  background-repeat: no-repeat;
  max-width: 500px;
  background-size: contain;
  clip-path: polygon(7% 97%, 91% 97%, 52% 39%);
}
#Alton20 .image-left-night {
  position: absolute;
  display: none;
  z-index: 899;

  width: 100%;
  background: url(/Images/Projects/Alton20-day1.jpg);
  height: 100%;
  background-position: 14px 102%;
  max-height: 580px;
  background-repeat: no-repeat;
  max-width: 500px;
  background-size: contain;
  -webkit-clip-path: polygon(5% 100%, 93% 100%, 50.8% 40%);
          clip-path: polygon(5% 100%, 93% 100%, 50.8% 40%);
}

#Alton20 .hero-main-image {
  position: absolute;
  right: calc(50% - 686px);
  bottom: 0px;
  height: 100%;
  width: 403px;
  z-index: 20;
  background-image: url(/Images/Projects/Alton20.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

#Alton20 .tag-floor {
  top: 170px;
  right: 61px;
  height: 50px;
  z-index: 15;
  padding: 0;
  margin: 0;
}

.control.tag-group {
  position: absolute;
}

.control.tag-group .tag {
  height: 100%;
}

.hero .tag-group .tags i {
  padding: 0;
  margin: 0;
}

#Alton20 .tag-floor .tags i {
  font-size: 3.4em !important;
  line-height: 144%;
}

#Alton20 .tag-area .tags i {
  font-size: 3.4em !important;
  line-height: 145% !important;
}

#Alton20 .tag-area .tags p > i {
  font-size: 1.2rem !important;
  height: 0;
  line-height: 0% !important;
}

.hero .tag-group .tags .tag p {
  clear: both;
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.3em;
}

.hero .tag-group .tags .tag:last-child {
  background-repeat: no-repeat;
  background-position: center left;
  background-attachment: fixed;
  background-blend-mode: soft-light;
  background-color: rgb(40 63 121 / 45%);
  padding-right: 36px;
}
#Alton20.hero .tag-group .tags .tag:last-child{
    background-image: url(/Images/Alton20Background.jpg);
}

#Alton20 .tag-floor .tags .tag:last-child {
  width: 70px;
  padding-right: 12px;
}

#Alton20 .tag-area .tags .tag:last-child {
  width: 69px;
  padding-right: 14px;
}

.hero .tag-group .tags .tag {
  padding: 0;
  display: block;
}

.hero .tag-group .tags .tag:first-child {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

#Alton20 .tag-floor .tags .tag:first-child {
  width: 154px;
  padding-left: 89px;
  font-size: 0.9em;
  margin-right: -1px;
  clip-path: polygon(100% 100%, 33% 100%, 60% 0%, 100% 0%);
}

#Alton20 .tag-area .tags .tag:first-child {
  width: 175px;
  clip-path: polygon(100% 100%, 23% 100%, 46% 0%, 100% 0%);
  direction: rtl;
  padding-left: 75px;
  font-size: 0.9em;
  margin-right: -1px;
}

#Alton20 .tag-group .tags .tag p {
  width: 100%;
  display: flex;
  position: relative;
  font-size: 1.6em;
  line-height: 17px;
  text-align: center;
  justify-content: space-evenly;
  align-items: center;
}

#Alton20 .tag-floor .tags .tag p:first-child {
  font-size: 1.7em;
}

#Alton20 .tag-group .tags .tag p:last-child {
  font-size: 13pt;
  color: rgba(255, 255, 255, 0.7294117647);
}

#Alton20 .tag-area {
  top: 227px;
  right: 76px;
  height: 50px;
  z-index: 15;
}

#Alton20 .tag-group .tags:last-child, #Alton21 .tag-group .tags:last-child {
  margin: 0;
}

#Alton20 .project-name {
  position: absolute;
  height: 100px;
  width: 200px;
  top: 62px;
  left: 160px;
  background-image: url(/Images/Alton20Arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 20;
}
#Alton20 .tag-application {
  top: 284px;
  right: 93px;
  height: 50px;
  z-index: 15;
}
#Alton20 .tag-application .tags .tag:first-child {
  width: 239px;
  clip-path: polygon(100% 100%, 30% 100%, 47% 0%, 100% 0%);
  direction: rtl;
  padding-left: 101px;
  font-size: 0.9em;
  margin-right: -1px;
}
#Alton20 .tag-application .tags .tag:last-child {
  width: 66px;
  padding-right: 13px;
}
#Alton20 .tag-application .tags .tag p:first-child {
  color: #FFF;
  font-size: 13pt;
}
#Alton20 .tag-application .tags .tag p:last-child {
  color: #FFF;
  font-size: 13pt;
}
#Alton20 .tag-application .tags i {
    font-size: 3.4em !important;
    line-height: 145% !important;
}

#Alton20 .tag-address {
  top: 341px;
  right: 109px;
  height: 50px;
  z-index: 15;
}
#Alton20 .tag-address .tags .tag:first-child {
  width: 294px;
  clip-path: polygon(100% 100%, 31% 100%, 45% 0%, 100% 0%);
  direction: rtl;
  padding-left: 132px;
  font-size: 0.9em;
  margin-right: -1px;
}
#Alton20 .tag-address .tags .tag:last-child {
  width: 60px;
  padding-right: 12px;
}
#Alton20 .tag-address .tags .tag p:first-child {
  color: #FFF;
  font-size: 13pt;
}
#Alton20 .tag-address .tags .tag p:last-child {
  color: #FFF;
  font-size: 13pt;
}
#Alton20 .tag-address .tags i {
    font-size: 3.4em !important;
    line-height: 145% !important;
}
#Alton20 .project-details, #Alton21 .project-details{
  position: absolute;
  z-index: 39;
  direction: rtl;
  text-align: right;
  font-family: var(--secondFont);
  font-size: 13pt;
}
#Alton20 .project-details{
  top: 400px;
  right: 123px;
  line-height: 15px;
}
#Alton20 .project-details .list-bullet i, #Alton21 .project-details .list-bullet i{
  color: #324e9a;font-weight: 900;font-size: 15pt;padding-left: 6px;
}
#Alton20 .project-details .solid-list-item:nth-child(1){
  margin-right: 0px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 1.2s;
}
#Alton20 .project-details .solid-list-item:nth-child(2){
  margin-right: 6px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 1.4s;
}
#Alton20 .project-details .solid-list-item:nth-child(3){
  margin-right: 14px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 1.6s;
}
#Alton20 .project-details .solid-list-item:nth-child(4){
  margin-right: 21px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 1.8s;
}
#Alton20 .project-details .solid-list-item:nth-child(5){
  margin-right: 29px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 2s;
}
#Alton20 .project-details .solid-list-item:nth-child(6){
  margin-right: 34px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 2.2s;
}
#Alton20 .project-details .solid-list-item:nth-child(7){
  margin-right: 38px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 2.4s;
}
#Alton20 .project-details .solid-list-item:nth-child(8){
  margin-right: 47px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 2.6s;
}
#Alton20 .project-details .solid-list-item:nth-child(9){
  margin-right: 54px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 2.8s;
}
#Alton20 .project-details .solid-list-item:nth-child(10){
  margin-right: 62px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 3s;
}
#Alton20 .project-details .solid-list-item:nth-child(11){
  margin-right: 69px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 3.2s;
}
#Alton20 .project-details .solid-list-item:nth-child(12){
  margin-right: 72px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 3.4s;
}
#Alton20 .project-details .solid-list-item:nth-child(13){
  margin-right: 76px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 3.6s;
}




#Alton20RightTriangle {
	animation: Alton20slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
#Alton20LeftTriangle {
  animation: Alton20slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
#Alton20MainImage{
  animation: Alton20slide-in-blurred-bottom 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
#Alton20 .tag-floor{
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) .3s both;
}
#Alton20 .tag-area{
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) .6s both;
}
#Alton20 .tag-application{
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) .9s both;
}
#Alton20 .tag-address{
  animation: Alton20swing-in-right-fwd 1.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) 1.2s both;

}


#Alton21 .hero-frame .hero-frame-background {
  background-image: url(/Images/Projects/Alton21.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-attachment: fixed;
  position: absolute;
  z-index: 9;
  left: -1px;
  width: calc(100% - 2px);
  height: 100%;
}
#Alton21 .hero-main-image {
  position: absolute;
  right: calc(50% - 722px);
  bottom: 0px;
  height: 100%;
  width: 641px;
  z-index: 20;
  background-image: url(/Images/Projects/Alton21.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

#Alton21 .image-right {
  position: absolute;
  display: block;
  opacity: 1;
  z-index: 799;

  width: 100%;
  background: url(/Images/Projects/Alton21-day.jpg);
  height: 100%;
  background-position: top;
  /* max-height: 580px; */
  background-repeat: no-repeat;
  /* max-width: 500px; */
  background-size: 562px 370px;
  clip-path: polygon(6% 3%, 94% 3%, 50% 61%);
  z-index: 799;
}
#Alton21 .image-right-night {
  position: absolute;
  display: none;
  z-index: 899;

  /* opacity: 0; */
  width: 100%;
  background: url(/Images/Projects/Alton21-night.jpg);
  height: 100%;
  background-position: top;
  /* max-height: 580px; */
  background-repeat: no-repeat;
  /* max-width: 500px; */
  background-size: 562px 370px;
  clip-path: polygon(6% 3%, 94% 3%, 50% 61%);
  /* transition: opacity .3s; */
  
}

#Alton21 .image-right-frame {
  height: 550px;
  background: rgba(13, 16, 32, 0.2117647059);
  position: absolute;
  z-index: 15;
  top: 27px;
  width: 573px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 66%);
  left: 1%;
  /* padding-left: 0px; */
  /* padding-top: 0px; */
}
#Alton21 .hero-shape{
  background-color: #283f79;
  height: 233px;
  width: 74px;
  position: absolute;
  top:27px;
  left: 0;
  z-index: 25;
  clip-path: polygon(0% 10%, 95% 50%, 0% 90%);
}
#Alton21 .hero-logo-frame{
  height: 280px;
  width: 330px;
  position: absolute;
  bottom:27px;
  right: 30%;
  z-index: 25;
  clip-path: polygon(0% 100%, 100% 100%, 52% 33%);
  background-image: url(/Images/Projects/Alton21.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-attachment: fixed;
}
#Alton21 .hero-logo-image{
  position: absolute;
  z-index: 26;
  background-image: url(/Images/Projects/Alton21Logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  background-position: center;
  height: 100px;
  bottom: 39px;
  right: 36.5%;
}
#Alton21 .hero-logo-frame div {
  height: 100%;
  width: 100%;
  background-color: #d7dfe4e8;
}
#Alton21 .tag-group .tags .tag p {
    width: 100%;
    display: flex;
    position: relative;
    font-size: 1.6em;
    line-height: 17px;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
}
#Alton21 .tag-group .tags .tag p:last-child {
    font-size: 13pt;
    color: rgba(255, 255, 255, 0.7294117647);
}

#Alton21 .tag-floor {
  top: 90px;
  right: 300px;
  height: 50px;
  z-index: 15;
  padding: 0;
  margin: 0;
}

#Alton21 .tag-floor .tags i {
  font-size: 3.4em !important;
  line-height: 144%;
}

#Alton21 .tag-floor .tags .tag:first-child {
  width: 210px;
  padding-left: 107px;
  font-size: 0.9em;
  margin-right: -1px;
  clip-path: polygon(100% 100%, 35% 100%, 54% 0%, 100% 0%);
}
#Alton21 .tag-floor .tags .tag:last-child {
  width: 71px;
  padding-right: 12px;
}
#Alton21 .tag-floor .tags .tag p:first-child {
  font-size: 1.7em;
}
#Alton21.hero .tag-group .tags .tag:last-child{background-image: url(/Images/Projects/Alton21.jpg);}

#Alton21 .tag-area {
  top: 147px;
  right: 294px;
  height: 50px;
  z-index: 15;
  padding: 0;
  margin: 0;
}

#Alton21 .tag-area .tags i {
  font-size: 3.4em !important;
  line-height: 144%;
}

#Alton21 .tag-area .tags .tag:first-child {
  width: 276px;
  padding-left: 136px;
  font-size: 0.9em;
  margin-right: -1px;
  direction:rtl;
  clip-path: polygon(100% 100%, 34% 100%, 48% 0%, 100% 0%);
}

#Alton21 .tag-area .tags .tag:last-child {
  width: 76px;
  padding-right: 19px;
}

#Alton21 .tag-application {
  top: 204px;
  right: 291px;
  height: 50px;
  z-index: 15;
  padding: 0;
  margin: 0;
}

#Alton21 .tag-application .tags i {
  font-size: 3.4em !important;
  line-height: 144%;
}

#Alton21 .tag-application .tags .tag:first-child {
  width: 402px;
  padding-left: 198px;
  font-size: 0.9em;
  margin-right: -1px;
  clip-path: polygon(100% 100%, 44% 100%, 54% 0%, 100% 0%);
}
#Alton21 .tag-application .tags .tag:last-child {
  width: 81px;
  padding-right: 19px;
}
#Alton21 .tag-application .tags .tag p:first-child {
  color: #FFF;
  font-size: 13pt;
}
#Alton21 .tag-application .tags .tag p:last-child {
  color: #FFF;
  font-size: 13pt;
}



#Alton21 .tag-address {
  top: 261px;
  right: 300px;
  height: 50px;
  z-index: 15;
  padding: 0;
  margin: 0;
}

#Alton21 .tag-address .tags i {
  font-size: 3.4em !important;
  line-height: 144%;
}

#Alton21 .tag-address .tags .tag:first-child {
  width: 435px;
  padding-left: 191px;
  font-size: 0.9em;
  margin-right: -1px;
  clip-path: polygon(100% 100%, 38% 100%, 47% 0%, 100% 0%);
}
#Alton21 .tag-address .tags .tag:last-child {
  width: 72px;
  padding-right: 8px;
}
#Alton21 .tag-address .tags .tag p:first-child {
  color: #FFF;
  font-size: 13pt;
}
#Alton21 .tag-address .tags .tag p:last-child {
  color: #FFF;
  font-size: 13pt;
}
#Alton21 .tag-area .tags p > i {
    font-size: 1.2rem !important;
    height: 0;
    line-height: 0% !important;
}

#Alton21 .project-details{
  top: 449px;
  right: calc(50vw - -75px);
  line-height: 15px;
  width: 506px;
}
#Alton21 .project-details .solid-list-item:nth-child(1){
  margin-right: 1px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 1.2s;
}
#Alton21 .project-details .solid-list-item:nth-child(2){
  margin-right: -22px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 1.4s;
}
#Alton21 .project-details .solid-list-item:nth-child(3){
  margin-right: -38px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 1.6s;
}
#Alton21 .project-details .solid-list-item:nth-child(4){
  margin-right: -55px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 1.8s;
}
#Alton21 .project-details .solid-list-item:nth-child(5){
  margin-right: -75px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 2s;
}
#Alton21 .project-details .solid-list-item:nth-child(6){
  margin-right: -103px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 2.2s;
}
#Alton21 .project-details .solid-list-item:nth-child(7){
  margin-right: -84px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 2.4s;
}
#Alton21 .project-details .solid-list-item:nth-child(8){
  margin-right: -62px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 2.6s;
}
#Alton21 .project-details .solid-list-item:nth-child(9){
  margin-right: -35px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 2.8s;
}
#Alton21 .project-details .solid-list-item:nth-child(10){
  margin-right: -15px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 3s;
}
#Alton21 .project-details .solid-list-item:nth-child(11){
  margin-right: 11px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 3.2s;
}
#Alton21 .project-details .solid-list-item:nth-child(12){
  margin-right: 30px;
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 3.4s;
}

#Alton21 .image-right-frame {
	animation: Alton20slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
#Alton21MainImage{
  animation: Alton20slide-in-blurred-bottom 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
#Alton21 .tag-floor{
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) .3s both;
}
#Alton21 .tag-area{
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) .6s both;
}
#Alton21 .tag-application{
  animation: Alton20swing-in-right-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) .9s both;
}
#Alton21 .tag-address{
  animation: Alton20swing-in-right-fwd 1.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) 1.2s both;

}


@keyframes Footer-bounce-top {
  0% {
    transform: translateY(-45px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(-6px);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(-4px);
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
  .footer.footer-dark{
    height: 776px !important;
    position: relative;
    padding: 50px 0 0 0;
    background-image: url(/Images/FooterMap.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    top: 2px;
  }
.footer .shader1{
  /* background-color: #002542b0; */
  z-index: 0;
  position: absolute;
  top:0;
  width: 101vw;
  height: 101%;
  right: -1%;
  -webkit-backdrop-filter: blur(6px) brightness(1);
  backdrop-filter: blur(6px) brightness(1);
}
.footer .footer-map-items {
  position: absolute;
  z-index: 50;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  /* transform: scale(100%); */
  transition:all .3s;
}
.footer .footer-map-items span{
  position:absolute;
  opacity: 1;
  transition: opacity .3s;
  color: #FFF;
}
.footer-map-items > span{
  width: 100%;
  height:100%;
}
.footer-map-items-text{
  color: white;
  font-size: 15pt;
  bottom: -44px;
  width:200px;
  height:40px;
}
#footer-sardaran21.footer-map-items:hover{
  transform: translate(-29px, -177px);
  filter: none;
  width: 96%;
  height: 100%;
  z-index: 999;
}
#footer-sardaran20.footer-map-items:hover{
  transform: translate(111px, -128px);
  filter: none;
  width: 96%;
  height: 92%;
  z-index: 999;
}
#footer-alton.footer-map-items:hover{
  transform: translate(-47px, -12px);
  filter: none;
  width: 96%;
  height: 84%;
  z-index: 999;
}
.footer-sardaran20{
  background-image: url(/Images/Projects/Alton20.png);
  top: 172px;
  right: 186px;
  width: 106px;
  height: 170px;
}
.footer-sardaran21{
  background-image: url(/Images/Alton21.png);
  top: 195px;
  right: 23px;
  width: 130px;
  height: 193px;
}
.footer-alton{
  background-image: url(/Images/LogoTransparentNew.png);
  top: 51px;
  left: 51px;
  width: 130px;
  height: 193px;
}
.footer .footer-map-frame{
  width: 1130px;
  position: absolute;
  height: 560px;
  z-index: 10;
  overflow: hidden;
  left: 0;
  margin: auto;
  right: 0;
  background-image: url(/Images/FooterMap.png);
  background-repeat: no-repeat;
  background-size: 115% 115%;
  background-position: top;
  top: 141px;
  border: none;
  background-position-y: -32px;
  border: 18px solid #ffffff26;
  box-shadow: 0 0 17px 0px #ffffff24;
}
#shader2, #shader3, #shader4 {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s;
}
.footer-map-items-header{
  opacity:0;
}
#footer-sardaran20:hover ~ #shader2{
  opacity: 1 !important;
}

#footer-sardaran20:hover > span{
  opacity:1 !important;
  display:block;
  width: 69%;
  height: 100%;
  top: 7px;
  right: unset;
  left: 1px;
}
span .footer-map-items-text{
  bottom: -50px;
}
span .footer-map-items-header,
span.footer-map-items-address,
span.footer-map-items-cta{
  display: none;
  opacity:0;
}
#footer-sardaran20:hover > span .footer-map-items-text{
  opacity: 0;
}
#footer-sardaran20:hover > span .footer-map-items-header{
  display: flex;
  opacity: 1;
  top: 63px;
  background: #3280dd;
  width: 73%;
  position: absolute;
  text-align: center;
  right: -113px;
  height: 120px;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 31pt;
  color: #FFF;
  flex-wrap: wrap;
  text-shadow: 0px 0 4px black;
  font-family: var(--secondFont);
  clip-path: polygon(10% 0, 100% 0, 93.5% 100%, 10% 100%, 0 50%);
}

#footer-sardaran20:hover > span .footer-map-items-address {
  display: block;
  opacity: 1;
    top: 208px;
    font-family: var(--secondFont);
    font-size: 16pt;
    right: -65px;
}

#footer-sardaran20:hover > span .footer-map-items-cta {
    display: flex;
  opacity: 1;
  top: 262px;
  font-family: var(--secondFont);
  font-size: 16pt;
  right: -62px;
}
span.footer-map-items-cta .button {
    color: #FFF;  
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 18pt;
    padding: 51px 68px 51px 56px !important;
    clip-path: polygon(94% 100%, 0% 100%, 6% 0%, 100% 0%);
    background: #ffffff14;
    border: none;
}
span.footer-map-items-cta .button:hover{
  background: #ffffff36;
}
span.footer-map-items-cta i {
    padding: 0 0 0px 15px;
    font-size: 52pt;
}




.footer-map-items-header{
opacity:0;
}
#footer-sardaran21:hover ~ #shader3{
opacity: 1 !important;
}

#footer-sardaran21:hover > span{opacity:1 !important;display:block;width: 71%;height: 100%;top: 34px;right: unset;left: -30px;}
#footer-sardaran21:hover > span .footer-map-items-text{
opacity: 0;
}
#footer-sardaran21:hover > span .footer-map-items-header{display: flex;opacity: 1;top: 63px;background: #3280dd;width: 73%;position: absolute;text-align: center;right: 0px;height: 120px;align-content: center;justify-content: center;align-items: center;font-size: 31pt;color: #FFF;flex-wrap: wrap;text-shadow: 0px 0 4px black;font-family: var(--secondFont);clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 50%);}

#footer-sardaran21:hover > span .footer-map-items-address {display: block;opacity: 1;top: 208px;font-family: var(--secondFont);font-size: 16pt;right: 2px;}

#footer-sardaran21:hover > span .footer-map-items-cta {
  display: flex;
  opacity: 1;
  top: 262px;
  font-family: var(--secondFont);
  font-size: 16pt;
  right: 0px;
}
span.footer-map-items-cta .button {
  color: #FFF;  
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 18pt;
  background: #ffffff14;
  border: none;
}
#footer-sardaran20 .footer-map-items-cta .button{
  clip-path: polygon(94% 100%, 0% 100%, 6% 0%, 100% 0%);
    padding: 51px 68px 51px 56px !important;
}
#footer-sardaran21 .footer-map-items-cta .button{
  clip-path: polygon(100% 100%, 0% 100%, 6% 0%, 100% 0%);
  padding: 51px 80px 51px 102px !important;
}
#footer-alton .footer-map-items-cta .button{
  clip-path: polygon(85% 100%, 0% 100%, 15% 0%, 100% 0%);
  padding: 51px 77px 51px 67px !important;
}
span.footer-map-items-cta .button:hover{
background: #ffffff36;
}
span.footer-map-items-cta i {
  padding: 0 0 0px 15px;
  font-size: 52pt;
}



.footer-map-items-header{
opacity:0;
}
#footer-alton:hover ~ #shader4{
opacity: 1 !important;
}

#footer-alton:hover > span{opacity:1 !important;display:block;width: 71%;height: 100%;top: 34px;right: unset;left: -30px;}
#footer-alton:hover > span .footer-map-items-text{
opacity: 0;
}
#footer-alton:hover > span .footer-map-items-header{display: flex;opacity: 1;top: 33px;background: #3280dd;width: 84%;position: absolute;text-align: center;right: 28px;height: 105px;align-content: center;justify-content: center;align-items: center;font-size: 27pt;color: #FFF;flex-wrap: wrap;text-shadow: 0px 0 4px black;font-family: var(--secondFont);clip-path: polygon(10% 0, 100% 0, 88% 100%, 10% 100%, 0 50%);}

#footer-alton:hover > span .footer-map-items-address {display: block;opacity: 1;top: 166px;font-family: var(--secondFont);font-size: 16pt;right: 134px;}

#footer-alton:hover > span .footer-map-items-cta {
  display: flex;
  opacity: 1;
  top: 221px;
  font-family: var(--secondFont);
  font-size: 16pt;
  right: 157px;
}

#footer-alton span .footer-map-items-text{
  bottom: -1px;
}
.footer-credits{
  color: #bebebe;
  width: 100vw;
  position: absolute;
  bottom: 27px;
  height: 37px;
  display: flex;
  z-index: 1000;
  flex-direction: row;
  font-size: 14pt;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-family: var(--secondFont);
}
.footer-credits img{
  height: 141%;
}
.footer-copyright{
  z-index: 1000;
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100vw;
  padding: 2px;
  direction: rtl;
  background: #00000045;
}
