@font-face {
    font-family: 'Felidae';
    src: url('Felidae.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('Helvetica.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

*{ 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Ledger', sans-serif;
    list-style: none;
    text-decoration: none;
}

body{
    background: #FFFFFF;
    min-height: 100vh;
    overflow-x: hidden;
}

header{
    position: static;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 9%;
    background: #FFFFFF;
}

.logo{
    font-size: 30px;
    font-weight: 700;
    color: #2A2A2A;
    display: flex;
    align-items: center;
}

.logo img{
    height: 120px;
    width: auto;
    max-height: 120px;
    object-fit: contain;
}

.navlist{
    display: flex;
}

.navlist a{
    color: #2A2A2A;
    margin-left: 60px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all .55s ease;
}

.navlist a:hover{
    border-bottom: 2px solid #2A2A2A;
}

#menu-icon{
    color: #2A2A2A;
    font-size: 30px;
    z-index: 10001;
    cursor: pointer;
    display: none;
}

.entrance-image{
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background: #FFFFFF;
}

.entrance-image img{
    max-width: 100%;
    height: auto;
    display: inline-block;
    border: 6px solid #2A2A2A;
}

.product-mission{
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background: #FFFFFF;
}

.product-mission img{
    max-width: 100%;
    height: auto;
    display: inline-block;
    border: 6px solid #2A2A2A;
}

.hero{
    height: 100%;
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2rem;
}

.hero-three {
    grid-template-columns: 1fr auto 1fr;
    align-items: start;
    gap: 3rem;
}


section{
    padding: 0 19%;
}

.hero-text h5{
    font-size: 14px;
    font-weight: 400;
    color: #2A2A2A;
    margin-bottom: 40px;
}

.hero-text h1{
    font-family: 'Felidae', serif;
    font-size: 90px;
    line-height: 1;
    color: #2A2A2A;
    margin: 0 0 45px;
}

.hero-text h4{
    font-family: 'Felidae', serif;
    font-size: 28px;
    font-weight: 600;
    color: #2A2A2A;
    margin-bottom: 10px;
}

.hero-text p{
    color: #2A2A2A;
    font-family: 'Helvetica', sans-serif;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 40px;
}

#contact .hero-text{
    text-align: center;
}

#contact.hero{
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    flex-direction: column;
    display: flex;
    gap: 2rem;
    position: relative;
    z-index: 1;
}

#contact .hero-image{
    text-align: center;
    order: 1;
}

#contact .hero-text{
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    order: 2;
}

.hero-image img{
    width: 700px;
    height: auto;
    max-width: 100%;   
}

#home .hero-image img{
    width: 560px;
    height: auto;
    max-width: 70%;
}

#contact .hero-image img{
    width: 140px;
    height: auto;
    max-width: 100%;
}

.hero-text a{
    display: inline-block;
    color: #2A2A2A;
    background: #FFFFFF;
    border: 1px solid transparent;
    padding: 12px 30px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all .55s ease;
}

.hero-text a:hover{
    background:transparent;
    border: 1px solid #2A2A2A;
    color: #FFFFFF;
    transform: translateX(8px);
}

.hero-text a.ctaa{
    background: transparent;
    border: 1px solid #2A2A2A;
    color: #FFFFFF;
    margin-left: 20px;
}

.hero-text a.ctaa i{
    vertical-align: middle;
    margin-right: 5px;
}

.icons{
    position: absolute;
    top: 50%;
    padding: 0 9%;
    transform: translateY(-50%);
}

.icons  i{
    display: block;
    margin: 26px 0;
    font-size: 24px;
    color: #2A2A2A;
    transition: all .50s ease;
}

.icons i:hover{
    color: #2A2A2A;
    transform: translateY(-5px);
}

.scrolldown{
    position: fixed;
    bottom: 6%;
    right: 9%;
    z-index: 1000;
}

.scrolldown i{
    display: block;
    padding: 12px;
    font-size: 25px;
    color: #2A2A2A;
    background: #FFFFFF;
    border-radius: 30px;
    transition: all .50s ease;
}

.scrolldown i:hover{
    transform: translateY(-5px);
}

@media (max-width: 1535px){
    header{
        padding:15px 3%;
        transition: .2s;
    }

    .icons{
        padding: 0 3%;
        transition: .2s;
    }

    .scrolldown{
        right: 3%;
        transition: .2s;
    }
}

@media (max-width: 1460px){
    section{
        padding: 0 12%;
        transition: .2s;
    }
}

@media (max-width: 1340px){
    .hero-image img{
        width: 100%;
        height: auto;
    }
    .hero-text h1{
        font-size: 75px;
        margin: 0 0 30px;
    }
    .hero-text h5{
        margin-bottom: 25px;
    }
}

@media (max-width: 1195px){
    section{
        padding: 0 3%;
        transition: .2s;
    }
    .hero-text{
        padding-top: 115px;
    }
    .hero-image{
        text-align: center;
    }
    .hero-image img{
        width: 560px;
        height: auto;
    }
    .hero{
        height: 100%;
        gap: 1rem;
        grid-template-columns: 1fr;
    }
    .icons{
        display: none;
    }
}

@media (max-width: 990px){
    #menu-icon{
        display: block;
        position: fixed;
        right: 5%;
        z-index: 10001;
    }
    .navlist{
        position: fixed;
        top: 0;
        right: -100%;
        width: 150px;
        background: #FFFFFF;
        border: 6px solid #2A2A2A;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 30px 15px;
        transition: all .55s ease;
        z-index: 10000;
    }
    .navlist a{
        margin-left: 0;
        display: block;
        margin: 7px 0;
    }
    .navlist.open{
        right: 0;
    }
}

@media (max-width: 680px){
    .hero-image img{
        width: 100%;
        height: auto;
        max-width: 400px;
    }
    .hero-text h1{
        font-size: 60px;
        margin: 0 0 25px;
    }
    .hero-text p{
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 30px;
    }
    .logo{
        font-size: 24px;
    }
    .logo img{
        height: 32px;
        max-height: 32px;
    }
    section{
        padding: 0 5%;
    }
    #contact.hero{
        min-height: 60vh;
        padding: 30px 5%;
        gap: 0rem;
    }
    #contact .hero-text{
        max-width: 100%;
    }
}

@media (max-width: 480px){
    .hero-text{
        padding-top: 100px;
    }
    .hero-text h1{
        font-size: 45px;
        margin: 0 0 20px;
    }
    .hero-text h4{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .hero-text p{
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    .hero-image img{
        max-width: 300px;
        width: 90%;
    }
    .logo{
        font-size: 20px;
    }
    .logo img{
        height: 28px;
        max-height: 28px;
    }
    header{
        padding: 15px 5%;
    }
    #menu-icon{
        top: 15px;
        right: 5%;
    }
    .hero-text a{
        padding: 10px 20px;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .hero-text a.ctaa{
        margin-left: 10px;
    }
    .navlist{
        width: 200px;
        padding: 25px 10px;
    }
    #contact.hero{
        min-height: 50vh;
        padding: 20px 5%;
        gap: 0rem;
    }
    #contact .hero-text p{
        font-size: 14px;
        margin-bottom: 12px;
    }
}

@media (max-width: 360px){
    .hero-text h1{
        font-size: 38px;
        margin: 0 0 15px;
    }
    .hero-text h4{
        font-size: 15px;
    }
    .hero-text p{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .hero-image img{
        max-width: 250px;
        width: 85%;
    }
    .logo{
        font-size: 18px;
    }
    .logo img{
        height: 24px;
        max-height: 24px;
    }
    section{
        padding: 0 3%;
    }
    .hero-text a{
        padding: 8px 16px;
        font-size: 11px;
    }
    .hero-text a.ctaa{
        margin-left: 8px;
    }
}
