@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: -1;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.wrapper{
  width: 100%;
}

.glry {
  max-width: 88vw;
  margin: auto;
  padding: 0 0px;
}
.glry .card{
  color: #fff;
  text-align: center;
  margin: 1px -6px;
/*  margin-bottom: -10px;*/
  height: 246px;
  font-size: 47px;
  font-weight: 400;
  border-radius: 0px;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);

}
.glry .card{
  background: #f1cb38;
  }

.card h3 {
  color: #14468d !important;
    white-space: normal;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 1px 0 -7px 0;
    padding: 10px;
    text-align: center;
}
.card img {
  height: 180px;
  
}

.owl-dots{
  display: none;
  margin-top: -15px;
}

    #items {
    position : relative;
    width : 400px;
    height : 200px;
    top : 20px;
    left : 20px;
}
.item {
    position : absolute;
    background-color : #eee;
    border : 1px solid #ccc;
    width : 398px;
    height : 198px;
    display :none;
    text-align : center;
    font-size : 72px;
}
.first{
    display : block;
}
#controls {
    margin-top : 30px;
}
#play {
    display : none;
}

.modal-dialog1 {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body1 {
  position: relative;
  padding: 2px;
}
.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
.container1 {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.container1 img {
  width: 100%;
  height: auto;
}

.container1 .btn1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.container1 .btn1:hover {
  background-color: black;
}
.btn-primary1{
    padding: 0px,0px,0px,0px;
}
.bn-controls
{    top: 89%!important;
    padding-right: 12px;
}