/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  position: relative;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, 1);
  box-shadow: inset 0 0 300px rgba(0, 0, 0, 1);
  background-image: url(../images/bg/bg.webp);
  background-position: center center;
  background-size: cover;
}

.cover-container {
  max-width: 42em;
}
header{
  display: flex;
  justify-content: space-between; 
  align-items: center;
}
header .right{
  display: flex;
  justify-content: flex-end; 
  align-items: center;
}
header .right .soc{
  display: flex;
  justify-content: flex-end; 
  align-items: center;
  margin-right: 30px;
}
header .right .soc a{
  text-decoration: none;
  display: block;
}
header .right .soc a:first-child{
  margin-right: 15px;
}
header .right .soc a img{
  height: 30px;
}
header .right .tel a{
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}


main{
  border-radius: 30px;
  padding: 30px;
  text-shadow: 0 .05rem .5rem rgba(0, 0, 0, 1);
  box-shadow: inset 0 0 10rem rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, .8);
}
main .soc{
  display: flex;
  justify-content: center; 
  align-items: center;
  margin-bottom: 20px;
}
main .soc a{
  text-decoration: none;
  display: block;
}

main .soc a:first-child{
  margin-right: 25px;
}

main .soc a img{
  height: 50px;
}

main .tel a{
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.video{
  margin: 30px 0;
}
  .video a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    width: 100%;
  }
  .video a svg{
    height: 70px;
    width: auto;
    margin: 0 15px;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
  }
  .video a:hover{
    transform: scale(1.1);
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
  }
.gallery{
  margin-top: 30px;
}
.gallery a{
  display: block;
  border-radius: 12px;
  border: 2px solid #fff;
}
.gallery a img{
  border-radius: 12px;
}
.gallery .owl-nav{
  margin-top: 15px;
}
.gallery .owl-prev{
  margin-right: 15px;
}
.gallery .owl-next{
  margin-left: 15px;
}

footer{
  font-weight: bold;
  color: #fff;
}

.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: #0000001a;
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em #0000001a, inset 0 0.125em 0.5em #00000026;
}
.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}
.bi {
  vertical-align: -0.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 .bi {
  width: 1em;
  height: 1em;
}
.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}