main {
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .header {
  margin-bottom: 55px;
}
@media screen and (max-width: 600px) {
  main .header {
    margin-bottom: 70px !important;
  }
}

main .item {
  width: 100%;
  height: 360px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #E6E6E6; 
  box-shadow: 12px rgba(0, 0, 0, 0.8);
  overflow: hidden;
}
.cygnvSliderSec main .item {
  height: 400px;
}
.homeShowcaseSec main .item {
  height: 400px;
}

main .item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
main .item .overlay {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: 200px;
  color: #000;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.works-title{
  font-size: 2em;
  font-family: 'isb', sans-serif;
  text-transform: capitalize;
}

.works-description{
  font-size: 1.6em;
  width: 300px;
  font-family: 'ir', sans-serif;
  line-height: 24px;
  padding-bottom: 10px;
}

main .item .overlay span {
  background: #fff;
  padding: 10px 20px;
  display: inline-block;
}
main .item .overlay > div h2 {
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
}

.works-content{
  padding: 5px 20px;
  font-family: 'ib', sans-serif;
}

@media screen and (max-width: 600px) {
  .owl-nav {
    top: -60px !important;
  }
}
.owl-nav button {
  background: #fff !important;
  width: 45px;
  height: 45px;
  font-size: 25px !important;
  box-shadow: 0px 0px 17px #0000001c;
  border-radius: 50%;
}
.owl-nav button:nth-of-type(1) {
  margin-right: 13px;
}

.owl-nav .owl-prev {
  background-image: url(../images/carousel_arrow_left.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.owl-nav .owl-next {
  background-image: url(../images/carousel_arrow_right.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.owl-next span, .owl-prev span {
  display: none;
}