@font-face{
    font-family: 'akira';
    src: url('akira expanded.otf');
}
body{
    background: #fbf4ef;
    width: 100vw;
    overflow-x: hidden;
    position: relative;
}
*{
    box-sizing: border-box;
    font-family: Poppins;
}
:root{
    --red: #DB3635;
}
.section-title{
    font-family: akira;
    font-size: 64px;
    line-height: 55px;
}
.akira{
    font-family: akira;
    letter-spacing: 1px;
}
.bg-title{
    font-family: akira;
    font-size: 128px;
    line-height: 100px;
    text-shadow:
    -1px -1px 0 #e7e7e7,
    1px -1px 0 #e7e7e7,
    -1px 1px 0 #e7e7e7,
    1px 1px 0 #e7e7e7;
    color: #FBF4EF;
}
.hide-scrollbar{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
@media (min-width: 992px) { 
    .bg-title{
    font-family: akira;
    font-size: 200px;
    white-space: nowrap;
    text-shadow:
    -1px -1px 0 #e7e7e7,
    1px -1px 0 #e7e7e7,
    -1px 1px 0 #e7e7e7,
    1px 1px 0 #e7e7e7;
    color: #FBF4EF;
} }


.brand-button{
    text-decoration: none;
    cursor: pointer;
}
/* .brand-button{
    position: relative;
    color: white;
    padding: 20px;
    background: linear-gradient(-45deg, #DB363500 0%, #DB363500 10%, #DB3635 10%, #DB3635 90%, #DB363500 90%, #DB363500 100%)
} */
/* .brand-button::before{
    content:"";
    position:absolute;
    top:0px;
    left:0;
    width: 100%;
    border-bottom: 20px solid blue;
    border-left: 20px solid transparent;
}
.brand-button::after{
    content:"";
    position:absolute;
    bottom:0px;
    left:0;
    width: 100%;
    border-top: 20px solid blue;
    border-right: 20px solid transparent;
} */