html{
  background-color: white;
}


.badge-wrapper{
  background-color: white;
  width: 100%;
}

/*
 ---- header ------
*/
.badge-wrapper .header {
    max-width: 100%;
    height: auto;
    background-color: #15324c;
    padding: 15px;

}
.badge-wrapper .header .inner-wrapper{
    background-color: #15324c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;

}

.badge-wrapper .header img {
    height: 70px;
}

.badge-wrapper .header .buttons-wrapper a{
  display: block;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .badge-wrapper .header .inner-wrapper{
      padding: 0 100px;
      max-width: 1200px;
      margin: auto;
  }

  .badge-wrapper .header img {
      height: 100px;
  }
  .badge-wrapper .header .buttons-wrapper{
    
  }
  .badge-wrapper .header .buttons-wrapper a{
    display: inline-block;
    color: #15324c;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: 35px;
    padding: 10px 15px;
    background-color: white;
  }
}

/*
 ---- Banner------
*/

.badge-wrapper .banner {
    max-width: 100%;
    height: auto;
    background-color: lightgrey;
}
.badge-wrapper .banner .inner-wrapper {
  padding: 15px;
}

.badge-wrapper .message {
  font-size: 14px;
}

.badge-wrapper .message a {
  color: #0bb4c8;
  font-weight: 500;
}

.badge-wrapper .banner .button-item-2{
    display: inline-block;
    color: white;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    padding: 10px 60px;
    background-color: #15324c;
    margin-top: 20px;
    cursor: pointer;
}

@media (min-width: 768px) { 
.badge-wrapper .banner .inner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 100px;
  max-width: 1200px;
  margin: auto;
}

.badge-wrapper .message {
  font-size: 20px;

}

.badge-wrapper .message a {

}

.badge-wrapper .banner .button-item-2{
  margin-top: 0;
  padding: 15px 60px;
  font-size: 20px;
  letter-spacing: 2px;
}
}


/*
 ---- Certificate ------
*/
.badge-wrapper .certificate{
  padding: 10px 20px;
  max-width: 550px;
  margin: auto;
  min-height: 80vh;
  position: relative;
}

.badge-wrapper .certificate .card-wrapper{

}
@media (min-width: 1000px) { 
  .badge-wrapper .certificate{
    max-width: 1200px;
    margin: auto;
    padding: 0 50px;
  }
  .badge-wrapper .certificate .card-wrapper{
    display: flex;
    justify-content: flex-start;
    padding: 40px;
    margin: 30px 0;
    box-shadow: 0 5px 7px rgb(0 0 0 / 15%) !important;
    border-bottom-right-radius: 80px ;
  }
}
/*
 ---- Left------
*/
.badge-wrapper .certificate .left-content{

}
@media (min-width: 1000px) { 
  .badge-wrapper .certificate .left-content{
    width: 40%;
  }
}


.badge-wrapper .certificate .left-content .license-logo{
    width: 200px;
    margin: auto;
    display: block;
}
.badge-wrapper .certificate .left-content .license-name-mobile{
    text-align: center;
    font-weight: 600;
    color: #d43933e5;
    font-size: 17px;
}
.badge-wrapper .certificate .left-content .static-text{
  margin-top: 15px;
}

.badge-wrapper .certificate .left-content .static-text .section{
  font-size: 15px;
  color: grey;
  margin-bottom: 10px;
}
.badge-wrapper .certificate .left-content .static-text .section .highlight{
  font-weight: 600;
  color: black;
  display: inline-block;
  margin-left: 5px;
}
.badge-wrapper .certificate .left-content .static-text .section .special{
  font-weight: 600;
  color: #0bb4c8;
  display: inline-block;
  margin-left: 5px;
}
@media (min-width: 1000px) { 
  .badge-wrapper .certificate .left-content .license-name-mobile{
    display: none;
  }
  .badge-wrapper .certificate .left-content .license-logo{
    width: 200px;
    margin: auto;
    display: block;
    transform: scale(1.5);
  }
  .badge-wrapper .certificate .left-content .static-text{
    padding-left: 20px;
    padding-top: 40px;
    border-left: 7px solid #15324c;
    border-bottom: 1px solid;
  }
  .badge-wrapper .certificate .left-content .static-text .section{
    font-size: 15px;
    margin-bottom: 25px;
  }
}

@media (min-width: 1050px) { 
  .badge-wrapper .certificate .left-content .static-text .section{
    font-size: 17px;
  }
}

@media (min-width: 1250px) { 
  .badge-wrapper .certificate .left-content .static-text .section{
    font-size: 20px;
  }
}

/*
 ---- Right------
*/
.badge-wrapper .certificate .right-content{

}
@media (min-width: 1000px) { 
  .badge-wrapper .certificate .right-content{
    width: 60%;
    padding-left: 40px;
  }
}

.badge-wrapper .certificate .right-content .license-name-desktop{
  display: none;
} 
.badge-wrapper .certificate .right-content .issue-by{
  display: none;
} 
.badge-wrapper .certificate .right-content .license-description{
  
} 

.badge-wrapper .certificate .right-content .details-button a{
   display: inline-block;
    color: white;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    padding: 10px 60px;
    background-color: #15324c;
    margin-top: 20px;
}

@media (min-width: 1000px) { 

  .badge-wrapper .certificate .right-content .license-name-desktop{
    display: block;
    color: #d43933e5;
    line-height: 1.1;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 2px;
  } 
  .badge-wrapper .certificate .right-content .issue-by{
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 15px 0;
  } 
  .badge-wrapper .certificate .right-content .issue-by a{
    font-size: 25px;
    letter-spacing: 1px;
    color: #0bb4c8;
  

  } 
  .badge-wrapper .certificate .right-content .license-description{
    font-size: 18px;
  } 
    .badge-wrapper .certificate .right-content .details-button a{
    margin: 50px 0 100px;
}
}