@font-face {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NunitoSans-Bold.ttf");
  }
  
  @font-face {
    font-family: "Nunito Sans";
    font-style: italic;
    font-weight: 700;
    src: url("fonts/NunitoSans-BoldItalic.ttf");
  }
  
  @font-face {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 300;
    src: url("fonts/NunitoSans-Light.ttf");
  }
  
  @font-face {
    font-family: "Nunito Sans";
    font-style: italic;
    font-weight: 300;
    src: url("fonts/NunitoSans-LightItalic.ttf");
  }
  @font-face {
      font-family: "Montserrat";
      font-style: normal;
      src: url("fonts/Montserrat-VariableFont_wght.ttf");
    }

/*formalize*/
.body-bp-details{
    font-family: 'Nunito Sans', 'Calibri', 'Arial', 'sans-serif';
    font-weight: 400;
    line-height: 1.4em;
}
#bp-detail-1{
    margin: auto;
    padding: 0 0 150px;
    width: 100%;
}
.app-container{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}
.app-con-1{
    box-sizing: border-box;
    min-height: 450px;
    min-width: 150px;
    flex: 1 1 25%;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.part1{
    width: 100%;
    height: 100%;
    position: relative;
}
.app-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.button-container{
    display: flex;
    min-width: fit-content;
    flex-wrap: wrap;
    gap: 10px;
}
.button-container a{
    color:#fff;
}
.button-container a:hover{
    color:#fff;
    background-color: #9E1E4D;
}
.demo-button{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    background-color: #222120;
    border-radius: 2px;
    font-family: Nunito Sans;
    margin:0 0 10px 0;
}
.install-button{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    background-color: #222120;
    border-radius: 2px;
    font-family: Nunito Sans;
}
.app-features{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    justify-content:flex-start;
    font-weight: bold;
    font-family: Nunito Sans;
}
.app-title{
    text-align: left;
    display: flex;
    flex-direction: column;
    padding-top: 8rem;
    font-family: Nunito Sans;
    font-weight: 700;
    justify-content: center;
}
.app-brief{
    text-align: left;
    display: flex;
    flex-direction: column;
    padding-top: 8rem;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 700;
    
}
#bp-detail-3{
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
}
.screen-shot{
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
    
}
.feature-text{
    background-color: #fff;
    width: 50%;
    box-sizing: border-box;
    text-align: left;
    font-family: Nunito Sans;
    padding: 20px;
}
#bp-detail-4{
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
}
#bp-detail-5{
    margin: auto;
    padding: 50px 0 150px;
}
.customer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
}
.customer img{  
    flex: 1;
    padding: 0 20px;
}