/*
 * Droid Arabic Kufi (Arabic) http://www.google.com/webfonts/earlyaccess
 */
@font-face {
  font-family: "Droid Arabic Kufi";
  font-style: normal;
  font-weight: 400;
  src:  url(/static/survey/fonts/DroidKufi-Regular.ttf)
    format("truetype");
}

@font-face {
  font-family: "Droid Arabic Kufi";
  font-style: normal;
  font-weight: 700;
  src: url(/static/survey/fonts/DroidKufi-Bold.ttf)
    format("truetype");
}

@font-face {
  font-family: bukra;
  src: url(/static/survey/fonts/bukralight.ttf?456579cade68bfe1896ebf7087db072c);
  font-weight: 200;
}

@font-face {
  font-family: bukra;
  src: url(/static/survey/fonts/bukraregular.ttf?e050d364fd222620de26f7ad06aa5b64);
  font-weight: 300;
}

@font-face {
  font-family: bukra;
  src: url(/static/survey/fonts/bukrabold.ttf?a1c38193bcbeec87253eada26c3c6dc8);
  font-weight: 600;
}

.header {
    background: linear-gradient(135deg, #5e8992, #51767d);
    color: white;
    padding: 2rem;
    border-radius: 15px;
}

.modal-header {background-color: #51767d; color: white;}

footer .footer {
    background-color: #51767d;
    color: #fff;
    text-align: right;
    position: absolute; 
    left: 0; 
    bottom: 0; 
    height: 100px; 
    width: 100%;

} 

footer {
    padding-top: 20px;
}

.btn-primary {
  color: #fff;
  background-color: #51767d;
  border-color: #51767d;
}
.btn-primary:hover { background-color: #48686e; }
.btn-outline-primary {
    color: #51767d;
    border-color: #51767d;
}

.btn-outline-primary:hover  {
    color: #fff;
    background-color: #47656b;
    border-color: #47656b;
}


.section-title {
    color: #51767d;
}

.section-title::after {
    background: #51767d;
}
.box-larg {
  background-color: #c1b809 !important;
}

.card-question {
  background: #b2aa21;
  padding: 10px;
  margin: 10px auto;
}

.box-larg-faq{
  background-color: #b3b2a700 !important;
  color: #7a7a00 !important;
}

/*
.navbar-nav .mainNavBtn {
    background-color: #6d8a4e;
    padding: 1rem 4rem!important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border-radius: 10px;
    margin-right: 1rem;
}*/
