/**
Avantineo GmbH CI
www.avantineo.ch
(c) by Andy Moser, Avantineo GmbH, 2024
**/
body {
  font-family: 'Inter', Arial, sans-serif;
  min-height: 75rem;
  padding-top: 6rem;
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}



/**
Overrides
**/
.fancybox__backdrop{
  backdrop-filter: blur(5px);
  background: rgb(0 0 0 / 50%)
}
.fancybox__content{
  border-radius: 20px;
    border: solid #D9D9D9 5px;
}

.fancybox__content > div.container{
  max-width:none;
}

.fancybox__content .row img{
  width:100%
}

/* Custom Fancybox close button */
button.f-button.is-close-btn {
  background: transparent !important;
  border: none !important;
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  color: #A50C8C !important;
  font-size: 50px !important;
  font-weight: 700 !important;
  opacity: 1 !important;
  right: 10px !important;
  top: 10px !important;
}

button.f-button.is-close-btn:hover {
  background: transparent !important;
  color: #1A3A4D !important;
}

button.f-button.is-close-btn svg {
  display: none !important;
}

button.f-button.is-close-btn::after {
  content: "×";
  font-size: 60px;
  font-weight: 700;
  line-height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-control{
  border-right:0 !important;
  border-top:0 !important;
  border-left:0 !important;

  border-bottom: solid #000 2px;
  font-size:24pt;
  border-radius:0px;

}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #000 !important;
}

.form-control::placeholder {
  color:#d7d5d5;
  text-transform: uppercase;
  font-size: 18pt;
}
.fixed-top{
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color:rgba(255,255,255,0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.btn{
  border-radius:30px;
}
.btn-primary{
  background-color:  #1A3A4D !important;
  border:  #1A3A4D;
}

.dropdown-menu{
  min-width: 55px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
}

#logo{
  height:3rem;
}
.navbar .container-fluid{

  
  width: 95%;
}
.fullcontainer img{
  display:inline;
  margin:0px;
}

.navbar .container-fluid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  /* replace background-image url with your image */

  /* note that if you use a local file as the image you should replace the url like: '/path/to/image'  */
  filter: blur(20px);
  opacity: 0.8;
  z-index: -1;
}
#navbarCollapse{


}
.nav-link{
  color:#1A3A4D !important;
  text-transform: uppercase;
  padding: 8px 22px !important;
  border-radius: 30px;
  font-size:19pt;
}
.nav-link.active{
  color: #fff !important;
  background-color: #1A3A4D !important;
  border-radius: 30px;
  padding: 8px 22px !important;
 
}
#languageDropdown{
  margin-left: 2rem;
}
#languageDropdown button{
  background: transparent;
  color: #1A3A4D !important;
  border: #fff;
  padding:8px;
  font-size:19pt;
}


.gradient.purple{
  filter: saturate(150%);
  background-image: url(img/purple.jpg);
  background-position: 50%;
  background-size: cover;
}
.gradient{
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 86%;
  display: inline-block;
  position: relative;
}

#languageDropdown .dropdown-item{
  border-radius:30px;
  font-size:19pt;
}

#languageDropdown .dropdown-item.active{
  color: #A50C8C;
  background: none;
  border-radius: 30px;
}

.btn-purple{
  background-color: #A50C8C;
  color: #fff;
}
.btn-purple:hover{
  border-color: #A50C8C;
  color:#A50C8C; 
}
.btn-darkblue{
  background-color: #1A3A4D;
  color: #fff;
}
.btn-darkblue:hover{
  border-color: #1A3A4D;
  color: #1A3A4D;
}


.nav-link:hover{
    background-color: #EAEAEB !important; border-radius: 30px;
    padding: 8px 22px !important;
    color: #1A3A4D !important;
    
}

h1,h2,h3{
  
  text-transform: uppercase;
  font-weight: 900;
}
h1{
  font-size: clamp(2.5rem, 5vw + 1rem, 5rem);
  line-height: 1.1;
}
h2,h3{
  font-size:3rem;
}
h1,h2, a{
  color:#1A3A4D;
}
h3{
  color:#A40A8B;
}
main.container{
  max-width:100% !important;
  background-image: url(img/purple.jpg);
  background-size: auto 100%;
  min-height: 24rem;
  height: auto !important;
  padding-bottom: 2rem;
}

.card{
  border-radius:1.5rem !important;
  margin: 2rem;

  display: inline-flex;
  font-size: 14px;
  margin-left:0px;
}
.card:hover{
  box-shadow: 0 48px 48px -15px #A50C8C;
}

.card-title{
  text-transform: uppercase;
  font-weight: 900;
}
.card-body img{
  margin: 0px 0px 16px 0px;
}

main.container  h1{
  color:#fff !important;
  margin-top: 4rem;
  margin-left: 3rem;
}

.container > .btn, form > .btn{
  padding: 16px 22px;
   border-radius: 15px;
   font-size:24px;
   text-transform:uppercase;
}

div.container{
  padding-top:2rem;
  max-width:90%;
  
}
footer,.bg-body-tertiary{
  margin-top: 1rem !important;
  background: #F4F4F5 !important;
}

footer  b, .text-body-secondary b{
  color: #1A3A4D;
  text-transform:uppercase;
}

@media only screen and (min-width: 765px) {

  .card{
    height:13rem;
  }

  .services-list{
    grid-column-gap: 24px;
      grid-row-gap: 24px;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      border-radius: 5px;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr;
      grid-auto-columns: 1fr;
      display: grid;
  }

  #navbarCollapse{
    float: right;
display: contents !important;
padding-right: 0rem;
  }
}


/*
* Mobile overrides
*/
@media only screen and (max-width: 765px) {


  .navbar-nav{
    float: right;
    width:unset;
  }
  main.container{
    min-height: 20rem;
    height: auto !important;
  }
  main.container  h1{
    margin-top: 1rem;
    margin-left: -1rem;
  }
  
  button.navbar-toggler{
    border:none !important;
  }
  .nav-link{
    text-align: right;
    font-weight: 700;
    font-size: 20pt;
    width: fit-content;
    float: right;
  }
}
