@font-face {
    font-family: "nagaiya";
    src: url("./font/Nagaiya-Thin.otf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
}

html,
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.customCursor{
    height: 20px;
    width: 20px;
    background-color: #000;
    border-radius: 50%;
    position: fixed;
}

.main {
    height: 100vh;
    width: 100vw;
    display: flex;
    z-index: 2;
}

.main div {
    flex: 1;
    height: 100%;
    background-color: #000;
}

.wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-transform: uppercase;
}

.wrapper .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2vw;
    font-weight: 500;
    padding: 2vw 3vw;

}

.top .left .secound {
    font-size: 1vw;
}

.top .right {
    text-align: right;
}


.bottam h1 {
    position: relative;
    margin-top: 13vw;
    font-size: 25vw;
    font-weight: 500;   
    width: 100%;
    text-align: center;
}

.bottam h1 span:nth-child(2) {
    margin-left: -45px;
    margin-right: 6px;
    font-weight: 600;
    font-family: "nagaiya", sans-serif;
    font-style: italic;
}

.bottam h1 span {
    display: inline-block;
}