body {
  font-family: 'Karla', sans-serif;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding-bottom: 75px;
}

@media (min-width: 768px) {
  body {
    padding-bottom: 110px;
  }
}

.navbar-brand {
  margin-right: 0;
}

.navbar-brand img {
  height: 21px;
}

.navbar-dark {
  padding-top: 35px;
  padding-bottom: 35px;
}

.navbar-dark .navbar-text {
  color: #ffffff;
  opacity: 1;
  padding: 0 20px;
  border-right: 1px solid #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.navbar-dark .navbar-text:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .navbar-dark {
    padding-bottom: 0;
  }
}

.page-title {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .page-title {
    font-size: 35px;
    margin-bottom: 14px;
  }
}

.page-description {
  max-width: 465px;
  font-size: 18px;
  margin-bottom: 59px;
}

@media (max-width: 767px) {
  .page-description {
    font-size: 14px;
  }
}

p {
  font-size: 14px;
  margin-bottom: 21px;
}

.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  margin-right: 16px;
  transition: all 0.3s ease-in-out;
}

.footer-social-links .social-link:last-child {
  margin-right: 0;
}

.footer-social-links .social-link:hover {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}

/*# sourceMappingURL=bd-coming-soon.css.map */


#admin-button {
  background-color: rgba(34, 33, 33, 0.35);
  height: 80px;
  width: 300px;
  position: absolute;
  z-index: 999;
  bottom: 10px;
  right: calc(50% - 150px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border-radius: 10px;
}

#admin-button a {
  color: white !important;
}


.logo-custom > img{
  width: 100%;
}
.logo-custom{
  width: 18rem !important;
  display: flex;
  justify-content: start;
  align-items: center;
  max-height: 200px;
  padding: 2rem;
  padding-left: 0;
  object-fit: cover !important;
}

.logo-2-custom > img {
  width: 35rem !important;
}

.logo-2-custom {
  width: 100% !important;
  display: flex
;
  justify-content: center;
  align-items: center;
  max-height: 200px;

  padding-left: 0;
  object-fit: cover !important;
  margin-bottom: 7rem;
}
.logo-2-custom > img {
  width: 100%;

}
body .navbar:has(.display-sm) {
  justify-content: center !important;
}
.container{
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
.display-sm{
  display: none !important;
}
@media screen and (max-width: 770px) {
.logo-2-custom {
  width: 100% !important;
  display: flex
;
  justify-content: center;

}
.display-sm{
  display: none !important;
}
}
@media screen and (max-width: 550px) {
.display-sm{
  display: inline-block !important;
}

  .container{
 margin-top: 10vh;
  }
  body .my-auto {
     margin-top: unset !important; 
}
.logo-2-custom > img {
  width: 80% !important;
}
.logo-2-custom {
  width: 100% !important;
  margin-bottom: 4rem;
}
h1{
  font-size: 1.5rem !important;
}

.logo-custom {
  width: 10rem !important;
  padding: 0 !important;
  padding-bottom: 1.5rem !important;
}

}
body .navbar {
  justify-content: unset !important; 
}

body .navbar .navbar-text{
  font-size: 1rem !important;
}



.custm-btn {
  background: linear-gradient(to bottom right, #EF4765, #FF9A5A);
  border: 0;
  border-radius: 12px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  outline: transparent;
  padding: 0 1rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  margin-left: 1rem;

}

.custm-btn a{

        text-decoration: none !important;
}

.custm-btn:focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
   text-decoration-color: transparent;
}

.custm-btn:hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
 
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}

body .navbar {
    justify-content: center !important;
}

.qr-code{
    height: 120px !important;
    width: 120px !important; 
    display: block;
    background-image: url(/assets/images/QR-Code-to-form.jpeg);
    background-size: contain !important;
    background-repeat: no-repeat;
    margin-top: 1.5rem;
   
}