/*--------------------------------------------------------------
# NDS
--------------------------------------------------------------*/
.nds .nds-item {
    margin-bottom: 30px;
  }
  
  
  .nds #nds-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    padding: 2px 15px;
  }
  
  .nds #nds-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #272829;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
  }
  
  .nds #nds-flters li:hover, .nds #nds-flters li.nds-active {
    color: #FD746C;
  }
  
  .nds #nds-flters li:last-child {
    margin-right: 0;
  }
  
  .nds .nds-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  
  .nds .nds-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
  }
  
  .nds .nds-wrap .nds-links {
    opacity: 1;
    left: 0;
    right: 0;
    bottom: -60px;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
    display: flex;
    justify-content: center;
  }
  
  .nds .nds-wrap .nds-links a {
    color: #fff;
    font-size: 28px;
    text-align: center;
    background: rgba(253, 116, 108);
    transition: 0.3s;
    width: 50%;
  }
  
  .nds .nds-wrap .nds-links a:hover {
    background: rgba(44, 62, 80);
  }
  
  .nds .nds-wrap .nds-links a + a {
    border-left: 1px solid #FD746C;
  }
  
  .nds .nds-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
  }
  
  .nds .nds-wrap:hover .nds-links {
    opacity: 1;
    bottom: 0;
  }


  /*--------------------------------------------------------------
# NDS
--------------------------------------------------------------*/
.nds-details {
    padding-top: 40px;
  }
  
  .nds-details .nds-details-container {
    position: relative;
  }
  
  .nds-details .nds-details-carousel {
    position: relative;
    z-index: 1;
  }
  
  .nds-details .nds-details-carousel .owl-nav, .nds-details .nds-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left;
  }
  
  .nds-details .nds-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
  }
  
  .nds-details .nds-details-carousel .owl-dot.active {
    background-color: #149ddd !important;
  }
  
  .nds-details .nds-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
  
  .nds-details .nds-info h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  
  .nds-details .nds-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }
  
  .nds-details .nds-info ul li + li {
    margin-top: 10px;
  }
  
  .nds-details .nds-description {
    padding-top: 50px;
  }
  
  .nds-details .nds-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  
  .nds-details .nds-description p {
    padding: 0;
  }
  
  @media (max-width: 768px) {
    .nds-details .nds-description h2 {
      width: 100%;
    }
    .nds-details .nds-info {
      position: static;
      margin-top: 30px;
    }
  }

  #nds .row {
    display: flex;
    flex-wrap: wrap;
  }
  
  #nds .col-lg-6, #nds .col-md-6 {
    flex: 1;
    padding: 20px;
  }
  
  .nds-text {
    padding-right: 20px;
  }
  
  .nds-wrap img {
    width: 100%;
    height: auto;
  }
  
  .nds-links {
    text-align: center;
    margin-top: 10px;
  }
  
  