nav{
    background-color: #090A3A;
}
.header p{
    font-family: Circular Std Bold;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
 
}

.sub-heading{
    font-family: Circular Std Black;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: -0.06px;
}

@media (min-width: 600px) {
    .sub-heading{
        font-family: Circular Std Black;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: -0.06px;
    }
  }

.proportion{
    font-family: Circular Std Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.36px;
    margin-left: -15px;
    color: #FFC000;
}

.person-group{    
    font-family: Circular Std Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.36px;
}


label{
    font-family: Circular Std Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
}


.custom-select{
    font-family: Circular Std Book;
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.36px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
  }
  
  option { 
    background-color: white; 
    border-radius: value; 
    font-family: Circular Std Book;
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.36px;
    padding:90px 0px;
  }
  


.btn{
    padding: 5px 25px 5px 25px;
    font-family: Circular Std Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border-radius: 100px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
}

.btnExport{
    padding: 5px 25px 5px 25px;
    font-family: Circular Std Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border-radius: 100px;
    text-align: center;
    color: white;
    background-color: #000000;
    border: 2px solid #000;
}

.btnSubmit{
    padding: 10px 45px 10px 45px;
    font-family: Circular Std Black;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    border-radius: 100px;
    border: 2px solid #000000;
    background: #fff;
    color: #000;
    transition: all 0.3s ease-in-out;
}

    .btnSubmit:hover {
        background: #090A3A;
        color:white;
    }

::-webkit-scrollbar {
    width: 2px;
  }

::-webkit-scrollbar-thumb {
    background: #090A3A; 
    border-radius: 10px;
}

.container{
    width:350px
}

@media (min-width: 600px) {
    .container {
      width: 1170px;
    }
  }

  @font-face {
    font-family: 'Circular Std Black';
    src: 
        url('../fonts/Circular Std Book.ttf'),
        url('../fonts/Circular Std Medium.ttf'),
        url('../fonts/CircularSpUIv3T-Bold.ttf'),
        url('../fonts/Circular Std Black.ttf');
        }