.hexagon {
    position: relative;
    width: 250px; 
    height: 144.34px;
    background-color: #b81a1a;
    margin: 72.17px 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
.hexagon h4{
    /* font-weight: bold; */
    color: #fff;

    font-family: 'Squada One', cursive;
}
  .hexagon:before,
  .hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
  }
  
  .hexagon:before {
    bottom: 100%;
    left: 0;
    border-bottom: 72.17px solid #b81a1a;
  }
  
  .hexagon:after {
    top: 100%;
    left: 0;
    width: 0;
    border-top: 72.17px solid #b81a1a;
  }





/* carousel */


.img {
  width: 100%;
  /* height: 400px; */
  vertical-align: middle;
}

.container1 {
  max-width: 1020px;
  position: relative;
  margin: 0 auto;
  padding: 0 0;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

.container1:before,
.container1:after {
  content: "";
  display: table;
}

.container1:after {
  clear: both;
}

/* .row {
  zoom: 1;
  For IE 6/7 (trigger hasLayout)
}

.row:before,
.row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.columns {
  float: left;
  display: block;
  margin-bottom: 0px;
  vertical-align: top;
  padding: 0 0px;
  background: red;
}

.columns.three {
  width: 25%;
} */

/* Main Styles */





span {
  cursor: pointer;
  transition: all 0.5s;
}

span:hover {
  color: #363636;
  transform: scale(1.5);
}
/* Slider */

.slider1 {
  position: relative;
  width: 100%;
  min-height: 350px;
}

.slide1 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.active-slide {
  display: block;
}
/* Controls */

.slider-nav {
  text-align: center;
  position: absolute;
  bottom: 50%;
  width: 100%;
}

.arrow-prev,
.arrow-next {
  background-color: rgb(177, 168, 167);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  font-size: 1.5rem;
  background: -webkit-linear-gradient(to left, #c2e59c, #64b3f4); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #c2e59c, #64b3f4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.arrow-next {
 position: absolute;
 right: 20px;
}
.arrow-prev{
  position: absolute;
  left:20px;
}
.fa-chevron-left, .fa-chevron-right{
  color: red;
}

.slider-dots {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}

.slider-dots li {
  color: #bbbcbc;
  display: inline;
  font-size: 2rem;
  margin: 0 5px;
  transition: color 0.5s;
}

.slider-dots li.active-dot {
  color: #363636;
}
/* Counter */



@media screen and (max-width:550px) {
  html {
    /* font-size: 10px; */
  }
}

/* carousel end */


.over{
  position: relative;
}
.overlay{
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;height:100%;
  transition: .5s ease;
  opacity:1;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
/* .overlay:before {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: inherit;
  content: ' ';
} */