*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: aeonik;
    
}
html{
    scroll-behavior: smooth;
    scroll-padding: 6rem;
}
ul{
    list-style: none;
}

a{
    text-decoration: none;
}
button{
    cursor: pointer;
    border: none;
    background: none;
    font-family: baseneue-mid;
}

.section-content{
    margin: 0 auto;/* to center the content */
    padding: 0 30px;
    max-width: 1400px;
}

.section-title{
    font-family: aeonik-bold;
    font-style: bold;
    text-align: center;
    padding: 30px 0;
    text-transform: uppercase;
    font-size: 32px;
}

.section-title::after{
    content: "";
    width: 100px;
    height: 4px;
    display: block;
    margin: 10px auto 0;
    border-radius: 10px;
    background-color: #6e3729;
}

/*Fonts Name*/
@font-face{
    font-family: aeonik;
    src:url(fonts/aeonik.otf)
}
@font-face{
    font-family: aeonik-bold;
    src:url(fonts/AeonikTRIAL-Bold.otf)
}

@font-face{
    font-family: baseneue-mid;
    src:url(fonts/BaseNeueTrial-Medium.ttf)
}

@font-face{
    font-family: baseneue;
    src:url(fonts/BaseNeueTrial-WideBlack.ttf)
}
@font-face{
    font-family: dreams;
    src:url(fonts/Dream-Avenue.ttf)
}