#owl-slider{
    z-index: 0;
 }
 .owl-carousel .slider-item {
     width: 100vw;
     height: 65vh;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
 }
 
 .slider-content {
     position: absolute;
     left: 15%;
     right: 15%;
     bottom: 25%;
     z-index: 3;
     display: flex;
     column-gap: 2em;
     align-items: center;
 }
 .slider-content .t-white-54{
     margin-bottom: 0;
 }
 .slider-count{
     position: absolute;
     left: 7%;
     right: 7%;
     bottom: 30%;
     z-index: 3;
 }
 #owl-slider .owl-nav {
     position: absolute;
     left: 7%;
     bottom: 15%;
 }
 
 #owl-slider .owl-nav button.owl-next {
     color: #ffffff;
     margin-left: 20px;
     border: solid 2px #ffffff;
     border-radius: 50%;
     width: 45px;
     height: 45px;
     font-size: 20px;
 }
 
 #owl-slider .owl-nav button.owl-prev {
     color: #ffffff;
     border: solid 2px #ffffff;
     border-radius: 50%;
     width: 45px;
     height: 45px;
     font-size: 20px;
 }
 
 #owl-slider .owl-nav button.owl-prev:hover,
 #owl-slider .owl-nav button.owl-next:hover {
     background-color: #ffffff;
     color: #9A7446;
 }
 
 .slider-overlay {
     height: fit-content;
     width: 0%;
     top: 30%;
     right: 5%;
     position: absolute;
     padding-left: 7%;
     padding-right: 7%;
 }
 .slider-right{
     position: absolute;
     right: 7%;
     top: 20%;
     display: grid;
     text-align: center;
     z-index: 3;
 }
 .slider-right-text{
     writing-mode: vertical-rl;
     text-orientation: mixed;
     margin: 0px;
     font-family: Albert Sans;
     font-weight: 200;
     color: #ffffff;
     margin-bottom: 20px;
     letter-spacing: 5px;
 }
 .slider-right a{
     color: #ffffff;
     font-size: 20px;
     margin-top: 5px;
 }
 .slider-bottom{
     margin-top: 30px;
 }
 .slider-bottom .col-md-2{
     display: inline-flex;
     justify-content: center;
     align-items: center;
 }
 
 .slider-bottom img{
     -webkit-filter: grayscale(100%);
     transition: 0.3s ease-in-out;
 }
 .slider-bottom img:hover{
     -webkit-filter: grayscale(0%);
 }
 




@media only screen and (max-width: 1200px) {

    .owl-carousel .slider-item {
        height: 65vh;
    }
  }

  @media only screen and (max-width: 992px) {


    .owl-carousel .slider-item {
        height: 60vh;
    }
  }

  @media only screen and (max-width: 768px) {


    .owl-carousel .slider-item {
        height: 55vh;
    }
  }

  @media only screen and (max-width: 576px) {

    .owl-carousel .slider-item {
        height: 50vh;
    }
  }

  @media only screen and (max-width: 468px) {
    .slider-overlay {
        top: 33%;
    }
    .owl-carousel .slider-item {
        height: 40vh;
    }
  }
  
  
  @media only screen and (max-width: 350px) {

    .owl-carousel .slider-item {
        height: 35vh;
    }
  
  }