@import url(./font.css);
.section-title{
    font-family: 'lighthaus';
    font-weight: 400;
    font-size: 48px;
}
.banner-title{
    font-family: 'lighthaus';
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    font-size: 52px;
}
.sub-title{
    font-family: 'lighthaus';
    font-weight: 400;
    font-size: 20px;
}
.section-text{
    font-family: 'berlin';
    font-size: 18px;
    font-weight: 400;
}
.nav-text{
    font-family: 'berlin';
    font-size: 16px;
    font-weight: 400; 
}
.berlin-sub-title{
    font-family: 'berlin';
    font-size: 24px;
    color:#E6D39A;
    font-weight: 700;
}
.white-btn{
    display: inline-block;
    width: fit-content;
    padding: 10px 26px;
    background-color: #F9F9F9 !important;
    border-radius: 30px;
    color: #192243;
    font-family: 'berlin';
    transition: all .3s ease-in-out;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    white-space: nowrap;
    border:#F9F9F9 1px solid ;
}
.white-btn:focus-visible {
    box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
    transition: box-shadow .2s;
}
.white-btn:active {
    background-color: #F7F7F780;
    transform: scale(.96);
}
.white-btn:hover{
    background: transparent !important;
    color:  #F9F9F9;
}


.register-contact-input{
    padding: 14px 24px;
    border-radius: 30px;
    outline: 0;
    border: white 1px solid;
    font-family: 'berlin';
    color: white;
}
.section{
    padding: 100px 0;
}
.flat-card{
    flex-shrink: 0;
}
/* loader */
:root {  
    --bcg-loaderblue: #192243;
  }
  .is-loading {
    background-color: var(--bcg-loaderblue);
  }
  .loader,
.loader__content {
  min-height: 100vh;
  position: fixed;
  flex-direction: column;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

main {
  z-index: 1;
  position: relative;
}
@media only screen and (max-width:768px) {
    .section-title{
        font-size: 38px;
    }
    .banner-title{
        font-size: 40px;
    }
    .sub-title{
        font-size: 20px;
    }
    .section-text{
        font-size: 14px;
    }
    .section{
        padding: 75px 0;
    }
    .register-contact-input, .white-btn{
        font-size: 14px;
        padding: 5px 10px;
    }
    .berlin-sub-title{
        font-size: 18px;
    }
}
@media only screen and (max-width:640px){
    .section-title{
        font-size: 30px;
    }
    .banner-title{
        font-size: 34px;
    }
    .sub-title{
        font-size: 18px;
    }
    .section{
        padding: 50px 0;
    }
    .loader__image img{
      padding: 10px;
    }
    :root{
      --loader-width: 50vh !important;
    }
}
.navbar-style{
    padding: 14px 0 !important;
    background: #192243 !important;
}
.navbar-style .image-static {
    display: none !important;
}
.navbar-style .image-scroll {
    display: inline-block !important;
}
* {
    scroll-behavior: smooth;
}

.fancybox__slide.has-image>.fancybox__content{
    padding: 2rem !important;
}