@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
  --first-color: #EBEBEB;
  --second-color: #000000;
  --third-color: #DCBBC8;
  --fourth-color: #eea2e1;
  --swiper-theme-color: #ff58f0;
  --shadow-color: #3130309d;
  /* 
  --complement-color: #8a224c;
  --fourth-color: #bf3295; 
  */

}

html,
body {
  position: relative;
  height: 100%;
}

body {
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 65px;
}

.dotTitle{
  height: 2rem;
  width: 0.1rem;
  background-color: var(--fourth-color);
  /*border-radius: 50%;*/
  display: inline-block;
}

/* color: rgba(255, 255, 255, 0.877) !important; */


/*.banner {                
  --bs-bg-opacity: 1;
  background-image: url("img/banner.jpg");
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
  background-repeat: no-repeat;
  background-size: cover;
  background-size: auto;
  background-position: center;
}

.header-banner {                
  --bs-bg-opacity: 1;
  background-image: url(img/header_banner.jpg);
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 50%;
  display: grid;
}*/

.opacity-90 {
  --bs-bg-opacity: 0.9;
}

.text-white-70 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, .7) !important;
}

.header-slogan {
  font-size: larger;
  font-style: oblique;
  font-weight: 700;
  color: #bbb;
}

.drop-shadow {
  filter: drop-shadow(2px 4px 8px hsla(0deg, 0%, 0%, 0.5));
}

.btn-wpp{
  --bs-btn-padding-x: 0 !important;
  --bs-btn-padding-y: 0 !important;
  border-radius: 1em;
}

.btn-wpp:hover{
  transform: scale(1.1);
}

header{
  .nav-text{
    color: rgba(255, 255, 255, 0.774);
    border-bottom: .25rem solid;
  }
  .nav-link {
    color: rgba(255, 255, 255, 0.774);
  }
  /*.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--fourth-color) !important; mak
  }*/
  
  .navbar-social img {
    width: 3em;
    height: auto;
  }
  @media (max-width: 500px) {
    .navbar-social img {
        width: 2em;
    }
  }
}

footer{
  .footer-link:hover{
    color: var(--first-color) !important;
    --bs-btn-padding-y: 0.375rem;
  }
}

mainCarousel{
  /*.carousel{
    margin-bottom: 2rem
  }*/
  .carousel-item{
    display: block;
    width: 100%;
    height: auto;
    /*width: auto;
    height: 40vh;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .carousel-item img {
    height: 100%;
    width: 100%;
  }
  /*.carousel-indicators {
    position: relative;
    margin-top: 0.5rem;
  }*/
  .carousel-indicators [data-bs-target] {
    height: 0.5em;
    width: 0.5rem;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: var(--first-color);
    color: var(--second-color);
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
    border-radius: 50%;
    opacity: .7;
    transition: opacity .6s ease;
    box-sizing: content-box;
    flex: 0 1 auto;          
    padding: 0;          
    text-indent: 0;
    cursor: pointer;          
    background-clip: padding-box;
    border: 0;
  }
  .carousel-dots{
    text-align:center
  }
  .dot {
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.6s ease;
    font-size: 1.2rem;
    font-weight: 900;
  }
  .dot.active, .dot:hover {
    color:  var(--first-color);
    background-color:  var(--fourth-color);
  }
/*@media (max-width: 600px) {
    .carousel-item {
        height: 280px;
    }
}
.carousel-mak-prev, .carousel-mak-next{
    margin: auto;
}
.carousel-control-next, .carousel-control-prev {
  //width: 5rem;
  opacity: .8 !important;
}
.prev, .next {
    position: relative;
    color: white;
  cursor: pointer;
  //position: absolute;
  //width: 5rem;
  // top: 50%; 
  // width: auto; 
  // padding: 16px; 
  //margin-top: 1rem;
  font-weight: bold;
  font-size: 5rem;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}*/
/*.carousel-control-prev {
    left: auto;
}
.carousel-control-next {
    right: auto;
}*/
}

sectionAbout{
  .about-section{
    padding: 2rem 0 2rem 0;
    background-image: linear-gradient(to bottom, #272727, #2c2b2c, #302f30, #363435, #3b3839);
    color: var( --first-color);
  }

  .about-hr {
    margin: 5rem 0;
  }
  
  .about-heading {
    letter-spacing: -.05rem;
  }
  
  @media (min-width: 40em) {
  
    .about-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .about-heading {
      margin-top: 7rem;
    }
  }

}

sectionCourses{
  .swiper {
    width: 100%;
    padding-bottom: 50px;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 15rem;
    /*height: 300px;*/
    padding: 0 10px 10px 0;
  }

  .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
   
    overflow: hidden;
  }
  /*.swiper-button-next, .swiper-button-prev {
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
  }*/

  /*.swiper-slide-active {
    box-shadow: 5px 5px 0 0 var(--fourth-color);
  }*/

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .top-auto{
    top: auto;
  }
  
  .card{
    -webkit-box-shadow: 5px 5px 0 0 var(--shadow-color);
    -moz-box-shadow: 5px 5px 0 0 var(--shadow-color);
    box-shadow: 5px 5px 0 0 var(--shadow-color);
    /*-webkit-box-shadow: 5px 5px 0 0 var(--third-color);
    -moz-box-shadow: 5px 5px 0 0 var(--third-color);
    box-shadow: 5px 5px 0 0 var(--third-color);*/
  }

  .card-title{
    font-weight: 800;
  }
}
 
sectionCourse {
  ol, ul {
    padding-left: 0 !important;
    left: -20px !important;
    position: relative !important;
  }

  .text-ellipsis {
    width: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
sectionGallery{

  .swiper {
    width: 100%;
    padding-bottom: 50px;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
  }
 
  .gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 0.3rem;
  }
  
  .gallery .gallery-item img {
    transition: 0.3s;
  }
  
  .gallery .gallery-links {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3;
  }
  
  .gallery .gallery-links i{
    transition-delay: 0.15s;
    transition: 0.3s;
    line-height: 1.2;
    margin: 3rem 8rem 0 8rem;
    font-size: 50px;
  }

  a {
    color: var(--fourth-color);
    text-decoration: underline;
  }
  
  .gallery .gallery-links .preview-link:hover {
    color: #fff;
  }
  
  .gallery .gallery-item:hover .gallery-links {
    opacity: 1;
  }
  
  .gallery .gallery-item:hover .preview-link {
    margin-top: 0;
  }
  
  .gallery .gallery-item:hover img {
    transform: scale(1.1);
  }
  
  .glightbox-clean .gslide-description {
    background: #222425;
  }
  
  .glightbox-clean .gslide-title {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
  }
  
  .gallery h3 {
    font-size: 1rem;
    border-bottom: 1rem solid;
    border-bottom-color: var(--tertiary-color);
    padding-bottom: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #000;
    display: flex;
  }
  
  .gallery h3 .bi{
    margin-right: 1.6rem;
  }

}