html,
body {
  margin: 0;
  height: 100%;
  font-weight: 300;
}
body {
  overflow-x: hidden;
}

.full-screen {
  display: block;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
section.scroll, section.full-screen{padding: 0;}
#intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--color-just-black);
}

#masthead {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.anchor-nav{
  display:inline-flex;
  gap:10px;
  align-items: center;
  width:100%;
  align-content: center;
}
.anchor-nav a {
  padding: 1rem 2rem;
  height: 130px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  display: flex;
  align-content: baseline;
  align-items: end;
  font-size: 0.8rem;
  width: 20%;
}


#panels #panels-container {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  overflow: hidden;
  background-color: #ddd;
}
#panels #panels-container .panel {
  color: var(--color-just-black);
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;

  background-color: #11151796;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-attachment: fixed;
}
#panels #panels-container .panel img {
  max-width: 100%;
  height: auto;
  display: block;
}
#panels #panels-container .panel .panels-navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#panels #panels-container .panel .anchor-panel,
#panels #panels-container .panel .nav-panel {
  text-transform: uppercase;
  margin-right: 2rem;
}
#panels #panels-container .panels-navigation {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  right: 2rem;
}

a {
  color: var(--color-just-black)
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.text-hero h2 {
  font-family: 'SF UI Display Heavy';
  font-size: 2rem;
  color: rgba(255, 255, 255, 1);
}

.hero-right {
  justify-content: center;
  align-items: center;
  background: rgba(40, 40, 40, 0.5);
  padding: 1rem;
  z-index: 1;
 height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.hero-right ul {
  list-style: none;
  line-height: 2.5;
  padding-left: 3%;
}

.hero-right li {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.hero-right ul li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.hero-right ul li a span {
  transition: transform 0.3s ease;
  color: rgba(255, 255, 255, 1);
  font-size: 1.2rem;
  margin-left: 10px;
}


.hero-right ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 203, 41, 1);
}

.hero-right ul li a:hover span {
  transform: translateX(2px);
  color: rgba(255, 203, 41, 1);
}

.hero-right ul li:hover {
  transform: translateX(5px);
}

#scrollShow {
  position: absolute;
  left: 20px;
  bottom: 5%;
  background: none;
  color: white;
  padding: 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 90%;
  justify-content: center;
  /*background-color: #0f0f0f;*/
  cursor: pointer;
  transition: all .5s ease-in-out;
  animation: moveLine 2s infinite;
}

#scrollShow::after {
  content: '';
  display: inline-block;
  width: 100%; 
  height: 2px;
  background-color: white;
  margin-left: 10px;
}

#scrollShow::before {
  position:absolute;
  right:20px;
  transform: rotate(45deg);
  content: '';
  display: inline-block;
  width: 19px; 
  height: 19px;
  background-color: trasparent;
  border:2px solid #fff;
  border-left:2px solid transparent;
  border-bottom:2px solid transparent;
  margin-left: 10px;
  /*animation: moveLine 2s infinite;*/
}

#scrollShow:hover {
  background-color: #111517;
  transition: all .5s ease-in-out;
}

.heading-new {
  font-family: 'SF UI Display Heavy';
  font-size: clamp(3rem, 10vw, 5rem);
  line-height: 1.1;
  color: rgba(255, 255, 255, 1);
  text-align: left;
}

.learn-more a p {
  color: rgba(255, 203, 41, 1) !important;
  text-decoration: none;
  transition: color 0.3s, text-decoration 0.3s;
}

.learn-more a p span i {
  color: rgba(255, 203, 41, 1) !important;
}

.learn-more a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.learn-more a p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 80%;
  height: 2px;
  background-color: rgba(255, 203, 41, 1);
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.learn-more:hover a p::after {
  transform: scaleX(0);
  background-color: rgba(255, 255, 255, 1);
}

.learn-more:hover a p,
.learn-more:hover a p span i {
  color: rgba(255, 255, 255, 1) !important;
}

#masthead {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 68%; 
  display: flex;
  flex-direction: column;
}

.progress-images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; 
}

.progress-images a {
  width: 16%; 
  height: 100px; 
  border-radius: 10px;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 10px;
  font-size: 0.8rem;
  transition: transform 0.3s ease;
  border: 2px solid #ffffff;
  transition: all .4s eas-in-out;
}

.progress-images a:hover {
  transform: translateY(-5px);
}

.progress-images a.active span {
  opacity: 0;
}

.progress-bar {
  width: 100%;
  height: 4px;
  background-color: #ddd;
  border-radius: 2px;
  overflow: hidden;
}

.progress-fill {
  width: 0;
  height: 100%;
  background-color: #ffd700;
  transition: width 0.3s ease;
}

.panel.full-screen {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.background-image-container {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 30%;
  background-image: url('../../uploads/mapp.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: opacity 0.3s ease;
  z-index: 1;
  /*transform: scale3d(1.6, .3, 0.1) rotate(30deg);*/
  /*transform: scale3d(2, .3, .1) rotate(0deg);*/
  width: 100%;
  /*transition: all 2.5s ease;*/
 /*animation: rotateMap 25s infinite;*/
}

.container {
  position: relative;
  z-index: 2;
}

@keyframes moveLine {
  0% {
      transform: translateX(-10px);
  }
  25% {
      transform: translateX(10px); 
  }
  50% {
      transform: translateX(-10px);
  }
  75% {
      transform: translateX(10px); 
  }
  100% {
      transform: translateX(-10px); 
  }
}

@keyframes rotateMap {
  0% {
      transform: scale3d(2, .3, .1) rotate(0deg);
      transition: all 25s ease;
  }
  50% {
      transform: scale3d(2, .3, .1) rotate(180deg);
      transition: all 25s ease;
  }
  100% {
      transform: scale3d(2, .3, .1) rotate(360deg); 
      transition: all 25s ease;
  }
}


/* Responsive */
@media (max-width: 992px) {
  .heading-new {
    font-size: 3.5rem;
  }
  
  .text-hero h2 {
    font-size: 2rem;
  }
  
  .progress-images a {
    height: 100px;
  }
  #scrollShow {
    position: absolute;
    left: 0;
    bottom: 10%;
    background: none;
    color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    justify-content: center;
  }
  
  #scrollShow::after {
    content: '';
    display: inline-block;
    width: 100%; 
    height: 2px;
    background-color: white;
    margin-left: 10px;
    animation: moveLine 2s infinite;
  }
}

@media (max-width: 768px) {
    .heading-new {
      font-size: 3rem;
    }
    
    .text-hero h2 {
      font-size: 1.5rem;
    }
    
    .hero-right {
      height: 100vh;
    }
    
    #scrollShow {
      position: absolute;
      left: 0;
      bottom: 10%;
      background: none;
      color: white;
      padding: 10px;
      display: flex;
      align-items: center;
      white-space: nowrap;
      width: 100%;
      justify-content: center;
    }
    
    #scrollShow::after {
      content: '';
      display: inline-block;
      width: 100%; 
      height: 2px;
      background-color: white;
      margin-left: 10px;
      animation: moveLine 2s infinite;
    }
    
    .anchor-nav a {
      width: calc(16.66% - 10px);
      height: 80px;
    }
  }

  @media (max-width: 576px) {
    .heading-new {
      font-size: 2.5rem;
      text-align: center; 
      line-height: 1.2;
  }

  .hero-left {
      display: block;
      flex-direction: column;
      justify-content: center; 
      align-items: center; 
      text-align: center; 
      margin: 0 auto; 
      padding: 0 15px; 
      width: 100%; 
  }
  
  
    
    .hero-right {
      display: none;
    }
    
    .progress-images {
     display: none;
    }

  #scrollShowinSmallDevice {
    display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: -50%;
        left: 0;
        width: 100%;
        color: white;
        background: none;
        padding: 10px;
  }

  #scrollShowinSmallDevice::before {
    content: 'Scroll'; 
    display: inline-block;
    margin-right: 10px; 
  }

  #scrollShowinSmallDevice::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: white;
    animation: moveLine 2s infinite;
}

.learn-more {
  display: flex; 
  align-items: center; 
  justify-content: center; 
}

.learn-more p {
  display: flex; 
  align-items: center; 
  justify-content: center; 
}

.learn-more span {
  margin-left: 5px;
}

.learn-more a p::after {
  width: 80%;
}

.caption2 {
  text-align: center;
}
  }