@font-face {
  font-family: "Poppins";
  src: url('font/Poppins-Regular.woff') format('woff'),
       url('font/Poppins-Regular.ttf') format('truetype');
        /*font-weight: normal;
        font-style: normal;*/
}
html,body {
    font-family: 'Poppins', 'Open Sans', sans-serif;
}
.navbar-light .navbar-nav .nav-link{
    font-weight: 600;
}
*{
    font-family: 'Poppins', sans-serif;
}

.btn-danger{
    background-color: #ff7f7e;
    border: 1px solid #ff7f7e;
}
.btn:not(:disabled):not(.disabled) {
    margin-right: 2px;
}
/*.active{
    color: #3e43e5 !important;
    border-bottom: 2px solid  #3e43e5;
    margin-bottom: -9px;
}*/
.navbar-light .navbar-nav .active > .nav-link{
    color: #3e43e5;
}
.nav-link{
    text-transform: uppercase;
}
.navbar-light .navbar-nav .active{
    border-bottom: 2px solid  #3e43e5;
    margin-bottom: -9px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.5rem;
    font-size: 15px;
}

/*Content*/
.content-box{
    background-color: #fff;
    box-shadow: 0 4px 15px 0 rgba(0,0,0,0.2);
    border-radius: 7px;
    margin-top: 12px;
}
.content-box:hover{
    box-shadow: 0px 1px 2px 0px rgba(60, 64, 67, 0.3),0px 2px 6px 2px rgba(60, 64, 67, 0.15);
    transform: translateY(-1px);
}
.content-box .fn-download{
    float: right;
    text-align: right;
}
.content-box .fn-categories{
    float: right;
    text-align: right;
    padding-right: 10px;
}
/*.fn-categories a{
    text-decoration: none;
    color: rgb(82, 92, 235);
}*/
.content-box .fn-rating{
    float: right;
    text-align: right;
    padding-left: 10px;
}
.content-header{
   /*width: 100%;*/
    background-color:#fbfbfb;
    border-radius: 7px 7px 0 0;
    padding: 7px;
}
.fn-right-sect{
    float: right;
    background-color: burlywood;
    height: 90px;
    width: 200px;
    cursor: default;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text{
    border-radius: 0 15px 15px 0;
}
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child){
  /*  border-radius: 15px 0 0 15px;*/
    border-radius: .3rem;
}
.form-inline .form-control{
    border-radius: 15px;
}
.bg-fn-color{
    background-color: #0d154e;
}
.foot-a-color{
    color: #c0c0c3;
}
.foot-a-color:hover{
    color: #fff;
}


/*.fn-header-content{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 64px;
    z-index: 1;
    box-shadow: 1px 1px transparent;
    background: #eef0f3;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
}
.header-corner{
    z-index: 1;
    width: 60px;
    text-align: center;
}
@media (max-width: 1036px)
<style>
.menu-button[_ngcontent-vum-c10] {
    display: inline-block;
}

.fn-icon-button {
    padding: 0;
    min-width: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    line-height: 40px;
    border-radius: 50%;
}
.fn-menu{
    display: none;
    top: 11px;
}
.header-lockup{
    position: relative;
    top: 22px;
}
.lockup{
    cursor: pointer;
    outline: none;
    white-space: nowrap;
}
.fn-logo{
    background-image: url(https://www.gstatic.com/images/branding/googlelogo/1x/googlelogo_dark_color_74x24dp.png);
    opacity: .6;
    width: 74px;
    height: 24px;
    background-size: 74px 24px;
}
.fn-nav{
    position: relative;
    display: inline-block;
    height: 100%;
    flex: 1;
    text-align: center;
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}*/
