@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Rubik&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden;
}

#back_to_top_btn{
    position: fixed;
    bottom: 50px;
    right: 50px;
    height: 50px;
    width: 50px;
    background-color: #d49c3f;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    line-height: 0.8rem;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.btn_bg{
    background-color: #d8a652;
    color: #fff!important;
    border: none;
    font-size: 15px;
    font-weight:600;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 6px 27px;
    text-transform: uppercase;
    text-decoration: none!important;
}
.btn_bg:hover{
    text-decoration: none!important;
    color: #fff!important;
}