/*
    Created on : 23.06.2022, 00:56:00
    Author     : Alekhnovich Oleg (https://webplatinum.net)
*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/*.carousel {
    margin-bottom: 4rem;
}*/
/*
h1, h2, h3, h4, h5, h6, p, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: Aleo, sans-serif;
}
*/
/*
[id] {
  scroll-margin-top: 150px;
}
*/
/*
#appointments {
  scroll-margin-top: 150px;
}

#device {
  scroll-margin-top: 250px;
}

#advantages {
  scroll-margin-top: 150px;
}
*/

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: 32rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.carousel-bg-filter {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  background: rgba(0, 0, 0, 0.5);
}

/* CUSTOMIZE THE JUMBOTRON
-------------------------------------------------- */
.jumbotron {
  background-color: #e9ecef;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 3rem;
  ;
  padding-bottom: 3rem;
}

.jumbotron-bg-filter {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #e9ecef;
  background: rgba(0, 0, 0, 0.4);
}

/* PAGINATION
-------------------------------------------------- */
.pagination {
  --bs-pagination-color: #333;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #003b77;
  --bs-pagination-active-border-color: #003b77;
}

/* CARD
-------------------------------------------------- */
.blog-card-body a {
  color: #003b77;
}

.blog-card-body:hover {
  background-color: #003b77;
  color: lightgrey !important;
  transition: all .6s;
}

.blog-card-body a:hover {
  color: #fff !important;
}

.img-square {
  width: 90%;
  margin: auto;
  overflow: hidden;
  /* clearfix */
}

.img-square:before {
  content: "";
  padding-top: 100%;
  float: left;
}

.img-fluid-square {
  max-width: 100%;
  max-height: 100%;
}

/* MAIN CONTENT
-------------------------------------------------- */
a {
  color: #fff;
}

a:hover {
  color: #ccc;
}

.text-darkblue {
  color: #003b77;
}

.text-orange {
  color: #e64c16;
}

.bg-darkblue {
  background-color: #003b77;
}

.bg-orange {
  background-color: #e64c16;
}

.text-lightgrey {
  color: #eaf0fb;
}

.error404 {
  font-size: 5rem;
}

@media (min-width: 390px) {
  .error404 {
    font-size: 7rem;
  }
}

@media (min-width: 576px) {
  .error404 {
    font-size: 10rem;
  }
}

@media (min-width: 768px) {
  .error404 {
    font-size: 14rem;
  }
}

@media (min-width: 1200px) {
  .error404 {
    font-size: 14rem;
  }
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #003b77;
  --bs-btn-border-color: #003b77;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #003b77;
  --bs-btn-active-border-color: #003b77;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #003b77;
}

/* USER ACCOUNT
-------------------------------------------------- */
@media (min-width: 768px) {
  .sidebar .offcanvas-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }

  .navbar-search {
    display: block;
  }
}

.sidebar .nav-link {
  font-size: .875rem;
}

.sidebar .nav-link.active {
  font-weight: 500;
  color: #e64c16 !important;
}

.sidebar-heading {
  font-size: .75rem;
}

/* BOOTSTRAP SUBMENU 3 LEVEL
-------------------------------------------------- */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

/* BUTTON UP
-------------------------------------------------- */
#btn-back-to-top {
  position: fixed;
  bottom: 7px;
  right: 7px;
  display: none;
}

/* CSS3 EFFECTS
-------------------------------------------------- */
.fade-img {
  -webkit-transition: all 0.3s ease;
  ;
  -moz-transition: all 0.3s ease;
  ;
  -o-transition: all 0.3s ease;
  ;
  transition: all 0.3s ease;
  opacity: 1;
}

.fade-img:hover {
  -webkit-transition: all 0.3s ease;
  ;
  -moz-transition: all 0.3s ease;
  ;
  -o-transition: all 0.3s ease;
  ;
  transition: all 0.3s ease;
  opacity: 0.5;
}

/* MEDIA
-------------------------------------------------- */
/*
@media (min-width: 390px) {

}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 1200px) {

}
*/
.bg-biotecitalia {

  /*  background-color: #0478be;*/
  background-color: #0e5087;
}
.bg-biotecitalia-light {

  background-color: #0478be;

}

.vlarus-blue {
  color: #0e5087;
}

.vlarus-gray {
  color: #555555;
}

.biotecitalia-blue {
  color: #0478be;
}

.text-sub {
  color: #ffffff;
  font-weight: 400;
  font-style: normal;
  /*  font-family: 'Oswald', sans-serif;*/
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 2px;
  padding-left: 3px;
}


.main-image {
  background-image: url(../images/pages/cover-inskin.webp);
  background-repeat: no-repeat;
  /*   background-position: center;*/
  background-size: cover;
  color: white;
  margin-top: 100px;
}

.contacts-image {
  background-image: url(../images/pages/biotec-italia.webp);
  background-repeat: no-repeat;
  /*   background-position: center;*/
  background-size: cover;
  color: white;
  /*min-height: 400px;*/
}


.main-benefits-img {
  border-bottom-left-radius: 3rem;
  border-top-right-radius: 3rem;

}

.wi-fi-image {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 30%), rgba(70, 65, 66, 30%)), url(../images/pages/InskinVision_image_03-1400x584.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}




.ux-shape-divider--bottom {
  bottom: -1px;
}

.ux-shape-divider {
  --divider-top-width: 100%;
  --divider-width: 100%;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.ux-shape-fill {
  fill: #fff
}

.img-position {
  position: absolute;
  top: 50px;


}
/*
.ux-shape-divider--bottom svg {
  height: 250px;
}
*/
@media (min-width: 768px) {

  .ux-shape-divider--bottom svg {
    height: 150px;
    --divider-width: 100%;
  }

  .img-position {
    top: 150px;

  }

}


.ux-shape-divider--bottom svg {
 /* width: calc(100% + 2px);*/
 width: 100%;
}

.ux-shape-divider svg {
  display: block;
  height: 150px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

/*
.col-inner {
    margin: -433px 0px 0px 0px;
}
*/
.form-control {
  font-size: 18px;
  border: none;
  border-radius: 0%;
  border-bottom: 2px solid #003b77;
}

@media (min-width: 576px) {
  .col-inner {
    margin: -173px 0px 0px 0px;
  }
}

@media (min-width: 992px) {
  .col-inner {
    margin: -433px 0px 0px 0px;
  }
}

.img-container {
  position: relative;
}

@media (max-width: 767px) {
  .padding-description {
    padding-top: 550px;

  }
}

@media (max-width: 575px) {
  .padding-description {
    padding-top: 600px;

  }
}

@media (max-width: 500px) {
  .padding-description {
    padding-top: 500px;

  }
}

@media (max-width: 430px) {
  .padding-description {
    padding-top: 500px;

  }
}

@media (max-width: 370px) {
  .padding-description {
    padding-top: 410px;

  }
}


.btn-info {
  background-color: #0e5087;
  color: white;
  border: #0e5087;
  box-sizing: border-box;

  display: inline-block;
  font-size: .97em;
  font-weight: bolder;
  letter-spacing: .03em;
  /*line-height: 2.4em;*/
  margin-right: 1em;
  margin-top: 0;
  max-width: 100%;
  min-height: 2.5em;
/*  padding: 0 2em;*/
  text-transform: uppercase;
}

.btn-info:hover {
  background-color: #073a63;
  color: white;
  border: #0e5087;
}


.btn-light {

  display: inline-block;
  font-size: .97em;
  font-weight: bolder;
  letter-spacing: .03em;
 /* line-height: 2.4em;*/
  margin-right: 1em;
  margin-top: 0;
  max-width: 100%;
  min-height: 2.5em;
/*  padding: 0 2em;*/
  text-transform: uppercase;
}

.btn-light:hover {
  background-color: #ccc;
  color: black;
  border: #ccc;
}



@media (max-width: 575px) {
.btn {
  line-height: 1.5em;
  padding: 1 2em
  }
}


@media (min-width: 576px) {
  .btn {
    line-height: 2.4em;
    padding: 0 2em
    }
  }
  
/*
.address-line-height {
  line-height: 0.5;
}
*/
.bg-contacts {
  color: #000;

}

.bg-home .text-feedback {

  color: black;

}

.bg-contacts .text-feedback {
  color: #000;

}

.bg-contacts a {
  color: #0e5087;
}
.bg-contacts a:hover {
  color: #0478be;
}

.navbar-nav .nav-link {
  color: #fff;
  /*font-size: 1.1rem;*/
}
.navbar-nav .nav-link:hover {
  color: #ccc;
 /* font-size: 1.1rem;*/
}
.navbar-nav .nav-link.active {
 /* font-size: 1.1rem;*/
  color: #3693ce;
}

.navbar-toggler {
  background-color: #fff;
}

.navbar-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 7rem;
}


@media (max-width: 767px) {

  .dropdown-menu {
    position: relative;
    width: 70%;
   
  }

  .navbar-collapse {
      position: fixed;
      top: 0;
      left: 100%;
      width: 80%;
      /* Ширина меню, можно настроить по желанию */
      /* height: 100%;*/
      background-color: #eee;
      color:black;
      /* Цвет фона меню */
      transition: left 0.3s ease;
      z-index: 1050;
      /* Поверх всего остального */
      overflow-y: auto;
      /* Если меню длинное, добавить прокрутку */
      padding-left: 2%;
      padding-bottom: 2%;
      border-bottom-left-radius: 1rem;
      border-bottom: 1px solid #000000;
      border-left: 1px solid #000000;
  }

  .navbar-collapse.show {
      left: 20%;
      /* Задать позицию, когда меню открыто. 25% можно настроить под ширину */
  }

  .navbar-toggler {
      position: relative;
      /* Для отображения поверх контента */
      z-index: 1060;
      /* Чуть выше, чем меню */
  }
}

.text-menu-contacts {
  margin-bottom: -1px;

}

@media screen and (max-width: 767px) {
  .bg-cement-transparent .nav-link {
      color: black;
      font-family: 'Open Sans', sans-serif;
      
  }
  .text-menu-contacts {
    color: black;
  }
}


@media screen and (min-width: 768px) {
  .bg-cement-transparent .nav-link {
      color: #ffffff;
      font-family: 'Open Sans', sans-serif;
  }
  .text-menu-contacts {
    color: white;
  }

}

.contacts-bottom {
margin-bottom: -10px;
}
