/* Starting styles  */
* {
    box-sizing: border-box;
    border: 0 solid;
}

html, body {
    overflow: hidden;
    height: 100vh;
    margin: 0;
    min-height: calc(var(--vh, 1vh)* 100);
}

html{
    background: #000000;
    color: #f4f4f4;
    font-family: "Inika", serif !important;
    font-size: calc(100vw / 192);
    line-height: 1.6 !important;
    letter-spacing: .02rem;
}

body {
    margin: 0;
    line-height: inherit;
    font-size: 1.6rem;
    scroll-behavior: smooth;
    text-rendering: optimizelegibility;
    font-feature-settings: "palt";
    cursor: url('../Asset/Normal.cur'), auto;
}

/* Noice Gif styling */
.ng{
    position: fixed;
    width: 100%;
    height: 100vh;
    min-height: calc(var(--vh, 1vh)* 100);
    pointer-events: none;
    opacity: .026;
    z-index: 9999
}

.ng_gif{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../Asset/noise.gif);
}

/* header styling */
header{
    width: 100vw;
    padding: 8rem;
    position: fixed;
    z-index: 999;
}

header .h_in{
    display: flex;
    justify-content: space-between;
}

a{
    color: inherit;
    text-decoration: inherit;
    border-radius: 50px;
    border: 1.5rem solid transparent;
    transition: all 0.3s ease;
}

  a:hover {
    color: rgb(255, 255, 255);
    /* Glass Effect  */
    background-color: rgba(255, 255, 255, 0.234);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(80px);
    cursor: url('../Asset/icons8-select-40.png'), auto;
  }

header .logo img{
    width: 3.5rem;
    height: auto;
}
img, video {
    max-width: 100%;
    height: auto;
}
audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
}

header .works {
    position: relative;
    top: -.5rem;
}
/* Header End  */

/* .wrapper {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} */

/* Main Style start  */
#preloader, .f_fixed {
    min-height: calc(var(--vh, 1vh)* 100);
}

.f_fixed {
    position: relative;
}

.main_en, .main_i_en {
    font-weight: 400;
    word-wrap: break-word;
    letter-spacing: -.01rem;
}
.main_en {
    font-family:  "Inika", serif !important;
}


/* Hero Style Start  */
.hero, .hero_bg {
    min-width: 100%;
    min-height: calc(var(--vh, 1vh)* 100);
}

.hero {
    position: relative;
}

.hero_headline {
    min-width: 100%;
    min-height: calc(var(--vh, 1vh)* 100);
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.hero_headline .top_headline span {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
}


.hero_headline .top_headline .greating {
    text-align: left; /* Align text to the left */
    margin-bottom: 0; /* Remove extra margin */
    padding-left: 49.2rem;
    width: auto; /* Adjust the width to fit content */
}


.hero_headline .top_headline h1 {
    margin: -2.5rem;
    font-size: 14rem;
    line-height: 1;
    mix-blend-mode: color-dodge; /* Apply color-dodge blend mode */
}

.hero_headline .bottom_headline p {
    font-size: 3rem;
    line-height: 1;
    margin: 0;
}

.hero_headline .bottom_headline span {
    font-size: 1.6rem;
}

.hero_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../Asset/wolf-black-background.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Add an overlay to further dim */
    z-index: -1; /* Keep it behind the content */
}

/* Hero End and Footer Start  */
footer {
    min-width: 100%;
    position: absolute;
    padding: 0.8rem;
    bottom: 8rem;
    z-index: 999;
}
.f_inner {
    display: flex;
    justify-content: space-between;
    padding: 1rem 6rem;
}
.copyright{
    cursor: default;
}
.profile_link {
    position: relative;
    z-index: 999;
}
.rolling-text {
    display: inline-block;
    height: 1.88rem;
    text-decoration: none;
    overflow: hidden;
}

/* Dedicated styleing for profile page */
/* noice gif profile  */
.ng_profile{
    position: fixed;
    width: 100%;
    height: 100vh;
    min-height: calc(var(--vh, 1vh)* 100);
    pointer-events: none;
    opacity: 0.055;
    z-index: 9999
}

.ng_gif_profile{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../Asset/noise.gif);
}
/* Profile section styling */
.profile{
    padding-bottom: 32rem;
}
.profile_image_inner {
    min-height: calc(var(--vh, 1vh)* 100);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-center {
    text-align: center;
}

/* Profile image word background styling */
.profile_image_word_bg span{
    line-height: .8;
    font-size: 15rem;
}

.main_i_en{
    font-family:  "Inika", serif !important;
}

.block{
    display: block;;
}
.profile_image_photo{
    position: absolute;
}

.profile_image_photo img{
    width: 29rem !important;
    height: auto;
    transform: rotate(15deg);
}

/* comming soon massage */
.commingsoon{
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    text-align: center;
}

/* ========================================
   📱 RESPONSIVE DESIGN - MOBILE FIRST
   ======================================== */

/* 📱 Mobile Devices (up to 768px) */
@media screen and (max-width: 768px) {
    /* Base font size adjustment for mobile */
    html {
        font-size: calc(100vw / 120); /* Smaller base font for mobile */
    }
    
    body {
        font-size: 1.4rem; /* Slightly smaller body font */
    }
    
    /* Header responsive */
    header {
        padding: 2rem 1rem; /* Much smaller padding */
        width: 100%;
    }
    
    header .logo img {
        width: 2.5rem; /* Smaller logo */
    }
    
    header .works {
        top: 0; /* Reset positioning */
    }
    
    /* Hero headline responsive */
    .hero_headline {
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .hero_headline .top_headline span {
        font-size: 1.8rem; /* Smaller text */
        margin-bottom: 1.5rem;
    }
    
    .hero_headline .top_headline .greating {
        text-align: center; /* Center align for mobile */
        padding-left: 0; /* Remove fixed padding */
        width: 100%;
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }
    
    .hero_headline .top_headline h1 {
        font-size: 4rem; /* Much smaller main heading */
        margin: -1rem 0; /* Adjusted margins */
        line-height: 0.9;
    }
    
    .hero_headline .bottom_headline p {
        font-size: 1.4rem; /* Smaller subtitle */
        line-height: 1.2;
        padding: 0 1rem;
    }
    
    .hero_headline .bottom_headline span {
        font-size: 1.2rem; /* Smaller location text */
    }
    
    /* Footer responsive */
    footer {
        bottom: 2rem; /* Less space from bottom */
        padding: 0.5rem;
    }
    
    .f_inner {
        padding: 1rem 2rem; /* Smaller padding */
        flex-direction: column; /* Stack on mobile */
        text-align: center;
        gap: 1rem;
    }
    
    /* Profile page responsive */
    .profile {
        padding-bottom: 8rem; /* Less bottom padding */
    }
    
    .profile_image_word_bg span {
        font-size: 6rem; /* Much smaller background text */
        line-height: 0.7;
    }
    
    .profile_image_photo img {
        width: 18rem !important; /* Smaller profile image */
        transform: rotate(10deg); /* Less rotation */
    }
    
    .commingsoon {
        font-size: 2rem; /* Smaller coming soon text */
        padding: 0 1rem;
    }
    
    /* Link hover effects adjustment for touch */
    a {
        border: 1rem solid transparent; /* Smaller borders */
    }
}

/* 📱 Small Mobile Devices (up to 480px) */
@media screen and (max-width: 480px) {
    html {
        font-size: calc(100vw / 100); /* Even smaller base font */
    }
    
    header {
        padding: 1.5rem 0.8rem;
    }
    
    header .logo img {
        width: 2rem;
    }
    
    .hero_headline .top_headline h1 {
        font-size: 3rem; /* Even smaller for very small screens */
        margin: -0.5rem 0;
    }
    
    .hero_headline .bottom_headline p {
        font-size: 1.2rem;
        padding: 0 0.5rem;
    }
    
    .profile_image_word_bg span {
        font-size: 4rem; /* Smaller background text */
    }
    
    .profile_image_photo img {
        width: 15rem !important; /* Smaller profile image */
    }
    
    .f_inner {
        padding: 0.5rem 1rem;
    }
}

/* 💻 Tablet Devices (769px to 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    html {
        font-size: calc(100vw / 150); /* Medium font size for tablets */
    }
    
    header {
        padding: 4rem 2rem;
    }
    
    .hero_headline .top_headline .greating {
        padding-left: 25rem; /* Adjust for tablet */
    }
    
    .hero_headline .top_headline h1 {
        font-size: 8rem; /* Medium heading size */
    }
    
    .hero_headline .bottom_headline p {
        font-size: 2rem;
    }
    
    .profile_image_word_bg span {
        font-size: 10rem;
    }
    
    .profile_image_photo img {
        width: 24rem !important;
    }
}

/* 🖥️ Large Desktop Devices (1200px and up) */
@media screen and (min-width: 1200px) {
    /* Keep existing desktop styles - no changes needed */
    /* This ensures the current desktop experience remains perfect */
}

