@font-face {
    font-family: tan-k;
    src: url("./fonts/TAN\ KULTURE-DISPLAY.otf");
}

* {
    margin: 0;
    padding: 0;
    font-family: tan-k;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    scrollbar-width: none;
    scroll-behavior: smooth;
    background: #A8A8A8;
    backdrop-filter: noise;
}




.overlay {
    position: fixed;
    width: 100%;
    left: 0;
    height: 100vh;
    z-index: 6;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.overlay .bar {
    width: 10vw;
    height: 105vh;
    background: #000;
}

.counter {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 10000;
    color: #F1F7EE;
    font-size: 180px;
    /* padding: 20px 30px; */
    pointer-events: none;
}

.three-canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    overflow: hidden;
}



.nav {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    position: absolute;
    top: 2.5%;
    z-index: 10;
}

.nav h1 {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav .links {
    display: flex;
    gap: 20px;
}

.nav .links a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    transition: color 0.3s ease;
}

.nav .btn {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    transition: color 0.3s ease;
    border: 1px solid black;
    padding: 7px 14px;
    border-radius: 8px;
}

.nav .menu {
    width: 80px;
    cursor: pointer;
}








.full {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: -200%;
    left: 0;
    background: white;
    color: black;
    z-index: 15;
    padding: 20px 30px;
}


.full h1 {
    font-size: 40px;
    position: absolute;
    top: 5%;
    left: 5%;
}

.full .links {
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: absolute;
    top: 30%;
    left: 5%;
}

.full .links a {
    font-size: 60px;
    font-family: inter;
    display: block;
    font-weight: bolder;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
}


.full .close {
    font-size: 30px;
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    font-weight: 600;
}







.header {
    width: 100%;
    height: 100vh;
    position: relative;
    background: linear-gradient(to bottom, #F8F8F8 0%, #999999 100%);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header h1 {
    font-size: 280px;
    width: 100%;
    text-align: center;
    color: #999999;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.header .product-img {
    width: 250px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.header .grass-land-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-size: cover;
}




.sec1 {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 20px 30px;
}

.sec1 .text1 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: 10%; */

}

.sec1 .text1 .left {
    opacity: 0%;
}

.sec1 .text1 .left h1 {
    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: 300;

}

.sec1 .text1 .left p {
    font-size: 20px;
    font-family: inter;
    width: 75%;
}



.sec2 {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec2 .text2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10%;
}



.sec2 .text2 .right {
    opacity: 0%;


}

.sec2 .text2 .right h1 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 300;

}

.sec2 .text2 .right p {
    width: 80%;
    font-family: inter;
}



.sec3 {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3 .text3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3 .text3 .left {
    opacity: 0%;
}

.sec3 .text3 .left h1 {
    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: 300;

}

.sec3 .text3 .left p {
    font-size: 20px;
    font-family: inter;
    width: 75%;
}



/* .image-container {
  width: 80%;
  height: 80%;
  position: relative;
  overflow: hidden;
  background: #111;
}

canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
} */


.sec1 .text1 img,
.sec2 .text2 img,
.sec3 .text3 img {
    opacity: 0%;
}








.sec4 {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 20px 30px;
}







.sec4 h1 {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 300;
    position: absolute;
    bottom: 1%;
    left: 5%;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: left top;
    white-space: nowrap;
}


/* .sec4 .element{
    width: 70%;
    height: 350px;
    background: linear-gradient(to bottom right, #f76565 20%, #4b0255 100%);
    position: absolute;
    bottom: 13%;
    right: 0%;
} */


.sec4 .text4 {
    width: 550px;
    position: absolute;
    top: 6%;
    right: 2%;
}

.sec4 .text4 h2 {
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 20px;
    display: inline-block;
}

.sec4 .text4 p {
    font-size: 20px;
    font-family: inter;
    margin-bottom: 10px;
    width: 95%;

}




.sec4 .text4 img {
    width: 400px;
}










.footer {
    width: 100%;
    height: 100vh;
    background: #131313;
    position: sticky;
    z-index: 3;
    overflow: hidden;
}


.footer h1 {
    font-size: 250px;
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-transform: uppercase;
    color: #1F1F1F;
    letter-spacing: 6px;
    font-weight: 500;
}

.footer .flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 4%;
    padding: 20px 30px;
}

.footer .flex h3 {
    width: 20%;
    font-size: 25px;
    font-family: inter;
    color: #808080;

}

.footer .flex .links {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;

}

.footer .flex .right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 60px;
}


.footer .flex .right p {
    font-size: 20px;
    color: #808080;
    width: 40%;
    font-family: inter;

}

.footer .flex .right p a {
    font-size: 18px;
    color: #585858;
    text-emphasis: underline;
    transition: all 0.3s ease;
    font-family: inter;
}

.footer .flex .right p a:hover {
    color: #808080;
}

.footer .flex .right .links a {
    font-size: 16px;
    color: #585858;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.footer .flex .right .links a:hover {
    color: #808080;

}




.footer .copyright {
    width: 100%;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 2%;
}

.footer .copyright p {
    font-size: 16px;
    color: #585858;
    font-family: inter;
}

.footer .copyright p a {
    font-size: 16px;
    color: #585858;
    text-decoration: underline;
    font-family: inter;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.footer .copyright p a:hover {
    color: #808080;
}

.footer .copyright .scroll-top-btn {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.footer .copyright .scroll-top-btn i {
    font-size: 25px;
    color: #585858;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #585858;
    padding: 5px 5px;
    border-radius: 50%;
}


@media (max-width: 999px) {
    .header h1 {
        font-size: 180px;
    }

    .sec1 .text1 {
        gap: 5%;
    }

    .sec1 .text1 .left h1,
    .sec2 .text2 .right h1,
    .sec3 .text3 .left h1 {
        font-size: 35px;
    }

    .sec1 .text1 .left p,
    .sec2 .text2 .right p,
    .sec3 .text3 .left p {
        width: 80%;
    }

    .sec1 .text1 img,
    .sec2 .text2 img,
    .sec3 .text3 img {
        width: 350px;
    }

    .footer h1 {
        font-size: 180px;
    }

}

@media (max-width: 865px) {

    .sec1 .text1,
    .sec2 .text2,
    .sec3 .text3 {
        width: 100%;
        gap: 4%;
    }

    .sec1 .text1 .left,
    .sec2 .text2 .right,
    .sec3 .text3 .left {
        width: 100%;
    }

    .sec1 .text1 .left p,
    .sec2 .text2 .right p,
    .sec3 .text3 .left p {
        width: 90%;
    }

    .sec1 .text1 img,
    .sec2 .text2 img,
    .sec3 .text3 img {
        width: 270px;
    }

    .footer h1 {
        font-size: 160px;
        bottom: 8%;
    }
}


@media (max-width: 751px) {
    .counter {
        font-size: 150px;
    }
    
    .full .close{
        top: 7%;
        right: 8%;
    }
    .header h1 {
        font-size: 150px;
    }

    .sec1 .text1 .left,
    .sec3 .text3 .left {
        width: 100%;
    }

    .sec2 .text2 .right {
        margin-left: 0px;

    }

    .sec1 .text1 .left p,
    .sec2 .text2 .right p,
    .sec3 .text3 .left p {
        width: 90%;
        font-size: 20px;
    }


    .sec1 .text1 img,
    .sec2 .text2 img,
    .sec3 .text3 img {
        display: none;
    }

    .sec4 .text4 img {
        width: 240px;
    }



    .footer h1 {
        font-size: 130px;
    }

    .footer .flex h3 {
        font-size: 20px;
    }
}

@media (max-width: 679px) {
   .main{
    overflow-x: hidden;
   }
}
@media (max-width: 670px) {
    .nav .links {
        display: none;
    }

    .sec1 .text1,
    .sec2 .text2,
    .sec3 .text3 {
        width: 100%;
    }

    .sec1 .text1 .left,
    .sec3 .text3 .left {
        width: 100%;
    }

    .sec2 .text2 .right {
        width: 100%;
        margin-left: 100px;
    }

    .sec1 .text1 .left h1,
    .sec2 .text2 .right h1,
    .sec3 .text3 .left h1 {
        font-size: 30px;
    }

    .sec4 h1 {
        display: none;
    }

    .sec4 .text4 {
        width: 100%;
        left: 3%;
    }


    .sec4 .text4 p {
        width: 85%;
    }

    .footer h1 {
        bottom: 16%;
        font-size: 100px;
    }


    .footer .flex h3 {
        font-size: 18px;
        width: 80%;
    }

    .footer .flex .right {
        gap: 100px;
    }

    .footer .flex .right p {
        font-size: 18px;
    }

    .footer .flex .right p a {
        font-size: 18px;
    }

    .footer .copyright {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 15px;
    }
}

@media (max-width: 575px) {

    .header h1 {
        font-size: 120px;
    }

    .sec2 .text2 .right {
        width: 100%;
        margin-left: 0px;
    }

    .sec1 .text1 .left p,
    .sec2 .text2 .right p,
    .sec3 .text3 .left p {
        width: 100%;
    }

    .footer .flex {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        text-align: center;
    }

    .footer .flex .right {
        flex-direction: column;
        gap: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer .flex .right p {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        width: 100%;
    }
    .footer .flex .right .links{
        align-items: center;

    }
}

@media (max-width: 491px) {
    .nav{
        padding: 10px 20px;
    }
    .full h1 {
        font-size: 30px;
        top: 6%;
    }

    .full .links a{
        font-size: 50px;
    }
    .footer h1{
        font-size: 90px;
    }
}
@media (max-width: 477px) {

    .header h1 {
        font-size: 100px;
    }

}


@media (max-width: 443px) {
 .full .links a{
        font-size: 45px;
    }

   .footer h1 {
       font-size: 75px;
   }
}

@media (max-width: 409px) {
    .header h1 {
        font-size: 90px;
    }

    .sec2 .text2 .right {
        margin-left: 0px;
    }
}