@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype'),
  url('/assets/fonts/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype');
}

/* Roboto Variable (Normal) */
@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900; /* Range of supported weights */
  font-stretch: 75% 125%; /* Optional: Range for width (wdth axis) */
  font-style: normal;
}

.content-wrapper {
  padding: 0 14px;
  overflow-x: hidden;
  width: 100%;
}
.navbar.sticky-top {
  position: sticky;
  top: 0;
}

[data-aos]{
  overflow: hidden;
  max-width: 100%;
}

p, li {
  font-weight: 100;
  font-size: 1.7rem;
}

.card-body{
  min-height: auto !important;
}



@media (max-width: 600px) {
  .desktop-image {
    display: none;
  }
  .mobile-image {
    display: block;
  }
}

ul.bpt, ul.bpt2{
  margin-top: 20px;
}

.bpt0 {
  margin-left: 13px;
  list-style: none;
  list-style-type: none;
  list-style-position: outside;
}
.bpt0 li {
  font-weight: 300;
  margin: 10px 0;
  color: #222;
}
.bpt {
  list-style: none;
  list-style-type: none;
  list-style-image: url(/assets/img/b-1.png);
  list-style-position: outside;
}
.bpt2 {
  font-weight: 100;
  padding-bottom: 30px; 
  list-style: none;
  list-style-type: none;
  list-style-image: url(/assets/img/b-tick.png);
  list-style-position: outside;
}
.bpt-wn {
  /*font-size: 1.7rem;*/
  font-weight: 100;
  list-style: none;
  list-style-type: none;
  list-style-image: url(/assets/img/b-wn.png);
  list-style-position: outside;
}
.info-list p{
  margin: 0 0;
  font-weight: 300;
  padding-left: 5px; 
  padding-top: 20px; 
  padding-bottom: 50px; 
}
.info-list li {
  line-height: 1.9rem;
  font-weight: 350;
  /*font-size: 1.5rem;*/
  color: #444;
  padding-top: 14px;
}
.info-list li:last-of-type {
  padding-bottom: 0px;
}
div.info-list>h1{
  /*font-family: 'Poppins';*/
  text-align: center;
  padding-top: 40px;
  font-size: 2.7rem;
  font-weight: 600;
  color: #444;
}
div.info-list>h1{
  font-weight: 500;
}
div.info-list>h1>div{
  /*font-family: 'Poppins';*/
  padding-bottom: 20px;
  font-size: 1.6rem;
  color: #666;
}
div.info-list>h2{
  /*font-family: 'Poppins';*/
  margin-top: 20px;
  padding-bottom: 0px;
  font-size: 1.8rem;
  color: #222;
  font-weight: 400;
}
div.info-list>h3{
  /*font-weight: 300;*/
  margin-top: 0px;
  color: #222;
}

.info-doc p {
  /*font-size: 1.3rem;*/
  font-weight: 300;
}
.info-doc.col {
  border: 1px solid #999;
  border-radius: 15px;
}
.info-doc:hover.col.wn{
  background-color: #FFFBFE;
  border-color: #FF3FC5;
}
.info-doc:hover.col {
  background-color: #F5FEFF;
  border-color: #009DB0;
}
.info-doc strong {
  font-weight: 500;
}
.info-doc h1 {
  padding-top: 30px;
  /*color: #666;*/
  /*font-weight: 400;*/
}
.info-doc li:last-of-type {
  padding-bottom: 20px;
}
.info-doc h3 {
  margin-bottom: 22px;
}
.info-doc p {
  /*font-size: 1.3rem;*/
  font-weight: 300;
}
.info-doc ul.bpt2 {
  margin-left: -8px;
/*color: red;*/
}
.bpt li, .bpt2 li, .bpt-wn li {
  padding-left: 14px; 
  font-weight: 300;
  font-size: 1.7rem;
  padding-bottom: 10px; 
  /*color: red;*/
}
.bpt-wn li:first-of-type {
  padding-top: 20px;
}
.nav-item {
  font-weight: 400;
  font-size: 1.1rem;
}


.female-text{
  color: #FF00B2 !important;
}
.female-bg{
  color: white;
  background-color: #FF3FC5;
}
.card-footer.female-bg:hover{
  background-color: #FF00B2;
}

.male-text{
  color: #05C0C9 !important;
}
.male-bg{
  color: white;
  background-color: #05B3BB;
}
.card-footer .male-bg:hover{
  background-color: #05C0C9;
}
.hero{
  position: relative;
  width: 100%;
  height: 92vh;

}
.hero .left_layer {
  position: absolute;
  z-index: 1;
  height: 100%;
  left: 0;
  top: 0;

}
.hero .center_layer {
  position: absolute;        
  z-index: -2;
  background: url('/assets/img/bg-hero-1.png');
  background-position: center right;
  background-size: cover;
  height: 50%;
  width: 100%;
  left: 0vw;
  top: 0;
}

.hero img {
  position: absolute;        
  z-index: -14;
  height: 100%;
  width: 80%;
  right:0;
  bottom: 0;
}

@media screen and (max-width: 767px) {

  .hero img {
    width: 100%;
  }
  .hero .center_layer::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    background: linear-gradient(45deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
  }

.nav-item {
  font-weight: 400;
  font-size: 1.5rem;
}
}

/*DEBUGGUBG*/
/*==============================================*/
/*  .col-2, .col-3, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, p, ul, li ,span {
    border: 1px solid red;
  }
  .row{
    margin-top: 10px;
    background-color: #eee;
    border: 2px solid lightblue;
  }*/