/* @font-face {
  font-family: 'MuseoSans-300';
  src: url(../fonts/museo_sans/Museo-Sans-300/MuseoSans-300.otf);
} */

@font-face {
  font-family: 'MuseoSans-300';
  src:url(../fonts/museo_sans/MuseoSans-300/MuseoSansCyrl-300.woff2) format('woff2'),
      url(../fonts/museo_sans/MuseoSans-300/MuseoSansCyrl-300.woff) format('woff'),
      url(../fonts/museo_sans/MuseoSans-300/MuseoSansCyrl-300.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans-700';
  src:url(../fonts/museo_sans/MuseoSans-700/MuseoSansCyrl-700.woff2) format('woff2'),
      url(../fonts/museo_sans/MuseoSans-700/MuseoSansCyrl-700.woff) format('woff'),
      url(../fonts/museo_sans/MuseoSans-700/MuseoSansCyrl-700.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans-900';
  src:url(../fonts/museo_sans/MuseoSans-900/MuseoSansCyrl-900.woff2) format('woff2'),
      url(../fonts/museo_sans/MuseoSans-900/MuseoSansCyrl-900.woff) format('woff'),
      url(../fonts/museo_sans/MuseoSans-900/MuseoSansCyrl-900.ttf) format('truetype');
  font-weight: 900;
  font-style: normal;
}

body {
  /* font-family: 'Open Sans', sans-serif; */
  /* background: url(../img/bg-top-2.png) right top no-repeat fixed, url(../img/bg-bottom-2.png) left bottom no-repeat fixed; */
  font-family: 'MuseoSans-300',sans-serif;
  font-size: 1.1rem;
  background-color: #fff;
  /* background-attachment: fixed,fixed; */
  /* height: 100vh; */
  /* font-family: 'Raleway', sans-serif; */
  /* background: url('../img/Asset-bg.png') center top no-repeat; */
}

.accordion-button{
  font-size: 1.1rem;
}
body.home, body{
  /* background: url(../img/bg-top-1.png) right top no-repeat fixed, url(../img/bg-bottom-1.png) left bottom no-repeat fixed !important; */
  /* padding-top:15vh; */
  background: url(../img/Asset-bg.jpg) center top no-repeat fixed;
  background-size: cover;
}

body.cover{
  background: url(../img/cover.jpg) center top no-repeat fixed;
  background-size: cover;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}


.fw-bold{
  font-family: 'MuseoSans-700',sans-serif !important;
  font-weight: 700 !important;
}

.fw-normal{
  font-family: 'MuseoSans-300',sans-serif !important;
  font-weight: 300 !important;
}

.text-primary{
  color : #233380 !important;
}

/* CSS */
.button-71 {
  background-color: #b861e1;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  padding: 16px 48px;
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
}

.button-71:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, .1) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-71:hover {
  box-shadow: rgba(255, 255, 255, .3) 0 3px 15px inset, rgba(0, 0, 0, .2) 0 3px 5px, rgba(0, 0, 0, .2) 0 10px 13px;
  transform: scale(1.05);
}


.title{
  font-family: 'MuseoSans-900','Tilt Warp', sans-serif;
  font-size: 3.2rem;
  text-transform: uppercase;
  /* background: -webkit-linear-gradient(#eee, #333); */
  background: #232866; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #232866 0%, #006acd 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #232866 0%,#006acd 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #232866 0%,#006acd 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232866', endColorstr='#006acd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section{
  /* padding-top:100px; */
  padding-bottom:100px;
}


.accordion-item{
  margin-bottom: 20px;
}

.html5-qrcode-element{
  
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: .375rem .75rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/*.title-logo{
  width:500px;
}*/


/* Extra small devices (phones, 600px and down) */
/*@media only screen and (max-width: 600px) {
  
}*/

/* Custom XS Styles: Applies to screens smaller than 576px */
@media only screen and (max-width: 575.98px) {
  .center-logo {
    max-width: 250px;
  }

  .custom-card {
    flex: 1 1 auto !important;
  }
}

/* Small Devices: Applies to screens 576px and up but less than 696px */
@media only screen and (min-width: 576px) and (max-width: 695.98px) {
  .title-logo {
    max-width: 125px;
  }

  .center-logo {
    max-width: 350px;
  }

  .custom-card {
    flex: 1 1 auto !important;
  }
}

/* Devices under 696px - additional target range */
@media only screen and (max-width: 695.98px) {
  body{
    /* background-size: 50%, 50%  !important; */
    padding-bottom:10vh;
  }

  body.home{
    /* background-size: 50%, 50% !important; */
  }


  .title-logo {
    max-width: 125px;
  }


  .welcome-img{
    width: 200px;
  }

  .brain-summit-img{
    width: 90%;
  }

  .button-71 {
    font-size: 14px;
    padding: 13px 35px;
  }

  .img-logo {
    width: 150px;
    margin-top:10px !important;
    margin-left:0px !important;
  }

  .title{
    font-size: 2rem;
  }

  .center-logo {
    max-width: 350px;
  }

  .custom-card {
    flex: 1 1 auto !important;
  }
}

/* Medium Devices: Applies to screens 768px and up */
@media only screen and (min-width: 696px) and (max-width: 767.98px) {
  .title-logo {
    max-width: 125px;
  }

  .center-logo {
    max-width: 350px;
  }

  .custom-card {
    flex: 1 1 auto !important;
  }
}

/* Medium Devices: Applies to screens 768px and up */
@media only screen and (min-width: 768px) {
  .title-logo {
    max-width: 125px;
  }

  .center-logo {
    max-width: 350px;
  }
}

/* Large Devices: Applies to screens 992px and up */
@media only screen and (min-width: 992px) {
  
}

/* Extra Large Devices: Applies to screens 1200px and up */
@media only screen and (min-width: 1200px) {
  
}

/* Extra Extra Large Devices: Applies to screens 1400px and up */
@media only screen and (min-width: 1400px) {
  
}

.custom-toggle-input {
  display: none; /* Hide the actual checkbox */
}

.custom-toggle-input {
  display: none; /* Hides the actual checkbox */
}

.custom-toggle-label {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  cursor: pointer;
  text-align: center;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}

/* Maintain Bootstrap alert colors without overriding */
.custom-toggle-label.alert-info {
  background-color: #d1ecf1; /* Info background color */
  color: #0c5460; /* Info text color */
}

.custom-toggle-label.alert-warning {
  background-color: #fff3cd; /* Warning background color */
  color: #856404; /* Warning text color */
}

.custom-toggle-label.alert-danger {
  background-color: #f8d7da; /* Danger background color */
  color: #721c24; /* Danger text color */
}

/* Toggle style when checked */
.custom-toggle-input:checked + .custom-toggle-label {
  background-color: #007bff; /* Checked color */
  color: white; /* Text color for checked state */
}

/* Optional: Hover state for the label */
.custom-toggle-label:hover {
  background-color: #e2e6ea; /* Hover color */
}

.icon-options {
  max-width: 20px;
}