  :root{
  --gap: 16px;
  --side-min: 260px;
  --mid-min: 380px;
  --wrap-max: 1200px;
}

body{
  margin:0;
  padding: 0 20px 20px;
  background: url('/images/wrinkled-paper.jpg') center / cover no-repeat;
}

p{
  font-family:'DotGothic16', sans-serif;
  font-size: 14px;
  line-height: 25px;
  color:#10011c;
  margin:0;
}


.header-box{
  position: relative;
  width: 100%;
  height: clamp(140px, 17.857vw, 360px);
  background: url('/images/flower-header.jpg') center / cover no-repeat;
  pointer-events: none; 
  z-index: 0;
}
@supports (aspect-ratio: 1 / 1){
  .header-box{ height:auto; aspect-ratio: 28 / 5; }
}

.image-gradient{
  position:absolute; 
  inset:0;
  background: linear-gradient(to bottom, rgba(255,255,255,.15), rgba(255, 255, 255, 0.866));
  z-index:1;
}

.site-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2vw, 28px); 
}

.site-name {
  margin: 0;
  font-family: 'Coral Pixels', cursive;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(28px, 5vw, 56px);
  color: #37012e;
  text-shadow: 0 2px 6px rgba(0,0,0,.25);
}

.deco {
  height: clamp(18px, 3vw, 40px);
  width: auto;
  display: block;
  object-fit: contain;
  z-index: 5;
}

.deco-right {
  transform: scaleX(-1); 
}
.heading-text-container{
  position: relative;
  z-index:2;
  max-width: 1000px;
  padding-top: 80px;
  padding-left: 20%;
  display:flex;
  align-items: flex-end;   
  justify-content: flex-end; 
}


.header-image {
  width:70px;
  height:70px;
  display:block;
  object-fit:cover;
        
}


.navbar{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  height: 47px;
  max-width: max-content;

  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 0px;
  background-color: transparent;
  font-size: 14px;
  line-height: 1;
  border: 2px solid #e7bed0a6;
  border-style: double;
  border-radius: 15px;

  position: relative;
  overflow: visible;
  z-index: 0;                  
}

.nav-inner{
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 80px;
}

.decor {
  position: absolute; 
  z-index: 2;
  padding-left: -200px;    
}


.decor-1 {
  height: 128px;
  top: -40px;
  left: -19px;
  width: 100px; 
}

.decor-2 {
  height: 128px;
  top: -40px;
  right: -19px;
  width: 100px; 
}


.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 10px 20px;
  line-height: 1;
  height: 100%;

  text-decoration: none;
  font-family: 'DotGothic16', sans-serif;
  color: rgb(255, 254, 254);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 50px; 

  transition: transform 0.2s ease, color 0.2s ease;
}

.home-link {
  background-image: url('/images/rock3.png');
  background-size: 130%;
  padding-left: 25px;
}

.media-link {
  background-image: url('/images/rock5.png');
  background-size: 130%;
  padding-left: 25px;
}
.blog-link {
  background-image: url('/images/rock1.png');
  background-size: 170%;
}
.gallery-link {
  background-image: url('/images/rock2.png');
  background-size: 115%;
  padding-left: 25px;
}

.about-link {
  background-image: url('/images/shell1.png');
  background-size: 120%;
}


.nav-link:hover {
  color: rgba(239, 195, 230, 0.864);
  transform: scale(1.10) rotate(-1deg);
}

.page{
  max-width: 100vw;
  min-height: 600px;
  margin: 35px auto;
  padding: 2px 20px 20px;  
  border: none;
  background: none;
  display: flex;
  flex-direction: column;  
  align-items: center;
  justify-content: start;
  gap: 20px;               
}
.pic-row{
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 700px;
  justify-content: center;
  align-items: center;
  height: auto;
}


.button-pic-one{
  background: url('/images/btnimg1.jpg') no-repeat center center;
  background-size: cover;
  width: 110px;
  height: 80px;
  cursor: pointer;
}

.button-pic-two{
  background: url('/images/btnimg2.jpg') no-repeat center center;
  background-size: cover;
  width: 110px;
  height: 80px;
  cursor: pointer;
}
.button-pic-three{
  background: url('/images/btnimg3.jpg') no-repeat center center;
  background-size: cover;
  width: 110px;
  height: 80px;
  cursor: pointer;
}
.button-pic-four{
  background: url('/images/btnimg4.jpg') no-repeat center center;
  background-size: cover;
  width: 110px;
  height: 80px;
  cursor: pointer;
}
.button-pic-five{
  background: url('/images/btnimg5.jpg') no-repeat center center;
  background-size: cover;
  width: 110px;
  height: 80px;
  cursor: pointer;
}


.button-fill{
  width: 100%;
  display: flex;
  justify-content: center;
  padding-inline: 10px;
  box-sizing: border-box;
  margin: 0;              
}
  


.button-dec{
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;        
  cursor: pointer;

  border: 2px outset rgba(232, 238, 238, 0.844);

  background: url('/images/horseflr.png') repeat center center;
  background-size: contain;
  color: rgba(255,255,255,0.613);

  padding: 6px 60px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}

.marquee{
  flex: 1 1 auto;
  min-width: 0;          
  white-space: nowrap;
}

.marquee__inner{
  display: inline-block;
  padding-left: 100%;     
  animation: marquee 15s linear infinite;
  will-change: transform;
}

.about-row{
  display: flex;
  flex-wrap: wrap;      
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.card-300{
  flex: 0 1 300px;           
  width: 300px;
  height: 300px;
  box-sizing: border-box;
}



.image-abt-me{
  width: auto;
  max-width: 400px;
  height: 300px;
  display: flex;            
  overflow: hidden;    
  border: 3px outset #d3d8e0;      
  background: url('/images/browntexture.png'); 
}

.my-photo{
  width: 60%;               
  height: 100%;
  object-fit: cover;        
  object-position: left;   
  display: block;
  border-radius: 1.5px;
}

h2 {
  font-style: italic;
  font-family: "DotGothic16";
}
.about-text{
  flex: 1;                   
  padding: 10px;
  font-size: 12px;
  line-height: .2;
  overflow: auto;          
}


.likes-container{
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 300px;       
}

.likes-btn,
.dislikes-button{
  cursor: pointer;
  border: 2.5px outset #969696;
  background: #8784842f;
  color: #222;
  width: 300px;
  height: 200px;         
  box-sizing: border-box;
  padding: 12px;

  display: grid;         
  place-items: center;
  text-align: center;
}

.ambition-btn{
  cursor: pointer;
  border: 2.5px outset #969696;
  background: url(/images/musicpng.png) no-repeat center center;
  background-size: cover;
  width: 200px;
  height: 300px;
  box-sizing: border-box;
  padding: 12px;

  display: grid;
  place-items: center;
  text-align: center;
}

.likes-btn p,
.dislikes-button p{
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}

.ambition-btn p{
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
  color: white;
}

.ambition-btn a{
  color: rgb(166, 246, 246);
}



@keyframes marquee{
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

@media (max-width: 980px){
  .about-row{ grid-template-columns: repeat(2, 300px); }
}
@media (max-width: 640px){
  .about-row{
    grid-template-columns: 1fr;
    justify-items: center; 
  }
  .card-300{ width: min(300px, 92vw); } 
}





