/* Home hook CSS */
#htmlcontent_home ul {
  /* margin: 0 -5px; */

}

#htmlcontent_home ul li {
  /* padding: 0 5px 10px; */
}

@media (max-width: 479px) {
  #htmlcontent_home ul li {
    width: 100%;
  }
}

#htmlcontent_home ul li img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 479px) {
  #htmlcontent_home ul li img {
    min-width: 100%;
  }
}

#htmlcontent_home ul li.htmlcontent-item-5 {
  width: 66.6667%;
}

@media (max-width: 479px) {
  #htmlcontent_home ul li.htmlcontent-item-5 {
    width: 100%;
  }
}

/* Top hook CSS */
#htmlcontent_top {
  float: right;
  width: 33%;
  max-width: 391px;
  padding-left: 0px;
}

@media (max-width: 767px) {
  #htmlcontent_top {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  #htmlcontent_top ul {
    margin: 0 -5px;
  }
}

#htmlcontent_top ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
}
#htmlcontent_top ul::before,
#htmlcontent_top ul::after {
  display: none;
}

#htmlcontent_top ul li {
  width: 100%;
  height: 100%;
  /* margin-bottom: 10px; */
}

#htmlcontent_top ul li:last-child {
  margin-bottom: 0;
}

#htmlcontent_top ul li a {
  position: relative;
  display: block;
  height: 100%;
      border-radius: 10px;
    overflow: hidden;
}
#htmlcontent_top ul li a::before {
  content: "";
      width: 100%;
    background: linear-gradient(30deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 60%);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#htmlcontent_top ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#htmlcontent_top ul li h3 {
  position: absolute;
    bottom: 0;
    display: block;
    margin: auto;
    padding: 15px;
    color: white;
    z-index: 2;
}


@media (max-width: 991px) {
  #htmlcontent_top {
    width: 100%;
    max-width: unset;
  }
  #htmlcontent_top ul {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
  }
  #htmlcontent_top ul li {
    padding: 0;
  }
}

@media (max-width: 550px) {
  #htmlcontent_top ul {
    flex-direction: column;
  }
}


/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */