/* 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;
}

