.hms-sec {
  background: var(--accent-dark);
  padding-top: 85px;
}

.owl-item {
  height: 100%;
}
.home-slider .owl-nav {
  display: none;
}
.hms {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
.hms, .home-slide-a {
  height: 35vh;
}
.home-slider {
  position: relative;
  height: 100%;
  /* background-color: var(--bs-gray-300); */
  overflow: hidden;
}
.home-slide {
  display:block;
  overflow: hidden;
  border-radius: 1.25rem;
  text-decoration: none;
  color: #fff;
  margin: 0 10px;
}

.home-slide-blend {
  position: absolute;
  top: 0;
  left: 0;  
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 40%);
  background: radial-gradient(circle, rgba(0,0,0,0.1) 10%, rgba(0,0,0,0.25) 70%);
  display: none;
}

.home-slide-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
}
.home-slide-img img {
  border-radius: 10px;
}

@media screen and (max-width: 1023px) {
  .home-slide .home-slide-img img {    
    height: 100%;
    width: auto;
  }
}

.home-slide .home-slide-img.fit_h img {  
  height: 100%;
  width: auto;  
}
.home-slide .home-slide-img.fit_w img {  
  height: auto;
  width: 100%;  
}

.home-slide-cont {
  position: absolute;
  top: 0;
  left: 0;  
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  padding: 40px 20px 20px;
  flex-wrap: wrap;
}

.hms-title, .hms-descr, .hms-btnc {
  width: 100%;
  text-align: center;
  padding: 0 10%;
}
.hms-title {
  font-family: 'Playfair Display', serif;
  text-align: center;
  line-height: 55px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1.15;
  font-size: 32px;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.3)
}
.hms-descr {
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 1.15;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.3)
}
.hms-btnc .btn-accent {
  display: inline-flex;
  background: #fff;
  border:1px solid var(--accent-main);
  color: var(--accent-main);
  font-weight: 600;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.3)
}
.hms-btnc .btn-accent.outline {
  background-color: transparent;
  border:1px solid #fff;
  color: #fff;
}
.hms-btnc .btn-accent:hover {
  background: var(--accent-dark);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .hms, .home-slide-a {
    height: 45vh;
  }
  .hms-title {
    font-size: 42px;
  }
  .hms-descr {
    font-size: 14px;
  }
  .home-slider.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: calc(50% - 30px);
    width: 100%;
    padding: 0 30px;
  }
  .home-slider.owl-carousel .owl-nav button.owl-prev, .home-slider .owl-nav button.owl-next {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    background-color: #fff;
    color: #888;
  }
  .home-slider.owl-carousel .owl-nav button.owl-next {
    margin-left: auto;
  }
  .home-slider.owl-carousel .owl-nav button span {
    font-size: 26px;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .hms, .home-slide-a {
    height: 60vh;
  }
  .home-slide-cont {
    padding-bottom: 60px;
  }
  .hms-title {
    font-size: 56px;
  }
  .hms-descr {
    font-size: 16px;
  }
}
.owl-nav.disabled {
  display: none !important;
}