@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Ultra&display=swap');
@import url('https://fonts.cdnfonts.com/css/kapakana');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ultra&display=swap');
* {
  margin: 0;
  padding: 0;
}header {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  height: 80px;
  width: 100%;
  text-transform: uppercase;
  font-family: poppins;
  color: #C9BEAF;
  

}header h1{
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 40px;
}

header .heading {
  font-family: "poppins";
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 40px;
}
* { box-sizing: border-box; user-select: none; }
body { 
    margin: 0; 
    background: #111; 
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto; /* Allow scrolling between images */
}.title-text{
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 83%;
    left: 25%;    
    color: #C9BEAF;
    align-items: center;
    align-content: center;
    text-align: center;
}.title-text h2{
    font-size: 5rem;
    margin-bottom: 20px;
    font-family: amoria;
    text-transform: uppercase;
    font-weight: normal;
    width: 892px;
    height: 70px;
    

}.title-text p{
    font-size: 24px;
    width: 1000px;
    height: 224px;
    line-height: 1.5;
    text-align: center;
    font-family: inter;
    font-weight: 600;
    margin-top: 40px;
}.journey{
    width: 1200px;
    height: 300px;
    margin-top: 100px;
    margin-bottom: 100px;
    color: #C9BEAF;
    font-family: inter;
    font-weight: 600 ;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
}


/* Each image section */
.zoom-viewport {
    width: 1920px;
    height: 1080px; /* Fixed height for the "window" */
    overflow: hidden;
    position: relative;
    background: #000;
    cursor: zoom-in;
}

.zoom-content {
    transform-origin: 0 0;
    position: absolute;
    will-change: transform;
    cursor: zoom-in;
}

img { display: block; max-width: none; pointer-events: none; }

.hint {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 13px;
    color: #666;
    pointer-events: none;
}
/*button section*/
.btn{
  width: 300px;
  height: 60px;
  background-color: #1F1E20;
  margin-top: 50px;
  border-radius: 40px;
  border: none;

  
}.btn a{
  
  text-decoration: none;
  font-size: 3rem;
  background-color: #1F1E20;
  color: #F1EBE7;
  font-family: kapakana;
  text-transform: capitalize;
  text-align: center;
  
}.footer{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 100px;
  margin-bottom: 100px;
  width: 90%;
  
}.footer a {
  text-decoration: none;
  color: #C9BEAF;
  font-family: kapakana;
  font-size: 4rem;
  text-transform: capitalize;
}.footer_thanks{
    width: 90%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 100px;
    color: #C9BEAF;
    font-family: poppins;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
}
