@font-face {
    font-family: 'MADE Sunflower';
    src: url('../fonts/WebFonts/madesunflower/made_sunflower-webfont.ttf');
    src: url('../fonts/WebFonts/madesunflower/made_sunflower-webfont.woff');
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Inter Tight', sans-serif;
    font-size: calc((100vw * .005) + 10px);
    font-weight: 400;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    webkit-overflow-scrolling: touch;
    background-color: #F0EFED;
    background-color: transparent;
    /* color: #E4E1D4; */
}

*:focus,
*:active,
*:hover,
input,
input:focus,
input:active,
input:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    /* color: #E4E1D4; */
}

h1,
h2,
h3,
h4 {
    font-family: 'MADE Sunflower', sans-serif;
    font-weight: 400;
    /* color: #E4E1D4; */
}

a {
    text-decoration: none
}

span {
    color: #0A0908;
}

.grain {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: -1;
    transform: translateZ(0);
}

.grain:before {
    content: "";
    top: -10rem;
    left: -10rem;
    width: calc(100vw + 20rem);
    height: calc(100vh + 20rem);
    z-index: 0;
    position: fixed;
    background-image: url('../images/NSD_0000.jpg');
    opacity: 0.2;
    pointer-events: none;
    -webkit-animation: noise 6s steps(2) infinite;
    animation: noise 6s steps(2) infinite;
}

@-webkit-keyframes noise {
    to {
        transform: translate3d(-7rem, 0, 0)
    }
}

@keyframes noise {
    0% {
        transform: translate3d(0, 9rem, 0)
    }
    10% {
        transform: translate3d(-1rem, -4rem, 0)
    }
    20% {
        transform: translate3d(-8rem, 2rem, 0)
    }
    30% {
        transform: translate3d(9rem, -9rem, 0)
    }
    40% {
        transform: translate3d(-2rem, 7rem, 0)
    }
    50% {
        transform: translate3d(-9rem, -4rem, 0)
    }
    60% {
        transform: translate3d(2rem, 6rem, 0)
    }
    70% {
        transform: translate3d(7rem, -8rem, 0)
    }
    80% {
        transform: translate3d(-9rem, 1rem, 0)
    }
    90% {
        transform: translate3d(6rem, -5rem, 0)
    }
    to {
        transform: translate3d(-7rem, 0, 0)
    }
}

nav {
    height: 4rem;
    width: calc(100% - 4rem);
    margin: 0 2rem;
    /* border-bottom: solid 1px #c63724; */
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: 600;
    z-index: 2;
    position: fixed;
    top: 1rem;
    left: 0;
    cursor: pointer;
}

nav .links {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    text-align: right;
}

nav .logo {
    height: 4rem;
    width: 4rem;
}

nav .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.sc-01 {
    height: 100svh;
    width: 96%;
    margin: 0 auto;
    /* display: flex; */
}

.sc-01 .img {
    height: 80svh;
    width: 80svw;
    position: absolute;
    top: 10svh;
    left: 10svw;
    z-index: -1;
}

.sc-01 .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.sc-01 .txt {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc-01 .txt img {
    height: 8rem;
    object-fit: cover;
    object-position: center;
}

/* .sc-01 {
    width: 96%;
    height: 100svh;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sc-01 .img {
    height: 80svh;
    width: calc(33.33% + 3.6rem);
    min-width: 31.6rem;
    max-width: 37.6rem;
    margin-left: -3.6rem;
    flex: 1 1 auto;
    text-align: center;
}

.sc-01 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sc-01 .txt {
    height: 66svh;
    width: calc(33.33% + 3.6rem);
    min-width: 31.6rem;
    max-width: 37.6rem;
    margin-right: -3.6rem;
    font-size: 5rem;
    line-height: 4.4rem;
    font-weight: 500;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 2;
}

.sc-01 .txt div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sc-01 .txt div img {
    width: 18rem;
    height: auto;
    object-fit: contain;
    object-position: center;
    filter: saturate(0) brightness(0);
}

.sc-01 .txt div img:first-of-type {
    align-self: flex-start;
}

.sc-01 .dtls {
    width: calc(33.33% - 4rem);
    min-width: 24rem;
    max-width: 30rem;
    padding: 2rem;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sc-01 .dtls span {
    font-weight: 500;
} */

.sc-02 {
    width: 96%;
    max-width: 1200px;
    margin: 8rem auto 8rem;
    z-index: 2;
}

.sc-02 h3 {
    font-size: 2rem;
    color: #c63724;
    margin: 0 0 1.4rem;
    text-indent: 6rem;
}

.sc-02 span {
    font-size: 0.94rem;
    line-height: 2rem;
    font-weight: 500;
}

.sc-03 {
    width: 96%;
    max-width: 1200px;
    margin: 8rem auto 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.sc-03 .img {
    width: 100%;
    aspect-ratio: 16/9;
}

.sc-03 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sc-03 .info {
    width: 50%;
}

.sc-03 .info .dtl {
    margin: 1rem 0;
    font-size: 2rem;
    font-family: 'MADE Sunflower';
}

.hrzl {
    width: 100%;
    height: 1px;
    background-color: #0A0908;
    opacity: 0.2;
}