*:focus {
    outline: none;
}

#pills-tab li:not(:last-child){
  margin-right: 10px;
}

#pills-tab .btn-primary.active{
  color: white;
}
#pills-tab .btn-primary:not(.active){
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
#pills-tab .btn-primary:not(.active):hover{
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}
#pills-tab .btn-primary.focus:not(.active), #pills-tab .btn-primary:not(.active):focus{
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.site-header {
  max-width: 100vw;
  z-index: 1030;
}

.card-price{
  background: white;
  border: 0;
  padding: 15px 0px;
  border-radius: 5px;
  height: 100%;}
  .card-price .card-body{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;}
    .card-price .card-body .span-badge{
      position: absolute;
      top: -1em;}

.card-feature{
  background: white;
  border: 0;
  padding: 30px;
  margin-bottom: 1em;

  height: 100%;}
  .card-feature .card-body{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;}

@media(min-width:992px) {
  .card-price{
        padding: 1rem 0;
    }
}
@media(min-width:1200px) {
  .card-price{
        padding: 1rem 0;
        height: 100%;
    }
}


.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}


li ul{
  padding-left: 2em !important;
}


@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
}

.owl-carousel,
.owl-stage-outer { transition: height 500ms ease-in-out 0s; }
.owl-stage { margin: 0 auto; }
.no-transition {
  transition: 0s all !important;
}

.home-slider.owl-carousel .owl-stage {
    display: flex !important;
    justify-content: center;
}
.home-slider.owl-carousel .owl-item img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: calc(100vh - 200px);
    margin: 0 auto;
}

.photo-slider .tns-item img {
  max-height: calc(100vh - 300px);
  margin-right: auto;
  margin-left: auto;
  display: flex;
}

@media screen and (orientation:landscape)
and (max-width: 767.98px)  {
  .photo-slider .tns-item img {
    max-height: calc(100vh - 200px);
  }
}

 .tns-controls {
  position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
padding: 0 20px;
height: 100%;
display: flex;
}

.tns-controls button {
z-index: 1000;
background: 0px;
border: 0px;
font-size: 40px;
}

@media screen and (orientation:portrait)
and (max-width: 767.98px)  {
  .tns-controls{
    display: none;
  }
}

.owl-carousel.home-slider .owl-dots, .owl-carousel.block-slider .owl-dots, .tns-nav {
  position: static;
  width: 100%;
  margin-top: 0.5em;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
  max-width: 100vw;
}
.owl-carousel.home-slider .owl-dots .owl-dot, .owl-carousel.block-slider .owl-dots .owl-dot, .tns-nav button {
  width: 13px;
  height: 13px;
  margin: 5px;
  border-radius: 50%;
  border: 4px solid transparent;
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #D6D6D6;
  padding: 0px;
}
.owl-carousel.home-slider .owl-dots .owl-dot.active, .owl-carousel.block-slider .owl-dots .owl-dot.active, .tns-nav button.tns-nav-active {
  border: 4px solid #495057;
}
.x0-5 {
  max-height: 400px !important;
  width: auto !important;
}

.page-home .site-header .site-logo a{
  display: none;
}

.page-home .site-header.scrolled .site-logo a {
  display: inline;
}

.menu-open  .site-header .site-logo a, .menu-open.page-home .site-header.scrolled .site-logo a {
  display: none !important;
}

.contact-section .contact-info p, .contact-section .contact-info ul{
  font-family: "Playfair Display", times, serif;
  font-size: 1em;
  text-align: justify;
}

.contact-section #contactForm .form-group:has(#lastname){
  transform: scale(0);
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
}

.site-header .site-menu-toggle-label, .site-header .site-menu-toggle-lang{
  font-size: 1.2em;
  color: #fff;
  line-height: 1;
  float: right;
  text-transform: uppercase;
  margin-right: .6em;
  height: 45px;
  vertical-align: middle;
  padding-top: 3px
}

.site-header.scrolled .site-menu-toggle-label, .site-header.scrolled .site-menu-toggle-lang{
  color: #000;
  padding-top: 13px;
}

.site-navbar, .menu-open .site-navbar {
  border: 0;
  padding: 15px;
}

body.menu-open {
  overflow: hidden;
}

.site-header {
  max-width: 100vw;
}

.site-header .site-menu-toggle-lang {
  margin-right: 10px;
  height: 45px;
  padding-top: 0px;
}

@media (min-width: 992px) {
  .site-header .site-menu-toggle-lang {
    margin-right: 1em;
  }
}


.site-header.scrolled .site-menu-toggle-lang{
  padding-top: 13px;
}

.site-header .site-menu-toggle-lang svg {
  height: 22px;
  width: 22px;
}

.site-header .site-menu-toggle-lang .dropdown-toggle:after {
  border: 0px;
}

.site-header .site-menu-toggle-lang .dropdown-menu {
  min-width: unset;
}

.page-activities img {
  width: 100%;
}

.section {
  padding: 3em 0;
  min-height: 100vh;
  display: flex;
   align-items: center;
}

.site-hero-inner {
min-height: 0px;
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -30px !important; }
.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -30px !important; }
  .site-menu-toggle {
margin-right: 0px;
}
  @media (min-width: 992px) {

    .site-menu-toggle {
  margin-right: 40px;
  }
}
