@font-face {
    font-family: 'Merriweather';
    font-style: bold;
    font-weight: 900;
    src: url("../fonts/Merriweather/Merriweather-Bold.ttf");
  }
  
  @font-face {
    font-family: 'Cavier Dreams';
    font-style: bold;
    font-weight: 900;
    src: url("../fonts/caviar_dreams/CaviarDreams_Bold.ttf");
  }
  
  @font-face {
    font-family: 'Cavier Dreams';
    font-style: regular;
    font-weight: 500;
    src: url("../fonts/caviar_dreams/CaviarDreams.ttf");
  }

  
  .font-merri{
     font-family: "Merriweather"; 
  }

  .font-cavier{
      font-family: "Cavier Dreams";
  }

.bg{
    background-color: #15071a;
}

.nav-bar{
    padding-left: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.content-wrapper{
    background-color: #2c0f37;
    color: white;
    margin-top: 100px;
}

.card-header:first-child {
    border-radius: 0;
}

.card-header {
    padding: 0.6rem 2.25rem;
    margin-bottom: 0;
    background-color: 
#48bdbc;
border-bottom: 0;
color:
    black;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
}

.card-header:first-child {
    border-radius: 10px;
}

.card-body {
    -webkit-box-flex: 1;
        -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    border: 4px solid 
    #48bdbc;
    border-radius: 12px;
}

.card-body .heading-statement{
    padding: 2.0rem;
}

.card-body .defination-statement{
    padding-left: 80px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 60px;
}

.motion-footer-padding{
    padding-top: 30px;
    padding-bottom: 30px;
    color:white;
}

.color-yellow{
    color: yellow;
}