* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-color: #111;
  color: white;
}

.main .intro {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #111;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.main .intro h1 {
  font-size: 3.5rem;
}

section nav {
  position: fixed;
  width: 100%;
  padding: 2rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.40);
  backdrop-filter: blur(4px);
  transition: background-color 1s ease;
}

nav.nav-white {
  background: #111;
}

.resp-menu {
  height: 100%;
  width: 100%;
  padding: 2rem 1rem;
  position: absolute;
  z-index: 90;
  background-color: rgb(17, 17, 17, 0.85);
  backdrop-filter: blur(4px);
  position: fixed;
  display: flex;
  opacity: 0;
  align-items: center;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.6s ease, transform 0.6s ease;

}

.resp-menu.open {
  opacity: 1;
  transform: translateY(0);
}

.resp-click {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.resp-click a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  font-size: 1.5rem;
  margin-top: 1rem;
  color: rgba(221, 219, 219, 0.8);
  border-bottom: 1px rgba(221, 219, 219, 0.3) solid;
  transition: color 0.6s ease;
}

.resp-click a:hover {
  color: rgba(242, 162, 77, 0.8);
}

.resp-click a:hover h3 {
  transform: translateY(10px);
  margin-right: 10px;
  transition: treansform 0.4s ease;
}

.resp-click h3 {
  transform: translateY(20px);
  margin-right: 20px;
}

.nav-links a {
  margin-left: 2rem;
  text-decoration: none;
  color: white;
  font-size: 0.9rem;
}

.resp-nav {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.resp-nav span {
  width: 24px;
  height: 2px;
  background: white;
  transition: 0.3s;
}

.resp-nav .ntg {
  transition: all 1s ease;
}

section.sec1 {
  position: relative;
  height: 400vh;
  background: #111;
}

section .vid {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
}

section .vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text {
  width: 100%;
  background-color: rgba(17, 17, 17, 0.5);
  color: rgba(221, 219, 219, 0.8);
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
}

section.sec1 .text .text1 {
  height: 100vh;
}


.page1 {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 4rem;
}

.page1 h1 {
  font-size: 5rem;
  letter-spacing: 3px;
}

.page1 p {
  font-size: 1.2rem;
  margin-top: 1rem;
  line-height: 1.6;
  opacity: 0.85;
  border-top: 2px solid rgba(221, 219, 219, 0.8);
  padding-top: 1rem;
}

.cta {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.cta span {
  font-size: 0.9rem;
  opacity: 0.6;
}

section.sec1 .text .page1 button {
  padding: 0.6rem 1.2rem;
  font-size: 0.75rem;
  color: white;
  background-color: transparent;
  border: 1px solid white;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all ease 0.6s;
}

section.sec1 .text .page1 button:hover {
  background-color: white;
  color: #111;
}

.page2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6rem 5rem;
  backdrop-filter: blur(3px);
}

.left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 50%;
}

.left h1 {
  font-size: 4.5rem;
  letter-spacing: 2px;
}

.left h3 {
  font-size: 1rem;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.right {
  width: 40%;
  font-size: 1.2rem;
  line-height: 1.7;
  opacity: 0.85;
  padding: 2rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.40);
  backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page2 ul {
  margin-top: 1.5rem;
  list-style: none;
}

.page2 ul li {
  margin-bottom: 0.8rem;
}

.page3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6rem 5rem;
  backdrop-filter: blur(3px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.stats {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

.stats div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stats h2 {
  font-size: 2rem;
}

.stats span {
  font-size: 0.8rem;
  opacity: 0.6;
}

.page4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 6rem 5rem;
  backdrop-filter: blur(3px);
}

.final-btn {
  margin-top: 2rem;
  padding: 0.8rem 2rem;
  border: 1px solid white;
  background: transparent;
  color: white;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 0.3s, color 0.3s;
}

.final-btn:hover {
  background: white;
  color: #111;
}

.page-marq {
  width: 100%;
  background-color: #111;
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  flex-direction: row;
  position: relative;
  width: max-content;
}

.page-marq .scroll-effect {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 1.5rem 2rem;
  background-color: #111;
  flex-shrink: 0;
}

.marquee-track .scroll-effect .scroll img {
  height: 7vh;
  width: 100%;
  border-radius: 20px;
}

.scroll {
  flex-shrink: 0;
  white-space: nowrap;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.scroll h1 {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 4px;
  opacity: 0.9;
}

.hero {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 4rem;
}


.hero-header {
  width: 80%;
  text-align: left;
  position: sticky;
  top: 0%;
}

.hero-header h2 {
  font-size: 2rem;
  color: #ff8c00;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}

.hero-header p {
  width: 50%;
  border-top: 1px solid white;
  font-size: 1rem;
  opacity: 0.5;
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}


.hero .explore {
  margin-top: 1rem;
  height: 80vh;
  width: 90%;
  position: sticky;
  top: 15%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background-color: #111;
  border-top: 1px solid #ff8c00;
  border-bottom: 1px solid #ff8c00;
  border-radius: 10px;
  padding: 2rem;
}

.hero .explore .countries {
  height: 100%;
  width: 40%;
  overflow: hidden;
  border-radius: 10px;
}

.hero .explore .explore-content {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.hero .explore .explore-content h2 {
  font-size: 4rem;
  text-align: left;
}

.hero .explore .countries img {
  height: 100%;
  width: 100%;
  background-size: cover;
}

.sec2 {
  background-color: #111;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ff8c00;
}

.sec2-header {
  position: absolute;
  top: 3%;
  left: 1%;
  z-index: 2;
}

.sec2-header h2 {
  font-size: 2rem;
  color: #ff8c00;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}

.sec2-header p {
  border-top: 1px solid white;
  font-size: 1rem;
  opacity: 0.5;
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sec2-track {
  display: flex;
  width: max-content;
}

.sec2-panel {
  width: 40vw;
  height: 100vh;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  margin-top: 1rem;
}

.sec2-panel:nth-child(1) {
  margin-left: 30vw;
}

.sec2-panel:nth-last-child(1) {
  margin-right: 30vw;
}

.panel-card {
  width: 380px;
  height: 510px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 0.5px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.4s ease, border 0.4s ease;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 1rem;
}


.card-img {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}

.card-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(to top, #111, transparent);
}

.card-img img {
  width: 100%;
  height: 100%;
  background-image: cover;
}

.card-info {
  padding: 1.5rem;
  border: none;
  outline: none;
}

.card-tag {
  font-size: 0.65rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #ff8c00;
  margin-bottom: 0.6rem;
}

.card-info h2 {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0.6rem;
}

.card-info p {
  font-size: 0.8rem;
  opacity: 0.45;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.card-stats {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.08);
}

.card-stats span {
  font-size: 0.7rem;
  opacity: 0.6;
  letter-spacing: 1px;
}

.card-btn {
  width: 100%;
  padding: 0.65rem;
  font-size: 0.7rem;
  color: white;
  background: transparent;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.card-btn:hover {
  background: #ff8c00;
  color: #111;
}

.sec2-footer {
  position: fixed;
  bottom: 3%;
  right: 2%;
}

.sec2-footer h2 {
  font-size: 2rem;
  color: #ff8c00;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  text-align: end;
}

.sec2-footer p {
  border-top: 1px solid white;
  font-size: 1rem;
  opacity: 0.5;
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sec3 {
  background-color: #111;
  padding: 6rem 1rem;
  min-height: 100vh;
  border-bottom: 1px dotted white;
  overflow: hidden;
}

.gallery-header {
  text-align: left;
  margin-bottom: 5rem;
  width: 30vw;
}

.gallery-header h2 {
  font-size: 2rem;
  -webkit-text-stroke: 1px #ff8c00;
  color: transparent;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}

.gallery-header p {
  border-top: 1px solid white;
  font-size: 1rem;
  opacity: 0.5;
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.visits {
  columns: 3;
  column-gap: 1rem;
}

.visit-item {
  break-inside: avoid;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.visit-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.6s ease;
}

.visit-item:hover img {
  transform: scale(1.08);
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1.5rem 1.2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  color: white;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.visit-item:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}

.overlay span {
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.gallery-view {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgb(17, 17, 17, 0.8);
  backdrop-filter: blur(4px);
  z-index: 100;
}

.gallery-view .left-button {
  height: 50px;
  width: 50px;
  position: absolute;
  display: flex;
  left: 25%;
  color: white;
  font-size: 3rem;
  z-index: 101;
}

.gallery-view .right-button {
  height: 50px;
  width: 50px;
  position: absolute;
  display: flex;
  font-size: 3rem;
  color: white;
  right: 25%;
  z-index: 101;
}

.gallery-view .pics-view {
  width: 40vw;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  overflow: hidden;
}

.gallery-view .pics-view .picture1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.gallery-view .pics-view img {
  width: 40vw;
  height: 80vh;
  background-size: cover;
}

.gallery-view button {
  position: absolute;
  bottom: 5%;
  right: 10%;
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
  border-radius: 20px;
}

.gallery-view {
  display: none;
}


.contact {
  background: #111;
  min-height: 100vh;
  color: white;
  padding: 5rem 3rem;
  border-top: 1px dotted white;
}

.contact-top {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}

.contact-title {
  font-size: 6vw;
  font-weight: 900;
  line-height: 1;
}

.contact-title span {
  -webkit-text-stroke: 1px #ff8c00;
  color: transparent;
}

.contact-cards {
  width: 50%;
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.contact-card {
  padding: 2rem;
}

.contact-card-title {
  font-size: 0.7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0.5rem;
}

.contact-card-val {
  font-size: 1rem;
  color: white;
  font-weight: 600;
}

.contact-form-row {
  width: 80%;
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.contact-form-full {
  border: 1px solid white;
  margin-bottom: 1rem;
  width: 50%;
}

.contact-inp {
  border: 1px solid white;
  background-color: transparent;
  width: 100%;
  padding: 1.8rem 2rem;
  font-size: 0.95rem;
  color: white;
}

.contact-inp::placeholder {
  color: rgba(255, 255, 255, 0.18);
}

.contact-ta {
  background: #0a0a0a;
  border: none;
  outline: none;
  width: 100%;
  padding: 1.8rem 2rem;
  font-size: 0.95rem;
  color: white;
  resize: none;
  height: 130px;
}


.contact-ta::placeholder {
  color: rgba(255, 255, 255, 0.18);
}

.contact-container {
  display: flex;
  gap: 3rem;
}

.link {
  font-size: 2rem;
  color: #ff8c00;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.link a {
  color: #ff8c00;
}

.contact-bottom {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ff8c00;
  padding: 1.5rem 2rem;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-bottom:hover {
  background: white;
}

.contact-bottom span {
  font-size: 0.8rem;
  font-weight: 700;
  color: #0a0a0a;
  letter-spacing: 2px;
}

.contact-bottom div {
  font-size: 1.4rem;
  color: #0a0a0a;
}

.contact-ok {
  margin-top: 1rem;
  position: absolute;
  right: 10%;
  text-align: center;
  padding: 0.4rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: black;
  background-color: aliceblue;
  border-radius: 10px;
  text-transform: uppercase;
  display: none;
}

.contact-ok.show {
  display: block;
  transition: 1s all ease;
}


@media (max-width: 920px) {
  .main .intro h1 {
    font-size: 3rem;
  }


  section nav {
    padding: 1.5rem 2rem;
  }

  .page1 {
    width: 70%;
    padding: 3rem;
  }

  .page1 h1 {
    font-size: 3.5rem;
  }

  .page2 {
    flex-direction: column;
    gap: 2rem;
    padding: 4rem 2rem;
  }

  .page3 {
    flex-direction: column-reverse;
    gap: 2rem;
    padding: 4rem 2rem;
  }

  .left,
  .right {
    width: 100%;
  }

  .page4 {
    padding: 4rem 2rem;
  }

  .visits {
    columns: 2;
  }

  .gallery-header {
    width: 70%;
  }

  .gallery-header h2 {
    font-size: 1.5rem;
  }

  .gallery-header p {
    font-size: 0.85rem;
  }


  .gallery-view .left-button {
    left: 5%;
    color: white;
    font-size: 2rem;
  }

  .gallery-view .right-button {
    font-size: 2rem;
    color: white;
    right: 5%;
  }

  .gallery-view .pics-view {
    width: 80vw;
    height: 80vh;
    display: flex;
  }


  .gallery-view .pics-view img {
    width: 90vw;
    height: 80vh;
    background-size: cover;
  }

  .gallery-view button {
    bottom: 3%;
  }

  .sec2 {
    height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .sec2-header {
    position: sticky;
    top: 8%;
    left: 1.5rem;
    width: 80%;
  }

  .sec2-header h2 {
    font-size: 1.2rem;
  }

  .sec2-header p {
    font-size: 0.75rem;
  }

  .sec2-track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .sec2-track::-webkit-scrollbar {
    display: none;
  }

  .panel-card {
    width: 300px;
    height: 460px;
  }

  .card-img {
    height: 180px;
  }

  .sec2-footer {
    display: none;
  }

  .hero {
    padding: 2rem 2rem;
  }

  .hero-header {
    width: 100%;
  }

  .hero-header h2 {
    font-size: 1.6rem;
  }

  .hero-header p {
    width: 70%;
    font-size: 0.65rem;
  }

  .hero .explore {
    width: 100%;
    height: 80vh;
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem;
    top: 13%;
  }

  .hero .explore .countries {
    width: 50%;
    height: 60%;
  }

  .hero .explore .explore-content {
    width: 100%;
  }

  .hero .explore .explore-content h2 {
    font-size: 2.5rem;
  }


  .contact {
    padding: 2rem 1rem;
    position: relative;
  }

  .contact-title {
    font-size: 8vw;
    font-weight: 900;
    line-height: 1;
  }

  .contact-top {
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .contact-cards {
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .contact-card {
    padding: 0.7rem 0rem;
  }

  .contact-form-row {
    width: 100%;
  }

  .contact-inp {
    padding: 1rem 0.5rem;
  }

  .cont-num {
    width: 30%;
  }

  .cont-email {
    width: 70%;
  }

  .contact-form-full {
    width: 100%;
  }

  .contact-ta {
    width: 100%;
    padding: 1rem 0.5rem;
  }

  .contact-container .link {
    font-size: 1.4rem;
  }

  .contact-bottom {
    height: 2rem;
    margin-bottom: 1rem;
  }

  .contact-ok {
    position: absolute;
    right: 10%;
    top: 10%;
  }
}

@media (max-width: 600px) {
  .main .intro h1 {
    font-size: 2rem;
  }


  section nav {
    padding: 1.2rem 1.5rem;
    position: fixed;
  }

  .nav-links {
    display: none;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    margin-left: 0;
    font-size: 1rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .resp-nav {
    display: flex;
  }

  .page1 {
    width: 100%;
    padding: 1rem;
    justify-content: flex-end;
    padding-bottom: 8rem;
  }

  .page1 h1 {
    font-size: 2.8rem;
    letter-spacing: 2px;
  }

  .page1 p {
    font-size: 0.9rem;
    margin-top: 0.8rem;
  }

  .cta {
    margin-top: 1.2rem;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .cta span {
    font-size: 0.7rem;
  }

  section.sec1 .text .page1 button {
    padding: 0.5rem 1rem;
    font-size: 0.65rem;
  }

  .page2 {
    flex-direction: column;
    padding: 7rem 1rem;
    gap: 2rem;
  }

  .left {
    width: 100%;
  }

  .left h1 {
    font-size: 2.5rem;
  }

  .left h3 {
    font-size: 0.75rem;
  }

  .right {
    width: 100%;
    font-size: 0.85rem;
    padding: 1.2rem;
  }

  .page2 ul li {
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
  }

  .page3 {
    flex-direction: column-reverse;
    padding: 8rem 1rem;
    gap: 2rem;
  }

  .page3 .left h1 {
    font-size: 2.5rem;
  }

  .page3 .left p {
    font-size: 0.85rem;
    line-height: 1.7;
    opacity: 0.8;
  }

  .stats {
    width: 100%;
    justify-content: space-between;
    gap: 0;
    margin-top: 0;
  }

  .stats div {
    align-items: center;
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0.5rem;
  }

  .stats div:last-child {
    border-right: none;
  }

  .stats h2 {
    font-size: 1.4rem;
  }

  .stats span {
    font-size: 0.6rem;
    text-align: center;
  }

  .page4 {
    padding: 3rem 1.5rem;
  }

  .page4 h1 {
    font-size: 2rem;
  }

  .page4 p {
    font-size: 0.85rem;
    opacity: 0.8;
    margin-top: 0.8rem;
  }

  .page5 {
    display: block;
  }

  .scroll h1 {
    font-size: 2rem;
    letter-spacing: 3px;
  }

  .sec3 {
    padding: 4rem 1.2rem;
  }

  .gallery-header {
    width: 100%;
  }

  .gallery-header h2 {
    font-size: 1.2rem;
  }

  .gallery-header p {
    font-size: 0.75rem;
  }

  .visits {
    columns: 1;
  }

  .visit-item {
    margin-bottom: 0.5rem;
    border-radius: 8px;
  }

  .overlay span {
    font-size: 0.7rem;
    letter-spacing: 1px;
  }

  .gallery-view .left-button {
    left: 5%;
    color: white;
    font-size: 2rem;
  }

  .gallery-view .right-button {
    font-size: 2rem;
    color: white;
    right: 5%;
  }

  .gallery-view .pics-view {
    width: 80vw;
    height: 60vh;
    display: flex;
  }


  .gallery-view .pics-view img {
    width: 90vw;
    height: 60vh;
    background-size: cover;
  }

  .gallery-view button {
    bottom: 3%;
  }

  .sec2 {
    height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .sec2-header {
    position: sticky;
    top: 8%;
    left: 1.5rem;
    width: 80%;
  }

  .sec2-header h2 {
    font-size: 1.2rem;
  }

  .sec2-header p {
    font-size: 0.75rem;
  }

  .sec2-track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .sec2-track::-webkit-scrollbar {
    display: none;
  }

  .sec2-panel {
    width: 100vw;
  }

  .sec2-panel:nth-child(1) {
    margin-left: 0.5rem;
  }

  .sec2-panel:nth-last-child(1) {
    margin-right: 0.5rem;
  }

  .panel-card {
    width: 80vw;
    height: 60vh;
    flex-shrink: 0;
    border-color: rgb(255, 140, 0);
  }

  .card-img {
    height: 160px;
  }

  .card-img img {
    height: 260px;
  }

  .card-info h2 {
    font-size: 0.9rem;
  }

  .card-tag {
    font-size: 0.6rem;
  }

  .card-stats span {
    font-size: 0.6rem;
  }

  .card-btn {
    font-size: 0.6rem;
    padding: 0.5rem;
  }

  .sec2-footer {
    display: none;
  }

  .hero {
    padding: 1.5rem 1.2rem 2rem;
    gap: 1.5rem;
  }

  .hero-header {
    width: 100%;
    position: sticky;
    top: 0;
    background: #111;
    padding-bottom: 0.5rem;
  }

  .hero-header h2 {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }

  .hero-header p {
    width: 100%;
    font-size: 0.75rem;
  }

  .hero .explore {
    width: 100%;
    height: 70vh;
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
    top: 11%;
  }

  .hero .explore .countries {
    width: 100%;
    height: 60%;
  }

  .hero .explore .explore-content {
    width: 100%;
  }

  .hero .explore .explore-content h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }

}