@font-face {
    font-family: solo;
    src: url('https://krishnathapa.name.np/wp-content/uploads/2024/08/Gilroy-Regular.woff');
}

@font-face {
    font-family: one;
    src: url('https://krishnathapa.name.np/wp-content/uploads/2024/08/Gilroy-Medium.woff');
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body {
    height: 100%;
    width: 100%;
    /*overflow: hidden;*/
}
::selection {
    background: yellow;
    color: black;
}
.main{
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #050505;;
}
.menu {
    list-style: none;
}
.menu a {
    font-family: 'solo', system-ui, sans-serif;
    text-decoration: none;
}
.navbar_container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -webkit-backdrop-filter: blur(18.75rem);
    backdrop-filter: blur(18.75rem);
    color: #fff;
    mix-blend-mode: normal;
    background-color: #00000080;
    border: 0.0625rem solid #ffffff1a;
    border-radius: 0.6rem;
    min-height: 2rem; /* Decrease the height of the nav */
    padding: 0.5rem 1rem; /* Adjust padding as needed */
    justify-content: center; /* Center the contents horizontally */
    align-items: center;
    position: fixed; /* Position the nav at the bottom */
    bottom: 1rem; /* Place the nav at the bottom of the viewport */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust for centering */
    z-index: 1000; /* Ensure the nav appears above other content */
    display: none;
    opacity: 0;
}
.navbar_container.show {
    transform: translateX(-50%); 
    opacity: 1;
    display: flex;
}

/* Logo styling */
.logo {
    display: flex;
    align-items: center;
}

.logo_image {
    width: 2rem;
    height: 2rem;
}

/* Menu styling */
.menu {
    display: flex;
    gap: 1rem; /* Adjust spacing between menu items */
    margin-left: 1rem; /* Spacing from the logo */
}
.menu a {
    font-family: 'solo', system-ui, sans-serif;
}
.menu_item {
    color: #fff; /* Text color */
    text-decoration: none; /* Remove underline */
    font-size: 0.9rem; /* Adjust font size as needed */
    padding: 0.5rem; /* Add padding for better click area */
    border-radius: 0.3rem; /* Optional: rounded corners for menu items */
    transition: color 0.3s, background-color 0.3s; /* Smooth transitions for hover effect */
}
.menu_item:hover {
    color: #000; /* Change text color on hover */
    background-color: #fff; /* Background color on hover */
    text-decoration: none;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: calc(100% - 40px);
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    z-index: 1;
}
.top-link {
    text-decoration: none;
    color: #333;
    font-family: 'solo', system-ui, sans-serif;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
}


.top-link img {
    vertical-align: middle;
    width: 24px; 
    height: auto;
}

.top-logo {
    display: flex;
    align-items: center;
}

.logo-box {
    width: 2rem;
    height: 2rem;
    background-color: #19191a; /* Example background color for the logo box */
    background-image: url('https://krishnathapa.name.np/wp-content/uploads/2024/12/pcmgt.mail_.gif');
    filter: drop-shadow(1px 1px 1px black);
    background-size: 4rem 2.8rem;
    background-position: center;
    border-radius: 5px; /* Rounded corners for the logo box */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.top-text {
    font-family: 'one', system-ui, sans-serif;
    color: #333;
    text-transform: uppercase;
    font-size: small;
    font-weight: 500;
}
.page1 {
    height: 100vh;
    width: 100vw;
    position: relative;
    background-color: #ebebeb;
    background-image: url('https://krishnathapa.name.np/wp-content/uploads/2024/08/graph.svg');
    background-size: contain;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/* Centered image styling */
.page1-image {
    width: 50%; /* Adjust width as needed */
    max-width: 850px; /* Max width to prevent it from becoming too large */
    height: auto; /* Maintain aspect ratio */
    z-index: 9;
}
.loop{
    display: flex;
    height: 25%;
    top: 20%;
    position: absolute;
    width: 100%;
    /* background-color: red; */
    font-size: 25vh;
    white-space: nowrap;
    font-family: 'solo', system-ui, sans-serif;
}
.loop>h1{
    font-weight: 500;
    animation-name: anim;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.loop>h1>span {
    -webkit-text-stroke: 1.0px #000;
    color: transparent;
}
@keyframes anim{
    0%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(-100%);
    }
}
.bottom-left, .bottom-right {
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center;
}

.bottom-left {
    left: 20px;
}

.square-box {
    width: 2rem;
    height: 2rem;
    margin-right: 10px;
    background-color: #ffffff;
    border: .0625rem solid #030303;
    border-radius: .25rem;
    position: relative;
    overflow: hidden;
}
.box-img1 {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    cursor: pointer;
    animation: moveDown 1.5s linear infinite; 
  }
  
  @keyframes moveDown {
    0% {
      transform: translateY(0);
      top: -100%;
    }
    100% {
      transform: translateY(2rem); 
      top: 100%;
    }
  }
  

.scroll-text {
    font-size: small;
    color: #333;
    text-transform: uppercase;
    font-family: 'solo', system-ui, sans-serif;
    font-weight: 700;
}

.bottom-right {
    right: 20px;
}

.rectangle-box {
    padding: 0.5rem 1rem;
    cursor: pointer;
    background-color: #feffff; /* Example background color for the rectangle box */
    color: #030303;
    border-radius: 5px;
    font-size: small;
    font-family: 'solo', system-ui, sans-serif;
    font-weight: 600;
    z-index: 9;
}
/* Styling for page2 */
.page2 {
    height: auto;
    min-height: 80vh;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1;
    -webkit-backdrop-filter: blur(3.125rem);
    backdrop-filter: blur(3.125rem);
    color: #fff;
    background-color: #050505;
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: 0;
}

/* Left side of page2 */
.page2-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: 100px;
    margin-left: 25px;
}
.page2.fade-up {
    opacity: 1;
    transform: translateY(0);
}
#fadeup {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

#fadeup.fade-up {
    opacity: 1;
    transform: translateY(0);
}

.page2-title {
    margin-bottom: 10px;
    font-size: 5rem;
    font-weight: 500;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    display: flex;
    position: static;
    overflow: hidden;
    color: #feffff;
    display: inline-block;
}

.page2-image {
    width: 100%;
    max-width: 300px; /* Adjust based on your image size */
    height: auto;
    border-radius: 5px;
}
/* Right side of page2 */
.page2-right {
    flex: 1;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    margin-left: 10px; /* Space between left and right sections */
}

.page2-paragraph {
    line-height: 1.5;
    max-width: 1000px;
    margin-left: 0;
    padding-left: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 1.9rem;
    font-weight: 500;
    color: #feffff;
    display: inline-block;
}
.page2-paragraph span {
    display: inline-block;
    opacity: 0;
    transform: translateY(10px);
    margin-right: 0.1rem;
}
.page2-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 50px; /* Space between paragraph and box */
}
.page2-box-content {
    display: flex;
    align-items: center;
}
.box-header {
    font-family: 'solo', system-ui, sans-serif;
    font-weight: 800;
    color: #feffff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: .85rem;
}
.box-square {
    color: #000;
    background-color: rgba(255, 255, 255, .12);
    border-radius: .6rem;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    display: flex;
}
.box-image {
    filter: none;
    object-fit: cover;
    width: 1.7rem;
    min-width: 1.7rem;
    height: auto;
    min-height: auto;
    border-radius: 5px;
}
.box-text {
    color: #feffff;
    font-family: 'solo', system-ui, sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    font-size: .85rem;
}
.box-text-color {
    color: #333;
}
.page3{
    height: auto;
    width: 100vw;
    padding: 50px 1.5rem 0px 1.5rem;
    background-color: #feffff;
    position: relative;
    overflow: hidden;
    padding-bottom: 2px;
}
.move {
    white-space: nowrap;
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    padding: 0 10px;
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: .0625rem solid #000;
    border-radius: .25rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    transform-style: preserve-3d;
    box-sizing: border-box; /* Ensure padding/border doesn't affect height */
}
.move_content {
    justify-content: space-around;
    min-width: 100%;
    display: flex;
    grid-column-gap: 1rem;
    flex: none;
}
.move_custom-text {
    font-size: 2rem;
    font-weight: bold;
    padding: 0 10px;
    letter-spacing: -.1875rem;
    text-transform: uppercase;
    flex: 0 auto;
    max-width: 100%;
    margin-right: 2rem;
    padding-right: 0;
    font-size: 7rem;
    font-weight: 800;
    line-height: 1;
    font-family: 'solo', system-ui, sans-serif;
}
/* ***************************************page 3 test PROJECT*************************************** */
.work_header {
    z-index: 99;
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    height: 50vh;
    padding-bottom: 3rem;
    display: flex;
    position: sticky;
    top: 0;
}


.work_header.border_bottom {
    z-index: 101;
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    background-color: #fff;
    border-bottom: .0625rem solid #000;
    width: 100%;
    height: auto;
    padding: 0 0 2rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.margin-top {
    margin-top: 20px;
}
.margin-large {
    margin-top: 50px; 
}
.work_title-wrapper {
    text-align: center;
}
.about_animated-heading {
    font-size: 5rem;
    font-weight: 600;
    display: flex;
    position: static;
    overflow: hidden;
    font-family: 'solo', system-ui, sans-serif;
}
.about_animated-heading {
    position: relative;
    z-index: 1;
}
.work_animated-span {
    display: inline-block;
    opacity: 1;
    animation: fadeInUp 1s ease-in-out forwards;
}
.general-information_column {
    flex-direction: column;
    display: flex;
    gap: 2rem; /* Combined grid-column-gap and grid-row-gap */
}
.work-header_general-information-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 3fr;
    gap: 1rem; /* Combined grid-column-gap and grid-row-gap */
    width: 100%;
    margin-top: 2rem;
    font-family: 'one', system-ui, sans-serif;
}
.text-style-allcaps {
    text-transform: uppercase;
}
.text-size-small {
    font-size: 0.85rem;
}
.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}
.text-weight-medium {
    font-weight: 700;
}
.text-size-small.text-weight-medium {
    margin-bottom: 0;
}
.text-align-right {
    text-align: right;
    display: flex;
    flex-wrap: wrap-reverse;
    align-content: flex-start;
    gap: 0.5rem; /* Combined grid-column-gap */
    list-style: none;
}
.max-width-small {
    max-width: 22rem;
}
.project-tag {
    color: #000;
    text-transform: uppercase;
    background-color: #feffff;
    border: 1.5px solid #000;
    border-radius: 0.375rem;
    padding: 0.6rem;
    font-size: 1rem;
    font-weight: 700;
    display: inline-block;
}
.project-image {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: rem;
    margin-right: 0;
    display: flex;
    position: static;
    inset: 2.5rem 0% auto auto;
}
.project-tag.is-small {
    font-size: 0.7rem;
    border-radius: 0.25rem;
    margin-bottom: 0;
}
#w-node-_00c20448-77bc-7c55-453f-8bb33cd649de-c34ab57e {
    grid-area: span 2 / span 2 / span 2 / span 2;
}
#elem-container {
    background-color: #feffff;
    margin-top: 7rem;
}
.elem {
    height: 100px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #1d1b1b;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 2rem 1rem;
    justify-content: space-between;
}
.al{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.al img {
    height: 32px;
    width: auto;
    border-right: 1px solid #1d1b1b;
    padding-right: 1rem;
    margin-right: 1rem;
    z-index: 9;
}
.elem h2{
    position: relative;
    z-index: 9;
    font-family: 'solo', system-ui, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    display: block;
}
.elem .overlay {
    height: 100%;
    width: 100%;
    background-color: #030303;
    position: absolute;
    left: 0;
    margin-top: -2px;
    top: -100%;
    transition: all ease 0.2s;
}
.elem:hover .overlay {
    top: 0;
    margin-top:0;
}
.elem:hover .al{
    filter: invert(1);
}
#fixed-img {
    height: 30vw;
    width: 24vw;
    border-radius: 5%;
    position: fixed;
    z-index: 500;
    left: 50%;
    top: 25%;
    background-size: cover;
    background-position: top;
    visibility: hidden;
    opacity: 0; /* Start invisible */
    transform: scale(0.8) rotate(45deg); /* Start scaled down and rotated */
    transition: opacity 0.5s ease; /* Smooth transition for opacity */
}

/* Keyframe animation for diagonal to normal transition */
@keyframes diagonalToNormal {
    from {
        opacity: 0;
        transform: scale(0.8) rotate(45deg); /* Diagonal and scaled down */
    }
    to {
        opacity: 1;
        visibility: visible;
        transform: scale(1) rotate(0deg); /* Normal size and rotation */
    }
}

/* Animation class to trigger the effect */
#fixed-img.show {
    animation: diagonalToNormal 0.6s ease forwards; /* Apply animation */
}

.project-tags{
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
    background-color: #fff;
    border: 1.5px solid #000;
    border-radius: .25rem;
    padding: .6rem;
    font-size: .7rem;
    display: flex;
    align-items: center; 
    justify-content: center; 
    gap: .5rem; 
    z-index: 9;
    margin-bottom: 0;
    text-decoration: none;
}
.project-link {
    display: block; /* Make the link cover the entire div */
    text-decoration: none; /* Remove underline from the link */
    color: inherit; /* Inherit text color from .project-tags */
}
.project-tags h5{
    font-weight: bold;
    font-size: .7rem;
    font-family: 'one', system-ui, sans-serif;
}
.pagemob {
    display: none;
}
.page4{
    height: auto;
    width: 100vw;
    background-color: #feffff;
    padding: 50px 1.5rem 0px 1.5rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: -2px;
}
.margin{
    padding-top: 4rem;
}
.loop2{
    color: #fff;
    background-color: #050505;
    border: .0625rem solid #000;
    border-radius: .25rem;
    display: flex;
    width: 100%;
    white-space: nowrap;
    letter-spacing: -.1875rem;
    text-transform: uppercase;
    overflow: hidden; 
    margin-bottom: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.loop2>h1{
    font-weight: 500;
    margin-right: 2rem;
    padding-right: 0;
    font-size: 7rem;
    font-weight: 500;
    font-family: 'solo', system-ui, sans-serif;
    line-height: 1;
    animation-name: anima;
    animation-duration: 25s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes anima{
    0%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(-100%);
    }
}

.border{
    border-top: 1px solid #000;
    margin-top: 6rem;
    padding-top: 1.5rem;
}
.sub-heading{
    display: flex;
    margin-top:3rem;
    align-items: center;
}
.sub-heading h3{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'solo', system-ui, sans-serif;
}
.grey{
    color: #333;
}
.logoes {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
    display: flex;
}

.logo1_logo {
    max-height: 7.3rem;
    object-fit: contain;
    aspect-ratio: 3 / 2;
    mix-blend-mode: darken;
}

.cta-container {
    cursor: pointer;
    background-color: #050505;
    background-image: linear-gradient(263deg, #181818b8, #0000 85%), url('https://krishnathapa.name.np/wp-content/uploads/2024/08/pic1.svg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    border: 1px solid #000; /* Add solid border style */
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 80vh;
    padding: 2rem 3rem 2rem 6rem;
    position: relative;
    margin: 7rem 0;
    overflow: hidden;
}
.cta-item {
    z-index: 1;
    position: absolute;
    width: 22rem;
    height: 11rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    grid-column-gap: .5rem;
    background-color: #feffff;
    grid-row-gap: .5rem;
    opacity: 1;
    mix-blend-mode: normal;
    border-radius: 1.5rem;
    align-self: auto;
    inset: 0%;
    will-change: transform;
}
.cta-item:hover {
    transform: scale(1.05); /* Slightly enlarge on hover for emphasis */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Add shadow on hover */
}
.cta-background {
    z-index: 0;
    mix-blend-mode: difference;
    border-radius: .6rem;
    width: auto;
    max-width: none;
    height: 200%;
    position: absolute;
    inset: 0%;
}

.cta-button {
    z-index: 20;
    width: 100%;
    mix-blend-mode: normal;
    border-radius: .6rem;
    padding: 1rem 2rem; /* Increased padding to make the button larger */
    position: relative; /* Changed from absolute to relative to allow proper positioning of inner text */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem; /* Adjust font size if necessary */
}

.cta-button-text {
    -webkit-backdrop-filter: saturate(200%) blur(4px);
    backdrop-filter: saturate(200%) blur(4px);
    color: #fff;
    mix-blend-mode: normal;
    background-color: #030303;
    border-radius: .6rem;
    padding: .5rem .75rem;
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0; 
    transform: scale(0.9);
    letter-spacing: 0;
    font-size: 2.5rem;
    font-weight: 500;
}

.cta-button:hover .cta-button-text {
    opacity: 1;
    transform: scale(1); /* Scale to original size */
}
.cta-instructions {
    z-index: 10;
    color: #fff;
    mix-blend-mode: exclusion;
    font-family: 'solo', system-ui, sans-serif;
    font-size: 4rem;
    font-weight: 600;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5); /* Slightly transparent background */
    padding: 15px;
    border-radius: .6rem;
    transition: transform 0.1s ease-out;
}

.cta-heading {
    color: #fff;
    font-size: 8.2rem; /* Large heading size */
    text-transform: uppercase;
    letter-spacing: -.25rem;
    font-weight: 800;
    line-height: 1.1;
    font-family: 'solo', system-ui, sans-serif;
    margin-bottom: 1rem; /* Add margin for spacing */
}

.text-span-4 {
    text-transform: uppercase;
    background-image: url('https://krishnathapa.name.np/wp-content/uploads/2024/08/wordpress-icon.svg');
    filter: invert();
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; /* Adjust to fit container */
    border-radius: 15px;
    width: 6rem;
    height: 6rem;
    display: inline-block;
    margin: 0 .5rem; /* Spacing between elements */
}
.cta-heading span{
    color: #436ca5;
}
.footer_component {
    z-index: 0;
    background-color: #050505;
    border-radius: .6rem .6rem 0 0;
    height: auto;
    width: 100%;
    padding-top: 0;
    position: sticky;
    top: auto;
    bottom: 0%;
    overflow: hidden;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
    
}
.page5{
    height: 80vh;
    width: 100%;
}
.footer_component h1{
    font-size: 13vw;
    font-family: 'solo', system-ui, sans-serif;
    color: #feffff;
    text-align: center;
    border: .0625rem solid #feffff;
    border-radius: 0.25rem;
}
.footer_image {
    border: .0625rem solid #000;
    border-radius: .6rem;
    margin-bottom: 4rem;
    padding: 2rem;
}
.footer_bottom-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0rem;
    color: #000;
    white-space: normal;
    background-color: #0000;
    border-radius: .6rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 10rem;
    margin-bottom: 8rem;
    padding: 0 0 2rem;
    display: flex;
}
.clock-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
}
.heading-style-h3 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    font-family: 'solo', system-ui, sans-serif;
}
.wordpress-span {
    background-image: url('https://krishnathapa.name.np/wp-content/uploads/2024/08/wordpress-icon.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.7rem;
    height: 1.7rem;
    display: inline-block;
    border-radius: 5px;
}
.clock-content {
    grid-column-gap: 1rem;
    display: flex;
}
.heading-style-h2 {
    letter-spacing: -.1rem;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #0000;
    background-clip: border-box;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'solo', system-ui, sans-serif;
}

.text-color-grey {
    color: gray;
}

.content-outer-wrapper.is-footer {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    min-width: 50%;
    font-family: 'solo', system-ui, sans-serif;
    display: grid;
}
.content-outer-wrapper {
    grid-column-gap: 2rem;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    min-height: 3.125rem;
    display: flex;
}
.list-item-wrapper {
    grid-column-gap: 2rem;
    cursor: pointer;
    border: .0625rem solid #000;
    border-radius: .25rem;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    padding: 1rem;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden;
}
.heading-wrap {
    z-index: 3;
    font-size: 1.2em;
    text-decoration: none;
    position: relative;
    color: #030303;
}
.text-blocks{
    font-family: 'one', system-ui, sans-serif;
    font-weight: 400;
    color: #030303;
}
.box-link:hover .text-blocks{
    color: #fff;
}
.text-block {
    font-weight: 400;
    color: #030303;
}
.link-wrapper {
    z-index: 3;
    font-size: 1em;
    display: flex;
    position: relative;
    color: #030303;
    left: 33%;
}
.footer_credit-text {
    color: #feffff;
    text-align: left;
    text-transform: uppercase;
    margin-top: 4rem;
    font-size: .65rem;
    font-weight: 400;
    font-family: 'one', system-ui, sans-serif;
}
.list-item-wrapper::before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: top 0.5s ease;
    z-index: 1;
}
.list-item-wrapper:hover::before {
    top: 0;
}
.list-item-wrapper:hover .heading-wrap,
.list-item-wrapper:hover .text-block,
.list-item-wrapper:hover .link-wrapper {
    color: #fff;
}
#goey1 {
    height: 30vw;
    width: 50vw;
    position: absolute;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #feffff;
    top: 0;
    left: 65%;
    z-index: -2;
    filter: blur(25px);
    animation-name: stretchDown;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    transform-origin: top;
}
#goey2 {
    height: 25vw;
    width: 100vw;
    position: absolute;
    background-color: #feffff;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;
    z-index: -2;
    filter: blur(25px); 
    right: 80%;
    top: 0;
}
@keyframes stretchDown {
    0% {
        transform: scaleY(1) scaleX(1) translateX(0);
    }
    50% {
        transform: scaleY(1.3) scaleX(0.9) translateX(-20%); /* Adjust the translateX value as needed */
    }
    100% {
        transform: scaleY(1) scaleX(1) translateX(0);
    }
}

.rectangle {
    position: absolute;
    top: 0;
    left: 0;
    height: 8rem;
    width: 100%;
    background-color: #feffff;
    z-index: 10;
}
#hero-shape {
    position: absolute;
    width: 46vw;
    height: 36vw;
    background-color: #FE320A;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    right: 0;
    top: 75vh;
    filter: blur(20px);
}
#hero-1 {
    background-color: #FE320A;
    height: 100%;
    width: 100%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    filter: blur(10px);
    position: absolute;
}
#hero-2 {
    background: linear-gradient( #FE320A,#fe3f0a);
    height: 30vw;
    width: 30vw;
    border-radius: 50%;
    filter: blur(25px);
    position: absolute;
    animation-name: anime2;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
#hero-3 {
    background: linear-gradient( #FE320A,#fe3f0a);
    height: 30vw;
    width: 30vw;
    border-radius: 50%;
    filter: blur(25px);
    position: absolute;
    animation-name: anime1;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
@keyframes anime1 {
    from{
        transform: translate(55%,-3%);
    }
    to{
        transform: translate(0%,10%);
    }
}
@keyframes anime2 {
    from{
        transform: translate(5%,-5%);
    }
    to{
        transform: translate(-20%,30%);
    }
}
.box-link{
    display: none;
}

#loader {
    height: 100vh; 
    width: 100vw; 
    background-color: #fff; 
    position: fixed;
    z-index: 9999; 
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease;
}

.animate {
    display: flex;
    gap: 10px; 
}

.animate span {
    position: relative;
    color: #bd9d9d;
    font-size: 20vw; /* Larger font size */
    font-weight: 600; 
    font-family: 'one', sans-serif;
    text-transform: uppercase; /* Capitalize letters */
    letter-spacing: 5px; /* Spacing between letters */
    animation: loading08-parent 6s infinite;
}

.animate span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-text);
    color: #000; /* Black text */
    opacity: 0;
    animation: loading08-child 6s infinite;
}

/* Staggered animation delays for each span */
.animate span:nth-child(1)::after {
    animation-delay: 0s;
}
.animate span:nth-child(2)::after {
    animation-delay: 0.2s;
}
.animate span:nth-child(3)::after {
    animation-delay: 0.4s;
}
.animate span:nth-child(4)::after {
    animation-delay: 0.6s;
}
.animate span:nth-child(5)::after {
    animation-delay: 0.8s;
}
.animate span:nth-child(6)::after {
    animation-delay: 1s;
}
.animate span:nth-child(7)::after {
    animation-delay: 1.2s;
}

@keyframes loading08-parent {
    0%, 35%, 100% {
        color: rgba(0, 0, 0, 0.2);
    }
    60%, 80% {
        color: #050505;
    }
}

@keyframes loading08-child {
    0% {
        opacity: 1;
    }
    25%, 100% {
        opacity: 0;
    }
}


/* Making Responcsive */

@media (max-width: 768px) {
    .navbar_container {
        display: flex; 
        opacity: 1; 
    }
    .menu {
        gap: 0; 
    }
    .top-text {
        font-size: 0.75rem; 
    }
    .page1 {
        background-size: cover;
        height: 70vh; 
    }
    .page1-image {
        width: 75%; 
        max-width: 600px; 
    }
    .loop {
        height: 30%; 
        top: 15%; 
        font-size: 15vh; 
    }
    .bottom-left, .bottom-right {
        bottom: 15px; 
        right: 15px; 
    }
    
    .square-box {
        width: 1.5rem; /* Adjust size for smaller screens */
        height: 1.5rem; /* Adjust size for smaller screens */
        margin-right: 8px; /* Adjust margin for smaller screens */
    }
    
    .scroll-text {
        display: none;
    }
    
    .rectangle-box {
        padding: 0.25rem 0.5rem; /* Adjust padding for smaller screens */
        font-size: 0.875rem; /* Decrease font size for smaller screens */
    }
    .page2 {
        padding: 15px; /* Adjust padding for smaller screens */
        flex-direction: column; /* Stack content vertically */
    }
    
    .page2-left {
        margin-right: 0; /* Remove right margin for small screens */
        margin-left: 0; /* Remove left margin for small screens */
    }
    
    .page2-title {
        font-size: 3rem; /* Decrease font size for smaller screens */
        margin-bottom: 3rem; /* Adjust margin for smaller screens */
    }
    
    .page2-image {
        display: none;
    }
    
    .page2-right {
        margin-left: 0; /* Remove left margin for small screens */
    }
    
    .page2-paragraph {
        font-size: 1.5rem; /* Decrease font size for smaller screens */
        max-width: 100%; /* Adjust max-width for responsiveness */
        margin-bottom: 2rem;
    }
    
    .page2-box {
        margin-top: 30px;
        margin-bottom: 1rem; /* Adjust space between paragraph and box for smaller screens */
    }
    
    .box-header {
        font-size: 0.75rem; /* Decrease font size for smaller screens */
    }
    
    .box-square {
        width: 2.5rem; /* Adjust size for smaller screens */
        height: 2.5rem; /* Adjust size for smaller screens */
        margin-right: 0.5rem; /* Adjust margin for smaller screens */
    }
    
    .box-text {
        font-size: 0.75rem; /* Decrease font size for smaller screens */
    }
    .page3 {
        padding: 30px 1rem 0px 1rem; /* Adjust padding for smaller screens */
    }
    
    .move {
        font-size: 1.5rem; /* Decrease font size for smaller screens */
        padding: 0 8px; /* Adjust padding for smaller screens */
        margin-bottom: 1.5rem; /* Adjust margin for smaller screens */
        max-height: 7rem;
    }
    
    .move_content {
        grid-column-gap: 0.5rem; /* Reduce gap between items */
    }
    
    .move_custom-text {
        font-size: 4rem; /* Decrease font size for smaller screens */
        margin-right: 1.5rem; /* Adjust margin for smaller screens */
        letter-spacing: -0.125rem; /* Adjust letter-spacing for smaller screens */
    }
    .work_header.border_bottom {
        grid-column-gap: 2rem; /* Reduce gap for smaller screens */
        grid-row-gap: 2rem; /* Reduce gap for smaller screens */
        padding: 0 0 1rem; /* Adjust padding for smaller screens */
    }
    
    .margin-top {
        margin-top: 15px; /* Adjust margin for smaller screens */
    }
    
    .margin-large {
        margin-top: 30px; /* Adjust margin for smaller screens */
    }
    
    .about_animated-heading {
        font-size: 3rem; /* Decrease font size for smaller screens */
    }
    
    .work_animated-span {
        animation: fadeInUp 0.75s ease-in-out forwards; /* Shorten animation duration for smaller screens */
    }
    
    .general-information_column {
        gap: 1rem; /* Reduce gap between items */
    }
    
    .work-header_general-information-wrapper {
        grid-template-columns: 1fr 1fr 1fr; /* Reduce number of columns for smaller screens */
        gap: 0.5rem; /* Reduce gap between items */
        margin-top: 1rem; /* Adjust margin for smaller screens */
    }
    
    .project-tag {
        font-size: 0.9rem; /* Decrease font size for smaller screens */
        padding: 0.5rem; /* Adjust padding for smaller screens */
    }
    
    .project-image {
        width: 2rem; /* Adjust width for smaller screens */
        height: 2rem; /* Adjust height for smaller screens */
        inset: 1.5rem 0% auto auto; /* Adjust positioning for smaller screens */
    }
    .text-size-small {
        font-weight: 700;
    }
    .text-size-small.text-weight-medium {
        font-weight: 500;
    }
    #elem-container {
        display: none; /* Reduce margin for smaller screens */
    }
    
    .elem {
        height: auto; /* Allow height to adjust based on content */
        padding: 1rem; /* Reduce padding for smaller screens */
    }
    
    .elem h2 {
        font-size: 1.2rem; /* Decrease font size for smaller screens */
    }
    
    #fixed-img {
        display: none;
    }
    .project-tags {
        padding: 10px;
    }
    
    .project-tags h5 {
        font-size: 8px;
    }
    .project-image {
        width: 15px;
        height: 15px;
        inset: 1.5rem 0% auto auto;
    }
    .box-link{
        margin: 2rem 0 1rem 0rem;
        display: block;
        width: 70%;
    }
    .page4 {
        padding: 30px 1rem 0px 1rem; /* Reduce padding on smaller screens */
    }
    
    .margin {
        padding-top: 1.5rem; /* Adjust margin for smaller screens */
    }
    
    .loop2 {
        font-size: 4rem; /* Decrease font size to fit smaller screens */
        padding-top: 1.5rem; /* Adjust padding for smaller screens */
        padding-bottom: 1.5rem; /* Adjust padding for smaller screens */
        max-height: 4.5rem;
    }
    
    .loop2 > h1 {
        font-size: 4rem; /* Decrease font size to fit smaller screens */
        margin-right: 1rem; /* Reduce margin for smaller screens */
    }
    
    .sub-heading h3 {
        font-size: 1.5rem; /* Decrease font size for smaller screens */
        margin-top: 0.5rem; /* Adjust margin for smaller screens */
    }
    
    .logoes {
        padding-top: 1rem; /* Adjust padding for smaller screens */
        padding-bottom: 1rem; /* Adjust padding for smaller screens */
    }
    
    .border {
        border-top: 1px solid #000;
        margin: 0;
    }
    .sub-heading{
        align-items: flex-start;
        flex-direction: column;
    }
    .cta-container {
        display: none;
    }
    .footer_component {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1.5rem;
        border-radius: 0;
        padding-bottom: 6rem;
        margin-top: -2px;
    }
    
    .footer_component h1 {
        font-size: 13vw;
        margin-top: 3.5rem;
    }
    
    .footer_image {
        margin-bottom: 2rem; /* Reduce margin for smaller screens */
        padding: 1rem; /* Adjust padding for smaller screens */
    }
    
    .footer_bottom-wrapper {
        display: inline;
        margin-top: 5rem; /* Adjust margin for smaller screens */
        margin-bottom: 4rem; /* Adjust margin for smaller screens */
        padding: 0 0 1rem; /* Adjust padding for smaller screens */
        align-items: flex-start; /* Align items to the start */
    }
    
    .clock-wrapper {
        margin-bottom: 1rem; /* Adjust margin for smaller screens */
    }
    
    .heading-style-h3 {
        font-size: 1.2rem; /* Reduce font size for smaller screens */
    }
    
    .heading-style-h2 {
        font-size: 2.2rem; /* Reduce font size for smaller screens */
    }
    
    .content-outer-wrapper {
         grid-template-columns: 1fr;
        min-width: 100%;
    }
    
    .list-item-wrapper {
        padding: 0.5rem; /* Reduce padding for smaller screens */
        font-size: 0.9em; /* Adjust font size for smaller screens */
    }
    
    .footer_credit-text {
        font-size: 0.5rem; /* Reduce font size for smaller screens */
        margin-top: 2rem; /* Adjust margin for smaller screens */
    }
    #goey1 {
        display: none;
    }
    
    #goey2 {
       display: none;
    }
    .rectangle {
        height: 16rem;
        z-index: -1;
    }
    .link-wrapper {
        font-size: 0.8em; /* Adjust font size for smaller screens */
        left: 50%; /* Center horizontally for smaller screens */
        transform: translateX(-50%); /* Ensure centered positioning */
        left: 23%;
    }
    .pagemob {
      display: block;
      padding-top: 3rem;
    }
    
  
    .heading {
      font-family: 'solo', system-ui, sans-serif;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1.2;
      display: block;
      margin-bottom: 1rem; 
      margin-top: 2rem;
    }
  
    .image-mob {
      max-width: 100%; 
      height: auto;
      display: block;
      margin: 0 auto;
      padding: 10px; 
    }
  
    .border-bottom {
        border-bottom: 1px solid #000;
        margin-top: 1rem;
        width: 100%;
    }
    .animate span {
        font-size: 15vw; 
    }
    #hero-shape{
        display: none;
    }
}


@media (max-width: 480px) {
    .navbar_container {
        min-height: 1.5rem; 
        padding: 0.25rem 0.5rem; 
    }
    .menu {
        gap: 0; 
    }
    .top-text {
        font-size: 0.625rem; 
    }
    .page1 {
        background-size: cover;
        height: 70vh;
    }
    .page1-image {
        width: 75%; 
        max-width: 600px;
    }
    .loop {
        height: 30%; 
        top: 15%; 
        font-size: 15vh; 
    }
    .bottom-left, .bottom-right {
        bottom: 10px; /* Further adjust position for very small screens */
        right: 10px; /* Further adjust right position for very small screens */
    }
    
    .square-box {
        width: 1rem; /* Further adjust size for very small screens */
        height: 1rem; /* Further adjust size for very small screens */
        margin-right: 5px; /* Further adjust margin for very small screens */
    }
    
    .scroll-text {
        display: none; /* Further decrease font size for very small screens */
    }
    
    .rectangle-box {
        padding: 0.125rem 0.25rem; /* Further adjust padding for very small screens */
        font-size: 0.75rem; /* Further decrease font size for very small screens */
    }
    .page2 {
        padding: 10px; /* Further adjust padding for very small screens */
    }
    
    .page2-title {
        font-size: 2.5rem; /* Further decrease font size for very small screens */
        margin-bottom: 2rem; /* Further adjust margin for very small screens */
    }
    
    .page2-image {
        display: none;
    }
    
    .page2-paragraph {
        font-size: 1.25rem; /* Further decrease font size for very small screens */
        margin-bottom: 2rem;
    }
    
    .page2-box {
        margin-top: 20px;
        margin-bottom: 1rem; /* Further adjust space between paragraph and box */
    }
    
    .box-header {
        font-size: 0.65rem; /* Further decrease font size for very small screens */
    }
    
    .box-square {
        width: 2rem; /* Further adjust size for very small screens */
        height: 2rem; /* Further adjust size for very small screens */
        margin-right: 0.25rem; /* Further adjust margin for very small screens */
    }
    
    .box-text {
        font-size: 0.65rem; /* Further decrease font size for very small screens */
    }
    .page3 {
        padding: 20px 0.5rem 0px 0.5rem; /* Further adjust padding for very small screens */
    }
    
    .move {
        font-size: 1.25rem; /* Further decrease font size for very small screens */
        padding: 0 6px; /* Further adjust padding for very small screens */
        margin-bottom: 1rem; /* Further adjust margin for very small screens */
        max-height: 6rem;
    }
    
    .move_content {
        grid-column-gap: 0.25rem; /* Further reduce gap between items */
    }
    
    .move_custom-text {
        font-size: 3rem; /* Further decrease font size for very small screens */
        margin-right: 1rem; /* Further adjust margin for very small screens */
        letter-spacing: -0.1rem; /* Further adjust letter-spacing for very small screens */
    }
    .work_header.border_bottom {
        grid-column-gap: 2rem; /* Reduce gap for smaller screens */
        grid-row-gap: 2rem; /* Reduce gap for smaller screens */
        padding: 0 0 1rem; /* Adjust padding for smaller screens */
    }
    
    .margin-top {
        margin-top: 15px; /* Adjust margin for smaller screens */
    }
    
    .margin-large {
        margin-top: 30px; /* Adjust margin for smaller screens */
    }
    
    .about_animated-heading {
        font-size: 3rem; /* Decrease font size for smaller screens */
    }
    
    .work_animated-span {
        animation: fadeInUp 0.75s ease-in-out forwards; /* Shorten animation duration for smaller screens */
    }
    
    .general-information_column {
        gap: 1rem; /* Reduce gap between items */
    }
    
    .work-header_general-information-wrapper {
        grid-template-columns: 1fr 1fr 1fr; /* Reduce number of columns for smaller screens */
        gap: 0.5rem; /* Reduce gap between items */
        margin-top: 1rem; /* Adjust margin for smaller screens */
    }
    
    .project-tag {
        font-size: 0.9rem; /* Decrease font size for smaller screens */
        padding: 0.5rem; /* Adjust padding for smaller screens */
    }
    
    .project-image {
        width: 2rem; /* Adjust width for smaller screens */
        height: 2rem; /* Adjust height for smaller screens */
        inset: 1.5rem 0% auto auto; /* Adjust positioning for smaller screens */
    }
    .text-size-small {
        font-weight: 700;
    }
    .text-size-small.text-weight-medium {
        margin-bottom: 0;
        font-weight: 500;
    }
    #elem-container {
        display: none; /* Further reduce margin for very small screens */
    }
    
    .elem {
        height: auto; /* Continue allowing height to adjust based on content */
        padding: 0.5rem; /* Further reduce padding for very small screens */
    }
    
    .elem h2 {
        font-size: 1rem; /* Further decrease font size for very small screens */
    }
    
    #fixed-img {
        display: none;
    }
    .project-tags {
        padding: 10px;
    }
    
    .project-tags h5 {
        font-size: 8px;
    }
    .project-image {
        width: 15px;
        height: 15px;
        inset: 1.5rem 0% auto auto;
    }
    .page4 {
        padding: 20px 0.5rem 0px 0.5rem; /* Further reduce padding for very small screens */
    }
    
    .margin {
        padding-top: 1rem; /* Further adjust margin for very small screens */
    }
    
    .loop2 {
        font-size: 2.5rem; /* Further decrease font size for very small screens */
        padding-top: 1rem; /* Further adjust padding for very small screens */
        padding-bottom: 1rem; /* Further adjust padding for very small screens */
        max-height: 4.5rem;
    }
    
    .loop2 > h1 {
        font-size: 2.5rem; /* Further decrease font size for very small screens */
        margin-right: 0.5rem; /* Further reduce margin for very small screens */
    }
    
    .sub-heading h3 {
        font-size: 1.2rem; /* Further decrease font size for very small screens */
        margin-top: 0.5rem; /* Adjust margin for very small screens */
    }
    
    .logoes {
        padding-top: 0.5rem; /* Further adjust padding for very small screens */
        padding-bottom: 0.5rem; 
        display: inline-grid;
        gap: .5px;
    }
    
    .logo1_logo {
        max-height: 5rem;
    }
    .border {
        border-top: 1px solid #000;
        margin: 0;
    }
    .sub-heading{
        align-items: flex-start;
        flex-direction: column;
    }
    .cta-container {
        display: none;
    }
    .footer_component {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 1rem;
        padding-bottom: 5rem;
        margin-top: -2px;
    }
    
    .footer_component h1 {
        font-size: 13vw;
        margin-top: 1.5rem;
    }
    
    .footer_image {
        margin-bottom: 1rem; /* Further reduce margin for very small screens */
        padding: 0.5rem; /* Further adjust padding for very small screens */
    }
    
    .footer_bottom-wrapper {
        display: inline;
        margin-top: 3rem; 
        margin-bottom: 2rem; 
        padding: 0; 
        align-items: flex-start; 
    }
    
    .clock-wrapper {
        margin-bottom: 0.5rem; /* Further adjust margin for very small screens */
    }
    
    .heading-style-h3 {
        font-size: 1rem; /* Further reduce font size for very small screens */
    }
    
    .heading-style-h2 {
        font-size: 2rem; /* Further reduce font size for very small screens */
    }
    
    .content-outer-wrapper {
        grid-template-columns: 1fr; /* Stack columns vertically */
        min-width: 100%;
    }
    
    .list-item-wrapper {
        padding: 0.5rem; /* Adjust padding for very small screens */
        font-size: 0.8em; /* Further adjust font size for very small screens */
    }
    
    .footer_credit_text {
        font-size: 0.4rem; /* Further reduce font size for very small screens */
        margin-top: 1rem; /* Further reduce margin for very small screens */
    }
    #goey1 {
        display: none;
    }
    
    #goey2 {
       display: none;
    }
    .rectangle {
        height: 13rem;
        z-index: -1;
    }
    .link-wrapper {
        font-size: 0.8em; /* Adjust font size for smaller screens */
        left: 50%; /* Center horizontally for smaller screens */
        transform: translateX(-50%); /* Ensure centered positioning */
        left: 23%;
    }
    #hero-shape{
        display: none;
    }

}

@media (min-width: 1024px) {
    /* For screens 1024px wide and larger (large laptops and desktops) */
    .page1-image {
        width: 40%; /* Adjust width to 50% on larger screens */
    }
}

@media (min-width: 1280px) {
        #hero-shape{
        top: 90vh;
    }
}




