.slick-arrow{
  background: white !important;
}

#slide-controller{
  display: none;
}

.info-text{
  color: white;
}

#slickSlider{
  display: none;
}

#slickSlider img{
  margin: auto;
}

#closeCarousel{
  display: none;
}

.slider-image{
  height: 450px !important;
  border-radius: 8px;
  border: 2px solid black;
}

.gallery-item:hover{
  cursor:pointer;
}

.carousel-item img{
  max-width: 30%;
  background-size: cover;
}

.hidden {
  display: none;
}

.visuallyhidden {
  opacity: 0;
}

.cardM{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  background-color: white;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }

  .cont {
    padding: 2px 16px;
  }

.row{
    /* margin-bottom: 5px; */
}

li.indicator-item.active{
  background-color: black !important;
}
li.indicator-item{
  background-color: #AAA !important;
}

#myModel{
    display: none;
    margin-top: 1.8rem;
    margin-bottom: 0;
    transition-property: display;
    transition: all 3s ease-in;
    
}

.close {
    color: black;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: 10000;
  }

  .close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.cursor {
    cursor: pointer;
  }

  #leftSide{
    display: block; 
    height: 100vh;
  }

  .margin-desktop{
    margin-top:50%;
  }

  /* .gallery-item{
    min-height: 30vh !important;
    max-height: 30vh !important;
    width: 32%;
  } */

  /* .gallery-item::after{
    display: block;
    height: 30vh;
    width: 20px;
    background: transparent;
  } */

  @media only screen and (max-width: 992px){

    #leftSide{
      display: block;
      height: auto;
      margin-top: 4vh !important;
    }

    #section2-background{
      display: none;
    }

    #leftSide span, #leftSide h4{
      font-size: 36px !important;
      color: rgb(255, 208, 0) !important;
      margin-top: 6px !important;
    }

    .margin-desktop{
      margin-top: 0%;
    }

    #rightSide{
      margin-top: 4vh !important;
    }
  
    #leftSide h4{
      margin: 0;
      padding: 0;
    }

    /* .gallery-item{
      height: 20vh;
      margin-top: 2px;
    } */

    .inner-image{
      height: 150px !important;
    }

    .info-text{
      color: black;
      font-size: 32px !important;
      margin: 0px;
    }

    .slider-image{
      max-height: 300px;
    }

  }

  #section2-background{
    position:absolute; 
    background-size: cover;
    background-repeat: no-repeat;
    left: 0; 
    width: 100%; 
    height: auto; 
    max-height: 120vh !important;
    min-height: 120vh !important;
    z-index: -1;
    filter: brightness(40%);
    object-position: center;
  }