* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'El Messiri', sans-serif !important;
    background-color: none;
    margin: auto 9%;
    direction: rtl;

}



.row {
    background: white;
    border-radius: 30px;
    padding-top: 10px;
    text-align: center;
    justify-content: center;
}

img {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.btn1 {
    border: none;
    outline: none;
    height: 50px;
    width: 100%;
    background-color: #CBAC5A;
    color: white;
    border-radius: 4px;
    font-weight: bold;
}

.btn1:hover {
    background-color: white;
    border: 1px solid #CBAC5A;
    color: black;
}

.form-row {
    margin-right: 130px;
    margin-left: -71px;
}

h4 {
    color: #A2A1A5;
}


.top1 label {
    padding: 0;
}

.form-control:focus {
    border-color: #CBAC5A;
    box-shadow: 0 0 0 0.25rem rgb(203 172 90 / 25%);
}

.form-check-input:focus {
    border-color: #CBAC5A;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(203 172 90 / 25%);
}

.form-check-input:checked {
    background-color: #CBAC5A;
    border-color: #CBAC5A;
}

.white {
    color: white;
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media print {
    .no-print {
        display: none;
    }
    #print1, #print2, #print3,#print4, #print5 {
        display: none;
    }
}
.bgg{
    background: url(assets/img/background.jpeg) ;
}
.borderr{
    padding: #000;
    border: #e6b55f solid 5px;
    border-radius: 2%;
    background: url(assets/img/bgCert.jpeg) ;
    background-position: center;
    background-size: cover;
    width: 1190px;
    height: 820px;
}
#qrcode img{
    height: 100px;
    width: 100px;
    border-radius: 0;
}
.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
    margin: auto 27%;
    margin-bottom: 30%;
    margin-top: 20%;

  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: #cbac5a12;
    color: black;
  }
  
  .flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
  }
  